User contributions for Razzi

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 November 2024

4 November 2024

  • 00:2600:26, 4 November 2024 diff hist +577 Blog: 2024-11-03No edit summary current
  • 00:1000:10, 4 November 2024 diff hist +4,831 N Blog: 2024-11-03Created 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..."

30 October 2024

  • 00:1100:11, 30 October 2024 diff hist +72 Blog: 2024-10-30No edit summary current
  • 00:0900:09, 30 October 2024 diff hist +478 N Blog: 2024-10-30Created 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>"

29 October 2024

26 October 2024

  • 02:1202:12, 26 October 2024 diff hist +810 N Blog: 2024-10-26Created 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..." current

25 October 2024

  • 01:1501:15, 25 October 2024 diff hist +141 N Blog: 2024-10-25Created 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" current

23 October 2024

  • 10:2110:21, 23 October 2024 diff hist +52 Curious Iowa city namesNo edit summary current
  • 02:5802:58, 23 October 2024 diff hist −1 Blog: 2024-10-23No edit summary current
  • 02:5802:58, 23 October 2024 diff hist +2,139 N Blog: 2024-10-23Created 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..."

22 October 2024

16 October 2024

13 October 2024

  • 16:5816:58, 13 October 2024 diff hist +123 N Blog: 2024-10-13Created page with "Some Dark Cloud 2 related titles https://en.wikipedia.org/wiki/Rogue_Galaxy https://en.wikipedia.org/wiki/Visions_of_Mana" current

9 October 2024

3 October 2024

  • 14:1514:15, 3 October 2024 diff hist +5,981 Blog: 2024-10-03No edit summary current
  • 14:1214:12, 3 October 2024 diff hist +83 Blog: 2024-10-03No edit summary
  • 14:0614:06, 3 October 2024 diff hist +1,339 N Blog: 2024-10-03Created 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..."

2 October 2024

  • 16:2516:25, 2 October 2024 diff hist +136 Blog: 2024-10-02No edit summary current
  • 15:4215:42, 2 October 2024 diff hist +98 Blog: 2024-10-02No edit summary
  • 13:5313:53, 2 October 2024 diff hist +2,299 N Blog: 2024-10-02Created 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..."

27 September 2024

  • 04:1804:18, 27 September 2024 diff hist +682 N Blog: 2024-09-27Created 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..." current

17 September 2024

16 September 2024

30 August 2024

  • 16:5916:59, 30 August 2024 diff hist +3,343 Blog: 2024-08-30No edit summary current
  • 01:1301:13, 30 August 2024 diff hist +1,117 N Blog: 2024-08-30Created 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..."

29 August 2024

  • 14:4414:44, 29 August 2024 diff hist +216 N Blog: 2024-08-29Created 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" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)