New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 00:14, 28 May 2025Blog: 2025-05-28 (hist | edit) ‎[183 bytes]Razzi (talk | contribs) (Created page with "Suddenly realized picotron has a higher resolution than pico-8 480 * 270 pretty good limitation for learning-game resolution")
  • 22:03, 14 May 2025Blog: 2025-05-14 (hist | edit) ‎[56 bytes]Razzi (talk | contribs) (Created page with "ok this macbook pro razzi-macbookpro11-1 MacBookPro11,1")
  • 02:38, 21 April 2025Blog: 2025-04-21 (hist | edit) ‎[487 bytes]Razzi (talk | contribs) (Created page with "https://github.com/nvim-neorocks/lux package manager for lua that uses toml, might be worth looking into")
  • 23:02, 20 April 2025Blog: 2025-04-20 (hist | edit) ‎[132 bytes]Razzi (talk | contribs) (Created page with " symlink (which python3) ~/.local/bin/python Start of a python guide ??")
  • 09:41, 18 April 2025Blog: 2025-04-18 (hist | edit) ‎[41 bytes]Razzi (talk | contribs) (Created page with "Online pico-8 https://www.pico-8-edu.com/")
  • 23:57, 10 April 2025Blog: 2025-04-10 (hist | edit) ‎[2,190 bytes]Razzi (talk | contribs) (Created page with "Started a new pixel game ... kinda to get rid of the excuse I always have, of "I only have game jam games ..." I think I'm a bit anxious to "show what I can do", I've been programming a while but I'm actually quite noob game developer ... Anyways it's called Mordelize and it starts with a fade in to a character expressing surprise that you're conscious, as you "should" be dreaming / asleep ... and we'll see where it goes from there. I immediately noticed the "not pixe...")
  • 02:27, 31 March 2025Blog: 2025-03-31 (hist | edit) ‎[420 bytes]Razzi (talk | contribs) (Created page with "Idea: a data-structure aware version control system, so I can add to a set from multiple commits and have them merge following set logic, rather than line-based diffing etc. Might not work all that well in practice. Also databases do this. But they don't offer commits .. well actually they do, just not in the "write a commit message" way ... interesting how even staging is a database technique, applied to git ... huh")
  • 00:29, 24 March 2025Blog: 2025-03-23 (hist | edit) ‎[893 bytes]Razzi (talk | contribs) (Created page with "After removing a couple abbrs from my fish-functions README that I don't actually use (restore and backup) I looked around my abbrs and recommendations. Turns out I wasn't using cp -> copy, but all the others I actually use in my config. I do have an abbr for lis -> lima-ssh, but it's not in my fish-functions readme. I used this oneliner to get all the functions from my readme: grep '### ' README.md | coln 2 | string replace -a '`' '' and this to get the abbrs I rec...")
  • 14:24, 21 March 2025Blog: 2025-03-21 (hist | edit) ‎[190 bytes]Razzi (talk | contribs) (Created page with "New gsettings which does alt -> super and capslock -> control for my mac keyboard! gsettings set org.gnome.desktop.input-sources xkb-options "['altwin:swap_alt_win', 'caps:ctrl_modifier']"")
  • 15:28, 18 March 2025Blog: 2025-03-18 (hist | edit) ‎[13,552 bytes]Razzi (talk | contribs) (Created page with "Found this python repl bug. I remember hitting the up arrow, thinking I'd assign to <code>_</code> since I wanted to keep using that value, then when I hit <kbd>control+k</kbd> to clear a typo or something I got this error: <pre> new1 $ python Python 3.13.1 (main, Jan 29 2025, 03:21:14) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin...")
  • 00:09, 11 March 2025Blog: 2025-03-11 (hist | edit) ‎[400 bytes]Razzi (talk | contribs) (Created page with "Trying this config option: https://dev.to/tallesl/change-caps-lock-to-ctrl-3c4 XKBOPTIONS="ctrl:nocaps" Unfortunately it didn't work right away, going to see if rebooting applies it (running <code>sudo dpkg-reconfigure keyboard-configuration</code> gave me a weird keyboard setup wizard I mighta screwed up, then regenerated a ram disk image ... heh)")
  • 20:38, 10 March 2025Blog: 2025-03-10 evening (hist | edit) ‎[1,856 bytes]Razzi (talk | contribs) (Created page with "Ok keyd is hot ... but there's a built in way to swap alt and super (option and command) for gnome!? https://askubuntu.com/a/1508996 I'd upvote it but the site is in readonly mode")
  • 12:55, 10 March 2025Blog: 2025-03-10 PM (hist | edit) ‎[972 bytes]Razzi (talk | contribs) (Created page with "I'm coming up with many guides these days, it's fun! Here's my current list: * fish shell * git * apt * make * dig * cd * expect * dealing with wrist pain * ssh * tmux * weechat * firefox * vim * debian * pass * keyd * java * ruby * sinatra * macOS * telnet * nginx * ipython * lua * hut * jekyll * LÖVE * ImageMagick * HTML * Lima * GPG Some new guides I could write: * rust * go * sqlite * postgresql * python * django * flask * sqlalchemy * records python sql library *...")
  • 00:49, 10 March 2025Blog: 2025-03-10 (hist | edit) ‎[1,122 bytes]Razzi (talk | contribs) (Created page with "Would like to figure out how to make a minecraft map like a treasure hunt or something. Could be a hardcoded map or autogenerated. Also I'm reminded of warcraft 3 world editor - would be interesting to see if I can figure it out now. Needs windows. So I could be reaching out to framework support for my poor broken windows laptop ... Also exploring alice3. It seems to be less approachable (definitely than scratch) but maybe still has some good ideas. Also apparently it'...")
  • 04:06, 9 March 2025Blog: 2025-03-09 (hist | edit) ‎[136 bytes]Razzi (talk | contribs) (Created page with "To work on: apache guide on website After all this wiki is using apache so it'd be nice to document how apache is configured generally!")
  • 16:00, 8 March 2025Blog: 2025-03-08 (hist | edit) ‎[269 bytes]Razzi (talk | contribs) (Created page with "html5 boilerplate doesn't look as cool as I remember!! I should make a template based on it: * centered main container * nav example * logo that goes to home page That's about it for a starter https://www.passwordstore.org/ is kinda the classic dev-oriented webpage")
  • 23:28, 7 March 2025Blog: 2025-03-07 (hist | edit) ‎[286 bytes]Razzi (talk | contribs) (Created page with "Couple new guides on razzi.abuissa.net * https://github.com/luvit/luvit - is this the lua async environment I've been looking for? Right now I'm just looking for a way to install my lua dependencies on a per-project basis... Maybe https://github.com/jcrd/luarocket accomplishes this?")
  • 22:56, 2 March 2025Blog: 2025-03-02 (hist | edit) ‎[873 bytes]Razzi (talk | contribs) (Created page with "Here's a link https://readonly.link/books/https://books.readonly.link/scalable-c/book.json/-/ch01.md scalable c, by the author of zeromq. Makes me think about Antirez a bit, esp the part about using c over c++.")