Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 11:29, 30 December 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

30 December 2024

N    02:27  Blog: 2024-12-30 diffhist +495 Razzi talk contribs (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 Upload log Razzi talk contribs uploaded File:Screen Shot 2024-12-30 at 2.19.10 AM.png

28 December 2024

N    22:51  Blog: 2024-12-28‎‎ 2 changes history +322 [Razzi‎ (2×)]
     
22:51 (cur | prev) +10 Razzi talk contribs
N    
22:50 (cur | prev) +312 Razzi talk contribs (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.")

26 December 2024

N    02:26  Blog: 2024-12-26‎‎ 2 changes history +876 [Razzi‎ (2×)]
     
02:26 (cur | prev) +409 Razzi talk contribs Tag: Visual edit
N    
02:23 (cur | prev) +467 Razzi talk contribs (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 Upload log Razzi talk contribs uploaded File:Screen Shot 2024-12-26 at 2.17.51 AM.png

24 December 2024

N    23:28  Blog: 2024-12-24‎‎ 2 changes history +1,185 [Razzi‎ (2×)]
     
23:28 (cur | prev) +380 Razzi talk contribs
N    
22:25 (cur | prev) +805 Razzi talk contribs (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:...")

17 December 2024

N    01:11  Blog: 2024-12-17 diffhist +71 Razzi talk contribs (Created page with "Looks good https://arduinogetstarted.com/tutorials/arduino-piezo-buzzer")

15 December 2024

N    21:11  Blog: 2024-12-15 diffhist +71 Razzi talk contribs (Created page with "These the good Arduino docs https://docs.arduino.cc/built-in-examples/")

14 December 2024

     23:52  People Razzi follows diffhist +81 Razzi talk contribs Tag: Visual edit

12 December 2024

N    23:47  Blog: 2024-12-12 diffhist +464 Razzi talk contribs (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>")

5 December 2024

N    23:51  Blog: 2024-12-05 diffhist +662 Razzi talk contribs (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...")
     21:38  Undiscoverable computer stuff diffhist +231 Razzi talk contribs Tag: Visual edit