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: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.")
  • 13:48, 25 May 2024 Razzi talk contribs created page Blog: 2024-05-25 (Created page with "Ok so I'm building 3 decks at the moment light paws: upgrade with: alpha authority, 4x gladecover scout, sentinel's eyes, all that glitters, cartouche of solidarity, demonic ruckus, could add razorverge thicket. Also jam lost jitte for the funs. axgard armory for the funs. Maybe restless bivouac as well. Curious to see how looming spires and sandstone bridge play too. light paws pro deck: kaya's ghostform, 3x mana confluence (4?), temple garden, sacred foundry, stompi...")
  • 21:37, 23 May 2024 Razzi talk contribs created page Blog: 2024-05-23 (Created page with "Brewing up some serious the ancient one hits... ancient one + complete the circuit + thud / fling / kazuul's fury Another copy mechanic from sea gate stormcaller the ancient one + rona + complete the circuit + amber mox + relic of legends rona + amber mox + relic of legends * tap rona * play amber mox * tap amber mox * tap rona * tap relic of legends Ok here's all the archetypes I've come up with so far for the ancient one * tapped and attacking cheat (arni metal...")
  • 12:22, 22 April 2024 Razzi talk contribs created page Blog: 2024-04-22 (Created page with "My self-inflicted editor matrix * macos, ubuntu, windows: ** terminal ** gui *** emacs *** vim Mostly I use macos gui emacs and wsl vim, I guess")
  • 09:26, 11 April 2024 Razzi talk contribs created page Blog: 2024-04-11 (Created page with "https://bzg.fr/en/emacs-strip-tease/ I noticed evil-collection added an unimpaired minor mode that wasn't being diminished properly, then I thought: why display minor modes at all? Vim for example has a much more minimal ui. So I'm interested in hiding the emacs mode line and other ui elements. That article looks like a good starting spot.")
  • 11:05, 31 March 2024 Razzi talk contribs created page Blog: 2024-03-31 (Created page with "Sigh... haven't got this vim help menu thing working, but it's maybe a good idea, to the extent that vim customization ideas can be good ideas. <pre> .vim $ cat ftplugin/help.vim set timeout timeoutlen=200 nnoremap <silent> <buffer> q :q<cr> </pre> Fan of this https://www.villagevoice.com/a-chat-with-das-racist-the-geniuses-behind-combination-pizza-hut-and-taco-bell/ Continuing with my little python scheme wrapper. It hangs when you hit enter, I guess the scheme subpr...")
  • 14:26, 28 March 2024 Razzi talk contribs deleted page Drukarka przemysłowa potężną figur w umiejętnym (content was: "== Drukarka przemysłowa potężną figur w umiejętnym == Usterki czy wadzie postawy – te rodzime, jak ponad zyskane – są jakąś z najaktualniejszych przyczyn lęków oraz wady w brzegu schematu ruchu. Tymże samych motywacją pojawiającego się bólu. Wykonywanie licznych akcji przez pełen doba przy nieprawidłowym ustawieniu kości, przegubów oraz...", and the only contributor was "172.69.67.177" (talk))
  • 14:26, 28 March 2024 Razzi talk contribs deleted page Reduslim Im Check - Ein Ehrlicher Produktcheck (content was: "<br> Das Koffein in Reduslim fördert die Lipolyse. Was ist dran an den negativen Meinungen über [https://reduslim.at/ Reduslim]? Reduslim Kapseln kaufen - Aber wo? Den günstigsten Preis finden Sie aktuell aber über den baaboo Onlineshop. Während auf andere Seiten der Preis pro Kapsel bei min. Beim Kauf über den Onlineshop baaboo bekommen Sie den mit Abstan...", and the only contributor was "WilbertTubb0" (talk))
  • 14:25, 28 March 2024 Razzi talk contribs deleted page Wie Man Schnell Abnimmt (content was: "Als Erstes sollten Sie einen Facharzt konsultieren und herausfinden, ob es Kontraindikationen für eine schnelle Gewichtsabnahme gibt. Wenn Sie gesund sind und es sich leisten können, sollten Sie sich ernsthaft mit der Wahl einer schnellen Diät befassen und die für Sie richtige Option finden. Haben Sie Geduld, wenn Sie die Vor- und Nachteile einer schnellen G...", and the only contributor was "WilbertTubb0" (talk))
  • 14:24, 28 March 2024 Razzi talk contribs deleted page Drukarka przemysłowa solidną osobowości w fachowym (content was: "== Drukarka przemysłowa solidną osobowości w fachowym == Usterki lub niezgodności postawy – te rodzinne, kiedy więcej zdobyte – są którąkolwiek spośród najistotniejszych przyczyn niepokojów oraz wady w sektorze układu ruchu. Tym jednych przyczyną pojawiającego się bólu. Wykonywanie licznych prace poprzez całkowity dobę przy niewła...", and the only contributor was "162.158.174.197" (talk))
  • 14:23, 28 March 2024 Razzi talk contribs deleted page Olbrzymia wiedza fizjoterapeuty w horyzoncie (content was: "== Olbrzymia wiedza fizjoterapeuty w horyzoncie == Fizjoterapia ma użycie faktycznie w wszelakiej płaszczyźnie medycyny natomiast w usuwaniu wielce zróżnicowanych chorób. W rodzimym wyrobie skojarzymy się na fizjoterapii aparatu kongresu także przyjmowaniu usterek w końcu zestawów wejściowych w jego porządek, lub zespołu nerwowego, mięśniowego,...", and the only contributor was "172.68.27.188" (talk))
  • 14:22, 28 March 2024 Razzi talk contribs deleted page Tarcze diamentowe Bosch globalną częścią regionu nauk (content was: "== Tarcze diamentowe Bosch globalną częścią regionu nauk == Fizjoterapia jest ogólną częścią terenu nauk medycznych. Jest bieżące edukacja o politykach działania materiałami własnymi, opartymi na różnorodnych konfiguracjach aktywności seksualnej, zalegającej w miejscu człowieka, takich niby lot, bodźce termiczne, kinetyczne, mechaniczne, e...", and the only contributor was "172.71.175.18" (talk))
  • 14:22, 28 March 2024 Razzi talk contribs deleted page Fizjoterapia po covid poszczególnego miejsca oraz obcowań (content was: "== Fizjoterapia po covid poszczególnego miejsca oraz obcowań == Choruj prawdopodobnie wyprowadzać spośród prawdziwego terytoria również funkcjonowań wywołany oczywistymi okolicznościami. Mieszka zawsze ból, jaki nie ma jasnookreślonego pochodzenia – pojawia się w niewielu miejscach, rozchodzi się, spaceruje lub emituje. Istnieje toż właściwie...", and the only contributor was "172.68.26.12" (talk))
  • 14:21, 28 March 2024 Razzi talk contribs deleted page Tarcze do drewna Bosch nastrojoną na opiekę czy życia polegające na dopasowywaniu (content was: "== tarcze do drewna Bosch nastrojoną na opiekę czy życia polegające na dopasowywaniu == Zaliczymy tu fizjoterapię uregulowaną na obronę, inaczej życia liczące na stosowaniu postawy, postaci także standardów ruchu, oczywiście by obniżyć ryzyko odniesienia kontuzji czy ponownego urazu. Ostatniego gatunku operacje będą oddane dla sportowców...", and the only contributor was "162.158.175.58" (talk))
  • 14:48, 26 March 2024 Razzi talk contribs created page Blog: 2024-03-26 (Created page with "Messing with emoji <pre> >>> "\U0001F604" '😄' >>> "\U0001FA76" '🩶' >>> "\U0001FA75" '🩵' >>> "\U0001FA74" '🩴' >>> "\U0001FA74" </pre>")
  • 14:55, 13 March 2024 Razzi talk contribs created page Blog: 2024-03-13 (Created page with "Alright, last day in Colombia and I'm chillin. Checked out of my room but left my suitcase at the hostel and I'm here now in a hammock. Nice all the hammocks that are here. 3:40pm, quite warm this time of day though there isn't much sun out today. Was planning on doing laundry but decided I'll make it back to the states and deal with it then. Ended up withdrawing some more money to pay for clothing since my card was declining, nice to do because then I had cash to buy a...")
  • 09:49, 9 March 2024 Razzi talk contribs created page Blog: 2024-03-09 (Created page with "Interesting stuff https://superuser.com/questions/1762066/how-to-let-qemu-acquire-memory-dynamically Default qemu ram size is 128M https://www.qemu.org/docs/master/system/qemu-manpage.html Finally understand this "target triplet" https://wiki.osdev.org/Target_Triplet osdev.org seems like a good resource. Starting a virtualization guide, it'll be good to collect some definitions.")
  • 19:43, 7 March 2024 Razzi talk contribs created page Blog: 2024-03-07 (Created page with "Looked into ronin again, and after some curiosity about debian version 12 being hardcoded, I took a deep dive on architectures and os stuff. Here are some of the highlights: * https://gitlab.com/giomasce/dqib / https://people.debian.org/~gio/dqib/ - doing stuff with qemu and debian. Hardcodes ssh keys. * https://lists.debian.org/debian-riscv/2023/07/msg00053.html * https://postmarketos.org/blog/2024/03/05/adding-systemd/ * https://mirror.postmarketos.org/temp.fdcc091b5...")
  • 12:02, 4 March 2024 Razzi talk contribs created page MTG resources (Created page with "https://mtg.dawnglare.com/?p=pioneer https://scryfall.com/")
  • 02:06, 27 February 2024 Razzi talk contribs created page Blog: 2024-02-27 (Created page with "Moment of realization just now: why can't you shutdown debian from the login screen? bc it would need a root user to submit the "shutdown" command. Even when you switch with alt-f2 or whatever to the text login screen, it prompts for username; you can't enter commands from there. Maybe the solution is to boot to a root repl (like safe mode) and from there you can launch login gui. Other realization I'll note down here: lots of software isn't available in apt because its...")
  • 13:49, 23 February 2024 Razzi talk contribs created page Back to Blogging (Created page with "You may notice this website's blog is unorganized and untidy. That's by design "Blog" is a truncation of "weblog" - breaking that word apart we get web log. That's what this blog is, it's a log of my web activities. Mostly for me, but you're welcome to browse as well. In the early days of internet, I think "bloggers" were simply logging their lives. Posting pictures and stuff, since social media hadn't taken off. It was a uninhibited and exciting time... Some people w...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)