PennyJim

joined 2 years ago
[–] [email protected] 1 points 1 week ago

I still laugh at learning that some random files in my friends Factorio mod were misnamed when Factorio changed the library they used in 2.0

[–] [email protected] 2 points 5 months ago

Rust and brown are far too close for how different they are

[–] [email protected] 0 points 5 months ago (1 children)

That is a description...

I'm so morbidly curious

[–] [email protected] 9 points 6 months ago

That's the most wild fanfic I've read

[–] [email protected] 1 points 8 months ago (2 children)

I somewhat recently got my current phone, so I'm not yet willing to buy another, but I'll keep that in mind. As well as Obtainium, as that sounds better than the fdroid app I have right now.

Sounds like I'll be missing out on the most private ROM though :(

(Also what's HTH?)

[–] [email protected] 2 points 8 months ago (1 children)

Graphene only works on Pixel phones, right?

Does it? I've only heard of it, not done even a lick of research yet.

 

I've only heard of GrapheneOS (and that authy is insecure in the same breath, so I need better 2fa apps).

The biggest thing I can think of that I don't want to lose is the Motorola gestures. I constantly chop to open my flashlight and twist to open my camera.

Besides that, I have never touched the rom before, and I have both wells Fargo and discover banking apps I use semi-regularly. The banking apps I could probably move to just doing their actions on the website, but that difficulty is something I would like to be aware of going in.

I also use Mihon (successor to Tachiyomi) so problems with that and solutions would be nice.

 

Or at least my attempt at improving it with the limitations of runtime scripting.

I'm posting because I would like some feedback on it.

The current things I still need to do are to listen for more command events so I can reimplement their messages, including fixing the admin promotion one. The current admin promotion message simply responds to the event of someone becoming admin, which doesn't contain info about who promoted them like the localized string expects.

As well as try and make a function that can send a message one tick late, as sending a message in the command event happens before the command is actually handled. Meaning the default error message happens after a custom one.

Finally, I need to implement some graceful way of handling shortcode collisions. I think discord does :shortcode~1: or something. Then I wonder if I should handle the order somehow, or let the modified pairs choose it for me. Though, with the companion mod of Twemoji, it re-registers the shortcode dictionary on the fly so the server can choose which standard to use. I think that might affect ordering, but I'm not actually sure.

I also have a branch that was attempting to do the colors differently, but I worked on that while slightly burned on the project and I don't like dealing with color math (it confuses me).

Sorry for the rambling, this kind of became my Todo list.

 

Or at least my attempt at improving it with the limitations of runtime scripting.

I'm posting because I would like some feedback on it.

The current things I still need to do are to listen for more command events so I can reimplement their messages, including fixing the admin promotion one. The current admin promotion message simply responds to the event of someone becoming admin, which doesn't contain info about who promoted them like the localized string expects.

As well as try and make a function that can send a message one tick late, as sending a message in the command event happens before the command is actually handled. Meaning the default error message happens after a custom one.

Finally, I need to implement some graceful way of handling shortcode collisions. I think discord does :shortcode~1: or something. Then I wonder if I should handle the order somehow, or let the modified pairs choose it for me. Though, with the companion mod of Twemoji, it re-registers the shortcode dictionary on the fly so the server can choose which standard to use. I think that might affect ordering, but I'm not actually sure.

I also have a branch that was attempting to do the colors differently, but I worked on that while slightly burned on the project and I don't like dealing with color math (it confuses me).

Sorry for the rambling, this kind of became my Todo list.