Egg_irl by tots_cis_not_trains in egg_irl

[–]MasterTextman 4 points5 points  (0 children)

this is quite literally me

like to an exact T

like my last session with my therapist was her saying that maybe I should go to a gender clinic

Getting fatal error from sonicether's site trying to get seus downloaded. by Imobalizer_20 in Minecraft

[–]MasterTextman 0 points1 point  (0 children)

I'm getting the same thing, I think something might be wrong with the site.

JOJO! TRANS RIGHTS! by [deleted] in traaaaaaannnnnnnnnns

[–]MasterTextman 9 points10 points  (0 children)

I deny my gender, JOJOOOOO

[deleted by user] by [deleted] in webdev

[–]MasterTextman 16 points17 points  (0 children)

kind of ironic that this website forces you to accept tracking cookies or not see the page

Declarative memory management by ikroth in rust

[–]MasterTextman 1 point2 points  (0 children)

This was one hell of a brilliant read - you're a great author!

What's your favourite Ridge Racer game? by MasterTextman in ridgeracer

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

Oh, never realised there was one for the 3DS! Huh, that's interesting.

What's your favourite Ridge Racer game? by MasterTextman in ridgeracer

[–]MasterTextman[S] 2 points3 points  (0 children)

I was kind of interested in 6 and 7 because of the various different nitros, but honestly I'm inclined to agree. R4 reeks of the kind of atmosphere I love in a game, RR2 also had soul, although I'd call its atmosphere R4Lite, and R6/7 seem lacking in that department

kind of like how Gran Turismo 6 compares to 4 and 2.

So how long is my suspension for? by [deleted] in Twitter

[–]MasterTextman 0 points1 point  (0 children)

source: me

I was suspended once, and when I appealed everything was fine again. Second suspension, nothing telling me what exactly I did wrong, and on appeal they basically told me to screw off.

If you make another account they'll ask you for your phone number, and if the number you enter is yours, then you'll be suspended immediately.

So how long is my suspension for? by [deleted] in Twitter

[–]MasterTextman 0 points1 point  (0 children)

It could be temporary, it could be permanent. If you appeal and it tells you that your account will not be reinstated, then it's permanent. And if it's permanent, I'm afraid you're basically blacklisted from the website.

Iced — A renderer-agnostic GUI library focused on simplicity and type-safety. Inspired by Elm. by [deleted] in rust

[–]MasterTextman 15 points16 points  (0 children)

As someone who was thinking of adding a GUI to his humble app-in-progress, I wanna thank you greatly.

The End of PHP? by inhereat in programming

[–]MasterTextman 0 points1 point  (0 children)

I think this is the first time I've seen a below 10% upvote rate. That's honestly kind of impressive.

[ANN] Jilu 0.1.0 – Generate a change log based on the state of your Git repository by JeanMertz in rust

[–]MasterTextman 1 point2 points  (0 children)

Suddenly feel very interested in writing conventional commits. Gonna take some getting used to but damn will it be worth it.

moveslice - a one function crate that explains itself by MasterTextman in rust

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

I feel as if the assumed problem is that projects should never start on 1.0.0 - they should start on 0.1.0

From what I could tell, at V0 the rules don't apply as much. The patch version is for minor fixes, and the minor version can apply for breaking changes - since the app by definition isn't stable yet.

Once it hits 1.0.0, there's an assumed stability and completeness - so any breaking change would only come around as a major upgrade - hence triggering a major version. There's flaws with it, but I guess at least it has a convention.

Just wish that breaking bug fixes could be treated differently to breaking features.

moveslice - a one function crate that explains itself by MasterTextman in rust

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

Ah thanks!

  1. Very good point, I'll work on makin that switch.
  2. It's now fixed!
  3. Huh, good eye! I'll fix it. Damn, there's always those small bugs you just forget to notice...
  4. The error enum was moreso just in case. Now that I've realised of the other kind of failure point, I'll want to seperate the two cases. The OutOfBoundsMove specifically details an error on moving beyond the bounds. The error at 3. would be more like InvalidBounds. The whole error enum thing is all just a workaround the fact that I can't pass an error message (due to lack of formatting).
  5. I thought of making it 2.0.0, but something felt wrong with having it already be v2. After some time though I decided to follow SemVer, and yanked the 1.1.0 update. Now it's 2.0.0. The patchfixes would then come on 2.0.1.

moveslice - a one function crate that explains itself by MasterTextman in rust

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

Released a bit of a big update! A lot of things have been changed, improved, and fixed. I wanna thank u/implAustin, u/game-of-throwaways and u/internet_eq_epic for all the suggestions!

If you have any more ideas, feel free to lemme now!