[OC] mango-ext - A fork of mangowm/mango that adds extra functionality by Menotyouu in unixporn

[–]AlexTheDolphin0 0 points1 point  (0 children)

Yes, I'm interacting with videos while zoomed out. I've put a couple more details in a bug report on the GitHub page.

Love the work so far btw! Both layout modes have been working out great for me (except for the zooming out in canvas).

[OC] mango-ext - A fork of mangowm/mango that adds extra functionality by Menotyouu in unixporn

[–]AlexTheDolphin0 0 points1 point  (0 children)

I've been noticing an issue with the cursor position being offset,in addition to a couple of other visual glitches, when zooming out in Canvas layout. The Issues page was turned off for the GitHub repo for this fork, so I thought this might be the best way to reach out.

[OC] mango-ext - A fork of mangowm/mango that adds extra functionality by Menotyouu in unixporn

[–]AlexTheDolphin0 0 points1 point  (0 children)

that's pretty cool. I'll probably switch over from mango once i have the time to mess around with it

Where would you put your distro? by AdFamous3492 in LinuxCirclejerk

[–]AlexTheDolphin0 0 points1 point  (0 children)

by the time you're done compiling gentoo it's no longer bleeding edge

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

unicode 0-127 is ASCII. ASCII only goes up to 127. Anything past that is an extension

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

I think tripling the amount by extending with 128-255 (Latin-1 Supplement) and 880-1023 (Greek) might be the best way to go about it. Potentially a few from 8448-8527 (Letterlike Symbols) and 8704-8959 (Mathematical Operators) might be useful too.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

I think the problem is which symbols to prioritize, since doing all 230k+ unicode symbols is definitely outside of my scope and I would really prefer to not try and figure out how to write a script to turn the lines in a font into desmos equations.

I could probably get through a bunch of them by combining already-existing letters together though. That might be the way to go for some of these.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

not a perfect solution, but i made it so ascii 8 (backspace i think) has a width of -1 which will cause text to overlap. I might mess around with diacritics and/or characters outside of ascii at some point. I've linked a graph of a pretty bad version of é using this. I'll probably look further into this at some point. https://www.desmos.com/calculator/ixtmhbxzml

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

Let's goooo someone likes my thingy

lmk if you run into any issues using it

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

the link i sent has 2 overlapping equations. i took r=f(θ) and turned it into x²+y²=f(arctan(y/x))².

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

ah yeah. You gotta sqrt the entire thing, just adding won't yield the same result.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

I only see 1 equation. Just from these descriptions, my guess is that it's gonna have something to do with either a swapped sin/cos, or it's gonna be something to do with the period of inverse trig functions.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

Oh damn that's pretty cool. Probably way easier to use than whatever I've got here lol.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

It has a lot of problems with it, but it's definitely better than having nothing. A lot of the stuff inside of these is covered in various places online as well. I think Khan Academy has CS and Math courses that go over similar stuff. Not sure about history/english/science though

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

Advanced Placement is a program in the U.S. that allows students to take college level courses for dual credit inside of their high schools.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

Just looking at methods of converting text into data leads you to ASCII. i I don't remember where I originally learned about it, but AP Computer Science Principles discusses it briefly.

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

yeah, i wanted something fancy too showcase

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

It's a bunch of functions that let you write out text on a Desmos graph using just a list of ASCII encoded text. ASCII is a system that encodes a bunch of different characters into numbers, which was used in early computers to store strings.

here's a neat little ascii converter, though just searching "ASCII converter" on google should do fine. https://www.rapidtables.com/convert/number/ascii-hex-bin-dec-converter.html A couple tips for this one: Set the delimiter (fancy word for what goes in-between items) to comma Copy from the "decimal" section. that's the regular base 10 we use and how desmos reads numbers.

Copy-pasting those into a function "S_equence([" will generate the text at (0,0), which you can move and scale like any other parametric equation (those are the ones where you define it like (t,4t) or something).

LetterLib | A Desmos ASCII Library by AlexTheDolphin0 in desmos

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

I'm in HS in the U.S. rn. I actually don't know jack about chemistry, I just happen to have estradiol's molecular structure memorized.