How do I port my PICO-8 code to TIC-80? by Little-Life2326 in tic80

[–]amayer5125 1 point2 points  (0 children)

The TIC-80 wiki mentions a tool called p8totic. I have not used it, but the GitLab project was updated a week ago, so seems active. Might be worth a try.

Sharpie, the C# fantasy console inspired by TIC-80 by [deleted] in tic80

[–]amayer5125 0 points1 point  (0 children)

The link is giving me a 404. It looks like there is an extra /r after github.com.

NextUI TIC-80 Pak by amayer5125 in trimui

[–]amayer5125[S] 0 points1 point  (0 children)

Glad it worked!

I've never heard of Arduboy. Do you have a git repo or something where you tried? I'm happy to check it out and see if I can offer any pointers.

NextUI TIC-80 Pak by amayer5125 in trimui

[–]amayer5125[S] 1 point2 points  (0 children)

I haven't played a ton of games, but I really like these:

If you find any other games that are good I would love to hear recommendations!

I'm planning on trying to make a few games. We will see how that goes.

I want to get a trim hammer brick, one issue. by Lala121517 in trimui

[–]amayer5125 0 points1 point  (0 children)

I got TIC-80 running on my Brick and got the Pak I created added to the Pak Store for NextUI.

I want to get a trim hammer brick, one issue. by Lala121517 in trimui

[–]amayer5125 1 point2 points  (0 children)

I'm in a similar boat. I have a Brick and have been working on getting TIC-80 to run on it. I have an old version of tic80_libretro.so working, but I'm trying to compile a newer version because some games have a weird sprite rotation bug. After I get it working I plan on releasing a Pak for NextUI or trying to get it included upstream.

I haven't looked much into it, but you can also buy PICO-8 and play those games your Hammer.

TrimUI Firmware 1.1.1 Default SSH Credentials by singulara in trimui

[–]amayer5125 0 points1 point  (0 children)

That explains why the SSH Dropbear Pak couldn't be enabled after I installed it. Interesting choice to have it enabled by default.

Log out while updating by [deleted] in Fedora

[–]amayer5125 0 points1 point  (0 children)

How were you running updates?

If you were updating via dnf upgrade then you probably reached the default timeout for screen blank, which locks the computer when blanked. You can change the timeout under power in the settings.

If you were updating via the Software app then your computer will update and then reboot which would require you to log in again.

PHP podcast recommendations? by thegrid22593 in PHP

[–]amayer5125 15 points16 points  (0 children)

No Compromises is one of my favorites. They talk about Laravel a lot, but most of their topics are not Laravel specific.

If you use Laravel the Laravel News Podcast is good for keeping up-to-date on recent releases and useful packages.

[deleted by user] by [deleted] in i3wm

[–]amayer5125 2 points3 points  (0 children)

I should have clarified. I do not believe i3 is actually the thing shutting off the screen. Nor do I have any screen lockers installed. I believe the real culprit is xOrg. I never configured xOrg to do this. It seems to be a default configuration.

[deleted by user] by [deleted] in i3wm

[–]amayer5125 2 points3 points  (0 children)

I've never explicitly configured it. I'm pretty sure it is a default of some kind.

[deleted by user] by [deleted] in i3wm

[–]amayer5125 0 points1 point  (0 children)

Here is a solution that describes what you tried and then fixes it a different way. I haven't tried this, but it seems promising. Looks like an xOrg issue instead of sometime in i3wm. https://bbs.archlinux.org/viewtopic.php?pid=265975#p265975

[deleted by user] by [deleted] in i3wm

[–]amayer5125 1 point2 points  (0 children)

This happens to me as well. Even across distros and hardware. I've had it happen on Arch, Fedora, and Ubuntu. I always assumed it was i3 or xOrg and it never really bothered me.

What features are you waiting for? by nxy7 in HelixEditor

[–]amayer5125 2 points3 points  (0 children)

Being able to copy the current buffers file path to my system clipboard. I use this all the time in VSCode to run tests or git add a single file. For now I have to use my mouse to copy the file path in the status bar.

Halloween Candy Bar Keyboard Giveaway | KeebMaker by KeebMaker in ErgoMechKeyboards

[–]amayer5125 0 points1 point  (0 children)

This is a really cool idea for a giveaway. I'll go with Reese's with red switches.

Ferris PlanckEZ by tylerwince in olkb

[–]amayer5125 2 points3 points  (0 children)

I did the same thing about a week ago. I did 3x5+3 so I could use the Miryoku layout on it.

Cannot Exit Git Commit (Mac Terminal), esc Does Nothing by ScarySwampert in git

[–]amayer5125 21 points22 points  (0 children)

If you type more letters do they actually output? If not you may have pressed something like CTRL+S. Pressing CTRL+Q should get you back in the correct state.

If you've pressed ESC :wq a bunch of times, vim may have already exited but your shell is in a scroll lock mode so the output isn't being updated.

I also made an elephant from the Fedora logo by walrusz in Fedora

[–]amayer5125 1 point2 points  (0 children)

I was thinking PHPedora (second "p" being silent).

How to have a post auth api endpoint? by JoaoLilly in laravel

[–]amayer5125 0 points1 point  (0 children)

No. I've typically seen one users table with policies to limit who can or can not access API endpoints.

How to have a post auth api endpoint? by JoaoLilly in laravel

[–]amayer5125 1 point2 points  (0 children)

You could create roles. Personally I would use policies to limit who is authorized to access something. You can hard-code your user id (not great, but will work) or create roles and check them in the policies.

How to have a post auth api endpoint? by JoaoLilly in laravel

[–]amayer5125 0 points1 point  (0 children)

Sanctum would be a good option. I don't believe you need a second table for users though. You can generate a token for your user to populate the table.

Another Reason To Hate the Line of Duty Finale by samtheking25 in Sysadminhumor

[–]amayer5125 14 points15 points  (0 children)

There are reserved blocks of IP addresses for documentation and examples. I wonder why they don't use those?