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).
- 22:30, 28 January 2025 Razzi talk contribs created page Blog: 2025-01-28 (Created page with "I was gonna type up my thoughts on kids stem activities that teach coding and technology BUT my wiki was down!! And this was after a 2 week period where I effed up my framework pc, rendering it unbootable, and my hard disk on my macbook air died. Um, can somebody say, "UH OH"? Fortunately I had a gpg key in my signal history on my phone ... or all would be lost .. except not really cause my 1tb storage drive on my framework pc is working still to my knowledge so I'd ju...")
- 00:06, 17 January 2025 Razzi talk contribs created page Blog: 2025-01-17 (Created page with "There's a broken change password link on https://wiki.debian.org/InstallingDebianOn/PINE64/PinePhone")
- 23:48, 16 January 2025 Razzi talk contribs created page Blog: 2025-01-16 (Created page with "yeahhh so https://forum.pine64.org/showthread.php?tid=17783 > I learned from the tow-boot documentation that the Pinephone will not automatically load from an SD card unless you hold the volume button down while holding the power button. ok so it boots and I can ssh after `sudo apt install ssh` win!?")
- 13:45, 13 January 2025 Razzi talk contribs created page Blog: 2025-01-13 (Created page with "One of my fav wikipedia stories > Kirby's Dream Land was developed by Masahiro Sakurai of HAL Laboratory. Much of the programming was done on a Twin Famicom, a Nintendo-licensed console produced by Sharp Corporation that combined a Famicom and a Famicom Disk System in one unit. As the Twin Famicom did not have keyboard support, a trackball was used in tandem with an on-screen keyboard to input values; Sakurai described the process, which he assumed was "the way [game pr...")
- 20:37, 7 January 2025 Razzi talk contribs created page Blog: 2025-01-07 (Created page with "https://www.youtube.com/watch?v=SuHygt-lcmU got up to 5 minute mark hehe")
- 23:33, 3 January 2025 Razzi talk contribs created page Blog: 2025-01-03 (Created page with "apache guide notes https://askubuntu.com/questions/19898/whats-the-simplest-way-to-edit-and-add-files-to-var-www")
- 02:27, 30 December 2024 Razzi talk contribs created page Blog: 2024-12-30 (Created page with "Added a couple guides: ruby and sinatra, which I started building a wiki with. Kinda works! File:Screen Shot 2024-12-30 at 2.19.10 AM.png Some more ideas of guides to make (and my estimated skill level, out of a possible 40): <pre> python (25) django (28) flask (17) bash (13) emacs (20) git (21) shapely (15) arduino (10) sql (15) clojure (8) rails (5) rust (4) php (7) c (5) javascript (22) html (20) css (14) c# (10) go (6) scratch (8) assembly (3) swift (5) lua (9)...")
- 02:19, 30 December 2024 Razzi talk contribs uploaded File:Screen Shot 2024-12-30 at 2.19.10 AM.png
- 02:19, 30 December 2024 Razzi talk contribs created page File:Screen Shot 2024-12-30 at 2.19.10 AM.png
- 22:50, 28 December 2024 Razzi talk contribs created page Blog: 2024-12-28 (Created page with "Heta-uma (ヘタウマ or ヘタうま) is a Japanese underground manga movement started in the 1970s with the magazine Garo. Heta-uma can be translated as "bad but good", designating a work which looks poorly drawn, but with an aesthetically conscious quality, opposed to the polished look of mainstream manga.")
- 02:23, 26 December 2024 Razzi talk contribs created page Blog: 2024-12-26 (Created page with "Had some fun with gamemaker studio. Had to open the "app" using <pre> $ /Applications/GameMaker\ LTS.app/Contents/MacOS/x86_64/GameMaker Starting...... Doing Validate Folder check... macOS=True </pre> But it worked mostly, it just couldn't load asteroids template ... well it could but readonly. so I only saw the blank starting room :( But I made a new project and edited the background sprite, and tada! thumb")
- 02:23, 26 December 2024 Razzi talk contribs uploaded File:Screen Shot 2024-12-26 at 2.17.51 AM.png
- 02:23, 26 December 2024 Razzi talk contribs created page File:Screen Shot 2024-12-26 at 2.17.51 AM.png
- 22:25, 24 December 2024 Razzi talk contribs created page Blog: 2024-12-24 (Created page with "Llllink roll up time * https://en.wikipedia.org/wiki/Mendix * https://en.wikipedia.org/wiki/Telegraphy#Telegram_services * https://en.wikipedia.org/wiki/Flag_semaphore Really getting to the nuts and bolts of signaling * https://en.wikipedia.org/wiki/Optical_telegraph * https://en.wikipedia.org/wiki/Article_Five_of_the_United_States_Constitution ** it's Gödel's loophole yo * https://en.wikipedia.org/wiki/Antenna_(radio) * https://en.wikipedia.org/wiki/2N2222 * https:...")
- 01:11, 17 December 2024 Razzi talk contribs created page Blog: 2024-12-17 (Created page with "Looks good https://arduinogetstarted.com/tutorials/arduino-piezo-buzzer")
- 21:11, 15 December 2024 Razzi talk contribs created page Blog: 2024-12-15 (Created page with "These the good Arduino docs https://docs.arduino.cc/built-in-examples/")
- 23:47, 12 December 2024 Razzi talk contribs created page Blog: 2024-12-12 (Created page with "arduino led and buzzer <pre> void setup() { // put your setup code here, to run once: //pinMode(LED_BUILTIN, OUTPUT); pinMode(13, OUTPUT); pinMode(12, OUTPUT); pinMode(9, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(13, HIGH); digitalWrite(12, LOW); //tone(9, 16000); tone(9, 440); delay(1000); //tone(9, 10); noTone(9); digitalWrite(13, LOW); digitalWrite(12, HIGH); delay(1000); } </pre>")
- 23:51, 5 December 2024 Razzi talk contribs created page Blog: 2024-12-05 (Created page with "lllllink roll up * https://en.wikipedia.org/wiki/Secret_of_Mana * https://en.wikipedia.org/wiki/Final_Fantasy_VI * https://nesbox.itch.io/tic80 * https://github.com/nesbox/TIC-80 * https://en.wikipedia.org/wiki/Bulletin_board_system * https://en.wikipedia.org/wiki/Astro%27s_Playroom Thinking about that plan9 style shell again, maybe putting it in my own retro console? Strange how sometimes building my own of something (fish shell with tab completion of mixed case file...")
- 23:03, 20 November 2024 Razzi talk contribs created page Blog: 2024-11-20 (Created page with "Weel I lost my water bottle again ... anyways Scored 2 nice monitors, maybe I can score a couple more? A class of 6 coders: 1 raspberry pi 400, 2 raspberry pi 5, 1 rpi zero w, 1 student rpi, 1 old laptop ... and 1 something else?")
- 11:44, 14 November 2024 Razzi talk contribs created page Blog: 2024-11-14 (Created page with "This is the photocopy cover operating systems textbook https://en.wikipedia.org/wiki/A_Commentary_on_the_UNIX_Operating_System")
- 11:20, 7 November 2024 Razzi talk contribs created page Blog: 2024-11-07 (Created page with "Getting in to game boy development a bit. Finna purchase https://maxoakland.itch.io/oh-im-a-cat-now - might be a fun one to demo 8-bit gaming. Hoping it'll be much simpler than a AAA game. It's cute, I like how the sprites tend to alternate between 2 frames so the things that are "alive" stand out from the rest. Nice background music too. This one scene where you walk across a bridge reminds me of the scene in Legend of Zelda Ocarina of Time where you cross the bridge t...")
- 11:19, 7 November 2024 Razzi talk contribs uploaded File:Screen Shot 2024-11-07 at 11.19.07 AM.png
- 11:19, 7 November 2024 Razzi talk contribs created page File:Screen Shot 2024-11-07 at 11.19.07 AM.png
- 23:10, 3 November 2024 Razzi talk contribs created page Blog: 2024-11-03 (Created page with "Alright time to wrap👏🏼it👏🏼up and get to bed so I can be ... awake for tomorrow ... I think it's worth giving the kids a big scratch project like the flappy bird one, printed out, and ask them to make it. Maybe to make a little simpler one first ... nim ? Turn based games are good to explain logic ... most games have too many rules tho. I have my amoung us text adventure game but it's not done ... it's not that fun but could have some humor and interest <pr...")
- 23:09, 29 October 2024 Razzi talk contribs created page Blog: 2024-10-30 (Created page with "Getting some error with nvme not booting, or not booting in time <pre> [ 9.973200] starfive-eth-plat 16030000.ethernet end0: renamed from eth0 [ 40.261818] nvme nvme0: I/O 466 QID 4 timeout, completion polled [ 70.329634] nvme nvme0: I/O 505 QID 4 timeout, aborting [ 70.338117] nvme nvme0: Abort status: 0x0 [ 70.563105] EXT4-fs (mmcblk1p4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [ 70.754738] random: crng init done </pre>")
- 22:39, 29 October 2024 Razzi talk contribs created page Wishlist (Created page with "New thing for wishlist: https://www.adafruit.com/product/954 so I can debug my starfive2 not booting from nvme as is referenced here https://forum.rvspace.org/t/nvme-boot-not-working-on-visionfive-2-qspi-with-new-firmware/3293/5")
- 20:53, 29 October 2024 Razzi talk contribs created page Blog: 2024-10-29 (Created page with "Gist on how to mount ssd on linux. It worked https://gist.github.com/a-maumau/b826164698da318f992aad5498d0d934")
- 01:12, 26 October 2024 Razzi talk contribs created page Blog: 2024-10-26 (Created page with "Here's my silly little quicktime event with tkinter <pre> import tkinter as tk from tkinter import ttk, PhotoImage # Create the main window root = tk.Tk() root.title("Image in Tkinter") root.geometry('600x600') # Load the image image = PhotoImage(file="trogdor.png") # Create a label to display the image image_label = tk.Label(root, image=image) image_label.pack() win = False def button_pressed(): win = True print('You stab the dragon in the neck and it die...")
- 00:15, 25 October 2024 Razzi talk contribs created page Blog: 2024-10-25 (Created page with "Having this very silly idea to have a text adventure game, then it pops up with a quicktime event if you fight the dragon. Using tkinter hehe")
- 01:58, 23 October 2024 Razzi talk contribs created page Blog: 2024-10-23 (Created page with "Well well well... interesting computer news * Raspberry Pi offers a service called Connect which could make my pi 400 accessible even if its ssh server is not (since I don't have access to the router where it is) https://www.raspberrypi.com/documentation/services/connect.html ** would be interested in seeing if I can set this up with my own domain, connect.razzi.abuissa.net or sth ** https://www.notebookcheck.net/All-Raspberry-Pi-SBCs-eligible-for-improved-functionality...")
- 18:23, 22 October 2024 Razzi talk contribs uploaded File:Screen Shot 2024-10-22 at 7.22.59 PM.png
- 18:23, 22 October 2024 Razzi talk contribs created page File:Screen Shot 2024-10-22 at 7.22.59 PM.png
- 17:22, 22 October 2024 Razzi talk contribs created page Blog: 2024-10-22 (Created page with "http://jsfiddle.net/uzMPU minecraft javascript rendering demo")
- 03:21, 16 October 2024 Razzi talk contribs created page Blog: 2024-10-16 (Created page with "Found a bug thumb")
- 03:21, 16 October 2024 Razzi talk contribs uploaded File:Screen Shot 2024-10-16 at 4.20.38 AM.png
- 03:21, 16 October 2024 Razzi talk contribs created page File:Screen Shot 2024-10-16 at 4.20.38 AM.png
- 15:58, 13 October 2024 Razzi talk contribs created page Blog: 2024-10-13 (Created page with "Some Dark Cloud 2 related titles https://en.wikipedia.org/wiki/Rogue_Galaxy https://en.wikipedia.org/wiki/Visions_of_Mana")
- 00:27, 9 October 2024 Razzi talk contribs created page Blog: 2024-10-09 (Created page with "https://en.wikipedia.org/wiki/Asynchronous_circuit cool it's a thing https://www.youtube.com/watch?v=YW-_GkUguMM cool and well done https://www.youtube.com/watch?v=hb86p_4hN9Q solid set")
- 13:06, 3 October 2024 Razzi talk contribs created page Blog: 2024-10-03 (Created page with "Got podman working with lima <pre> podman $ ./bin/podman --url unix:///Users/razzi/.lima/podman/sock/podman.sock run -it debian root@e6f3c2aa79b5:/# exit ./⏎ podman $ ./bin/podman --version podman version 5.3.0-dev </pre> Needed this lima command to start the podman machine: limactl start template://podman I got the url from lima's source: <pre> lima $ cat cmd/podman.lima #!/bin/sh set...")
- 12:53, 2 October 2024 Razzi talk contribs created page Blog: 2024-10-02 (Created page with "Had good luck with unpinning libheif and ffmpeg. Maybe it had to do with my jank PKG_CONFIG_PATH. Also spent a while doing random upgrades, trying to get zenity installed so winetricks would have a gui, and eventually succeeding. Still can't run my 3d game in wine but crossover could actually run it fine immediately. Then I tried to upgrade podman, and got a simple "not supported on this version of macos" error. Checking the brew definition took me to https://github.c...")
- 03:18, 27 September 2024 Razzi talk contribs created page Blog: 2024-09-27 (Created page with "Maybe cool arduino compatible but cheap https://www.seeedstudio.com/Seeed-XIAO-Starter-Kit-p-5378.html Maybe this is similar https://store.arduino.cc/products/plug-and-make-kit https://www.adafruit.com/product/3400 might be a cool thing to give to all students of a intro to computer programming class https://www.adafruit.com/product/3410 cool but out of stock. Ironically comes out to the same price as an entry-level raspberry pi that ... has these connectors all solde...")
- 13:14, 17 September 2024 Razzi talk contribs created page Blog: 2024-09-17 (Created page with "More editor ideas: either don't clear scrollback, or if you do clear scrollback, output the changes as a diff </pre> $ edit ronin diff --git a/ronin b/ronin index 2805e3b..5cdfd6d 100755 --- a/ronin +++ b/ronin @@ -50,8 +50,8 @@ ronin_launch() { -hda "$RONIN_DISK" \ -m 4096 \ -nic hostfwd=tcp::2022-:22 \ - -daemonize \ </pre> or <pre> $ edit ronin #!/bin/sh # Create a virtual machine and log in set -e test ! -z "$RONIN_DEBUG" && set -x RONIN_HOME="...")
- 09:51, 16 September 2024 Razzi talk contribs created page Blog: 2024-09-16 (Created page with "Trying to install sci https://github.com/babashka/sci?tab=readme-ov-file to use for a clojure-esque based editor ... oh yeah to get https://github.com/babashka/babashka?tab=readme-ov-file Anyways https://clojars.org/org.babashka/sci Gives [org.babashka/sci "0.8.43"] It'd be nice to have a way to "pip install" this kind of dependency. Though I must remember that this is a clojure dependency, not a babashka one etc (so it wouldn't work quite like this in my editor) S...")
- 00:13, 30 August 2024 Razzi talk contribs created page Blog: 2024-08-30 (Created page with "Whoops cleaned some stuff by mistake! Gone are some junks that I forgot about <pre> editor-testing $ git clean -xdn Would remove .pytest_cache/ Would remove .yarn/ Would remove __pycache__/ Would remove constant.py Would remove headless_emacs.py Would remove poetry.lock Would remove pyproject.toml Would remove test_open_emacs_and_quit.py Would remove vim_experiment.py editor-testing $ git clean -fxd Removing .pytest_cache/ Removing .yarn/ Removing __pycache__/ Removing...")
- 13:44, 29 August 2024 Razzi talk contribs created page Blog: 2024-08-29 (Created page with "Starting to put together a specification for testing editors: https://git.sr.ht/~razzi/simple-editor This actually looks a really useful start of an editor: https://github.com/babashka/nbb?tab=readme-ov-file#reagent")
- 16:04, 27 August 2024 Razzi talk contribs created page Blog: 2024-08-27 (Created page with "Got some interest in downloading planck clojurescript repl, as a more approachable runtime for a command line lisp editor that's not emacs. Anyways... elisp isn't that bad as a language really. But I got stuck on installing planck from source, I guess cause I don't have a `jar` command. Here's what I tried to do to make it not have all these weird errors ``` planck $ git diff diff --git a/script/get-closure-library b/script/get-closure-library index aeedb61..b745168 10...")
- 22:12, 9 July 2024 Razzi talk contribs created page Blog: 2024-07-09 (Created page with "Ok so there's a lot of redstone tutorials, but they tend to be either youtube videos or try to go for real-world style things like vending machines... but I just want primitives like inverter and cycling power... for now... Set your game mode to creative and give yourself - redstone dust (this is what makes the "wires") - redstone torch (not to be confused with "torch", which is always on and doesn't respond to redstone) - things that activate redstone, like buttons /...")
- 23:55, 9 June 2024 Razzi talk contribs created page Blog: 2024-06-10 (Created page with "https://playingmtg.com/selesnya-auras-deck-guide-benton-madsen/ is Benton Madsen's guide to his own selesnya auras deck")
- 00:35, 27 May 2024 Razzi talk contribs created page Blog: 2024-05-27 (Created page with "Here's the basic shape of a simic kasmina ult deck https://scryfall.com/@FaithlessMTG/decks/73f62ba0-3675-4030-a730-b34570838ee5 from that podcast")
- 00:35, 26 May 2024 Razzi talk contribs created page Blog: 2024-05-26 (Created page with "Ok a way to test deck strength: see how many turns they take to win on average. Make a simple algorithm, assume opponent is goldfish, play each hand, see how many turns it takes to win.")