• 0 Posts
  • 36 Comments
Joined 3 years ago
cake
Cake day: July 6th, 2023

help-circle

  • I actually finished this recently, and to me, the old abilities were almost completely irrelevant. There are legitimately times where you might think that wonderwing is the solution to something, but arbitrarily is programmed to not work.

    I still really like BT, and even prefer it over the first in some aspecta. However, it is a perfect example of how powerups were implemented poorly back then (and even today). Instead of powerups enhancing the core gameplay loop, they are just keys to solve shallow puzzles. “Oh, there’s a crack in the wall? Shoot it with a grenade egg.” This is why Mario games have much more emphasis on evolving gameplay through level design rather than character abilities.









  • KRAW@linux.communitytoGames@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    TV is the biggest waste of time. I enjoy some shows, but I can acknowledge that a lot of it really is just something to fill time rather than “art.” I’ve cut back my TV and YouTube consumption a lot, and it enables me to do a lot more non-passive hobbies. Worst case scenario I read or game, which I consider a much better use of my time.





  • KRAW@linux.communitytoSelfhosted@lemmy.worldKittygram v1.1 has released
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    2 months ago

    Just fyi, I tried one your instance. Searched a user, clicked a result, and got an error.

    Error
    
    ./app.lua:134: attempt to concatenate field 'username' (a nil value)
    
    Traceback
    
    stack traceback:
    	./app.lua:134: in function 'handler'
    	...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve'
    	...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214>
    	[C]: in function 'xpcall'
    	...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch'
    	/apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve'
    	content_by_lua(nginx.conf.compiled:92):2: in main chunk
    





  • KRAW@linux.communitytoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I use helix part-time but am forced to go back to neovim a majority of the time for a few reasons:

    1. no persistent undo
    2. no ctags and cscope (some C/C++ projects don’t work well with clangd)
    3. niche plugins (e.g. I just found a neovim plugin that gives me a way to run ipynb files in-editor)

    If 1 and 2 got fixed, I’d be a full time helix user