Skip Navigation
[SOLVED] Looking for a Flash game

It was a 2D platformer, made sometime in the 2010s.

The main character was a penguin, who used an orange sword and a blue cybernetic boomerang as weapons.

In the description, the game was called "retro" or "retro-styled", and it looked like a cross between Mega Man X and Final Ninja Zero by Nitrome.

! !

The game I'm looking for was probably not made by Nitrome.

The first level/tutorial was called "Like You Just Woke Up".

6
Oxygen
  • But how can a healing crystal cause skin cancer? The sun is a deadly laser, after all...

    unless it's also a laser crystal! Gotcha, Illuminati!

  • Oxygen
  • Don't tell me you still believe in oxygen! The sun is made of phlogiston, so it instantly ignites. Since there's no air in space for the phlogiston to saturate into, it can keep burning for millions of years!

  • Chaos!
  • Why are there so many question marks??? That's not how questions work??????

  • Meow
  • No? What does Mr. Rogers have to do with leopards? Tigers I can see, but these aren't those.

  • What eternity feels like
  • Still faster than Windows

  • What eternity feels like
  • It's very energizing too

  • Can't select multiple tabs

    When I click on a tab while holding Ctrl or Shift, it just switches me into that tab. On other browsers (Firefox, Vivaldi) it selects the tab instead. If I want to move tabs from one window into another, I have to move them one. at. a. time.

    How do I fix this? I am on version 1.69.168 on Linux from the Flatpak.

    0
    I migrated from Firefox to Brave, best decision of my life
  • This article from The Verge says they only added affiliates to cryptocurrency links. The CEO has since apologized.

  • Is there a good, modern, widely accepted, learning Linux resource?
  • The manuals. RTFM exists for a reason. If there's ever a command or a config file you're not sure about, just type in man the_command.
    If you can't access the man pages for some reason, there's an online version on linux.die.net.

    Also, the Arch Wiki, Gentoo Wiki, and Debian Wiki offer good information for all distros. I like Arch Wiki the best.

  • Which protocol or open standard do you like or wish was more popular?
  • PGP or GPG, however you spell it. You can encrypt stuff, protect your email from prying eyes!

    Also FOSS in general.

  • Locked
    Gatekeep ideas, not people
  • AI? In medical research? But rulers!!!

  • What is the most duct-tape thing you've done to Linux?
  • Everything here reminds everyone of that.

  • Deleted
    *Permanently Deleted*
  • It wasn't anything big that caused me to switch. It was just a general feeling of "oh, maybe I'll switch" and annoyance at Windows, and then I got a new SSD.

  • What is the most duct-tape thing you've done to Linux?
  • Here's a few of the micro-hacks that I've hacked up in the past.

    A 2-line script to chroot into Debian when logging in as a certain user on FreeBSD.
    #!/bin/sh  
    
    clear  
    doas chroot /linux /bin/login
    
    I didn't have an IDE, so I just made a script called ```ide``` which runs Vim, and then compiles the code and makes it executable.
    #!/bin/sh
    #Works only for C
    vim $1.c && cc -O3 -Wall -Werror -Wno-unused-result $1.c -o $1
    #MODE=`stat -f "%OLp" $1`
    if ("stat -f "%OLp" $1 | grep -e 6 -e 4 -e 2") then
    	chmod +x $1
    fi
    
    This thing, called ```demoronize```, which does what it says in the comments
    #!/bin/sh
    
    #dos2unix -O -e -s $1 | sed 's/    /	/g' | sed 's/“/"/g' | sed 's/”/"/g'
    cat $1 | sed 's/    /	/g' | sed 's/“/"/g' | sed 's/”/"/g'
    #Convert DOS line endings to Unix ones and add a final newline if there isn't one,
    #replace sequence of 4 spaces with tab,
    #and replace "smart" quotes with normal ones
    

    I just keep those ones for historical value, but there's one hack I use every day. My keyboard doesn't have a function key (Fn), so I use the Super/Windows key instead.
    I have xdotool keyup Super_L keyup Super_R keyup F4 key XF86Sleep bound to a custom keyboard shortcut. It unpresses the keys used for the shortcut (Super + F4), then presses the sleep key.

  • what should we call cake day?
  • And your first pet's name, and your social security number

  • Is it good practice to run a system without a syslog daemon?

    If I'm using Arch or another minimal distro, is it a good idea to install a syslog daemon? Or can I go without?

    24
    Recreation of what I saw when I was running through a warzone in someone's basement

    I was not involved in the battle at all, I was trying to do some trick with a yoyo because apparently it was an Undertale reference.

    1
    What's this flying insect?

    Looks like a dragonfly, flies like a moth.

    !

    !

    I have video, but can't post it here and now.

    4
    Do all DEs store the trash in the same place?

    On Cinnamon and LxQt, the trash is in ~/.local/share/Trash. Is it the same for all desktop environments?

    12
    Dark Reader extension doesn't work

    I know that the dark mode setting is disabled by Resist Fingerprinting. I am not using that, I am using the Dark Reader extension. The extension still doesn't work, but it works on Firefox.

    Other extensions I have installed: Ublock Origin, Decentraleyes, Skip Redirect, Onetab, Old Reddit Redirect

    Librewolf version: 124.0.1-1

    8
    Looking for a simple, time-based night color control

    I used to be on KDE. It had night color control integrated. Then I switched to XFCE, and it did not. So I installed Redshift.

    Oops! Redshift requires location access so it can automatically set the color temperature based on the sun's position in the sky. Now it doesn't work when the network is deactivated. And on my system, I can't set it to redden/bluen based on the time only.

    I go to AlternativeTo, to find an alternative. It looks like all of them do the same thing, or are discontinued.

    Is that what everyone wants? Is that all that's out there? Just ""smart"" programs that access your location to automagically change the colors based on astronomical events?

    Even on Windows you could set the night color control based on the time. Am I living in a backwards world where Linux uses the invasive complicated way and Windows uses the private simple way?

    Is there a simple program out there that can set night color control with only the time, none of that other crap?

    14
    Evil Flag/Flag of the Enemy

    !

    !

    I made these to be a flag of evil or a flag of the enemy. Can be used for fictional Obviously Evil countries or for aggressor aircraft. Which one do you like better?

    4
    KMail reading pane [SOLVED]

    How do I get the preview pane in KMail to stay the same size? I can resize it, but whenever I restart the app, the preview pane is back to the default size.

    3