linux wolf ฮ˜ฮ” ๐Ÿบ๐Ÿ’พ's Avatar

linux wolf ฮ˜ฮ” ๐Ÿบ๐Ÿ’พ

@cinnamonwolfy.bsky.social

a wolf (she/her, ฮ˜ฮ”) on the internet. founder and lead developer of the portalinux project. c/c++ and ruby developer langs: es (๐Ÿ‡จ๐Ÿ‡ด) / en (๐Ÿ‡บ๐Ÿ‡ธ) website: https://cinnamonwolfy.neocities.org dob: 2004/05/11

133 Followers  |  156 Following  |  145 Posts  |  Joined: 15.11.2024  |  1.7151

Latest posts by cinnamonwolfy.bsky.social on Bluesky

after that first week is over, i will probably resume work on pltermlib, then moving onto finalizing the 1.00 release of pl-srv and then figuring out whether to work on plfbl or pltk first.

k that's all i got bye see y'all next week

10.11.2025 09:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

me and an irl found a place to move in together, so i've been busy packing my (meager amount of) stuff in boxes. hopefully this arrangement works better than the last one...

i won't have internet at the new place for a few days so i won't be able to work on much for the first week

10.11.2025 09:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

hello, it's been like a week or smth since i've actually posted anything here. so uh, here's what i've been up to ig

i, uhh, got sick again, but my fever only lasted one day this time, so that's better than last time. i had to work through it tho, that sucked ('murica moment)

10.11.2025 09:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

ใƒฏใƒณใƒ”ใƒผใ‚นๅงฟใฎ้›ชไนƒใ•ใ‚“ใจๅ†ฌ็พŽใ•ใ‚“
#ใ‚ฑใƒขใƒŽ #ใƒกใ‚นใ‚ฑใƒข #furry #furryartwork

05.11.2025 09:55 โ€” ๐Ÿ‘ 93    ๐Ÿ” 30    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 1
Post image

she stick leggy out reaaaal far ๐Ÿฑโœจ

24.05.2025 19:59 โ€” ๐Ÿ‘ 2144    ๐Ÿ” 410    ๐Ÿ’ฌ 20    ๐Ÿ“Œ 0
Drawing of a puppy with the caption; "I wasn't socialized enough as a puppy" drawn by basil_mage (me)

Drawing of a puppy with the caption; "I wasn't socialized enough as a puppy" drawn by basil_mage (me)

Me(actually)

05.11.2025 11:32 โ€” ๐Ÿ‘ 3121    ๐Ÿ” 909    ๐Ÿ’ฌ 19    ๐Ÿ“Œ 13

thats nuts

05.11.2025 02:28 โ€” ๐Ÿ‘ 4193    ๐Ÿ” 1504    ๐Ÿ’ฌ 46    ๐Ÿ“Œ 53
Post image

rt this gas me up guys this took so long

03.11.2025 20:30 โ€” ๐Ÿ‘ 1042    ๐Ÿ” 239    ๐Ÿ’ฌ 14    ๐Ÿ“Œ 2

and just like that, the documentation viewer is now fully functional with no noticeable bugs. i also ended up removing another 19 lines more that got made redundant. this one function basically handles everything after setup now

04.11.2025 01:57 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

this new viewer seems to have even less weirdness now

building things properly makes them less janky, whouda thunk? what a novel concept i've totally never heard before x3

don't get me wrong, there's still some weirdness, but it's a lot more manageable now, and actually fixable :3

04.11.2025 00:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

also means that all javascript code is contained within a separate file, which is how i wanted it all to be in the first place

all of these changes made the script smaller by 40loc or ~29%

03.11.2025 21:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

i still had to attech a hashchange event listener in the old one anyway to prevent default behavior, so having an actual function handle things and have everything else just cause a hashchange event is a more efficient approach

03.11.2025 21:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

so the way it works is that since i need to change the url anyway in order to make it so that people are still able to share links to a specific section, and those url changes always trigger a hashchange event, i could just make a function that handles all possible hashchange scenarios

03.11.2025 21:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

new documentation viewer is now finished. none of the links clicked had any javascript code added to them, and the top button is no longer a button tag, but rather a link

03.11.2025 21:28 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

i also just don't wanna go through like, over 100 links and add javascript to them in order to get them to properly work in the current documentation viewer

03.11.2025 08:28 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

i have also not enabled the documentation viewer on this page because i'm trying to come up with a new one that is more efficient

03.11.2025 08:11 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

it's a total of 71 documentation viewer entries and just under 2,000 lines of html. i also had to come up with more highlighting colors since the ones i currently had implemented were not adequate for c code

03.11.2025 08:09 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
The PortaLinux C API: Base Runtime - The PortaLinux Project

i finally finished this. it only took... *looks at calendar* ... a week. that went a lot faster than i thought it would

cinnamonwolfy.neocities.org/portalinux/d...

03.11.2025 08:04 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

portalinux is now 6 years old. i just realized, i've been working on the same project for over half a decade. just... wow

i don't think 15yo me would've thought her little linux live kit clone would last this long, let alone become what it is now

02.11.2025 21:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

oh yeah, it's portalinux month, i forgor to post about that lol

oh also, pl-rt documentation is almost complete, just gotta finish 7 more entries

02.11.2025 20:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Drawing of a puppy with the caption; "staying silly despite it all"

Drawing of a puppy with the caption; "staying silly despite it all"

Silly

01.11.2025 12:34 โ€” ๐Ÿ‘ 2043    ๐Ÿ” 623    ๐Ÿ’ฌ 10    ๐Ÿ“Œ 5
Post image Post image

The DVD (1996) is now as old as the original 8-inch floppy disk (1967) was when the DVD came out.

01.11.2025 14:37 โ€” ๐Ÿ‘ 1731    ๐Ÿ” 667    ๐Ÿ’ฌ 59    ๐Ÿ“Œ 99
Preview
Support Oliviaโ€™s Gay Art Support Oliviaโ€™s Gay Art

I feel so guilty doing this but I'm struggling a lot financially. I recently started university and since I'm estranged ive had to buy everything for it myself, so now I'm struggling financially and will get my student loans at the end of January, so need help getting food

ko-fi.com/oliviasgayar...

01.11.2025 15:15 โ€” ๐Ÿ‘ 20    ๐Ÿ” 20    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 4
Video thumbnail

okay i need you to watch this i picked up like 10 separate vocal stims from this one fucking video

23.10.2025 22:06 โ€” ๐Ÿ‘ 1747    ๐Ÿ” 686    ๐Ÿ’ฌ 42    ๐Ÿ“Œ 34

that would be 35 entries out of 71(!)

31.10.2025 02:15 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

progress report: pl-rt documentation is at 50% completion :3

31.10.2025 02:14 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

โ€ผ๏ธ๐Ÿณ๏ธโ€โšง๏ธ Anniversary Comic (1/6) ๐Ÿณ๏ธโ€โšง๏ธโ€ผ๏ธ

30.10.2025 16:31 โ€” ๐Ÿ‘ 2966    ๐Ÿ” 624    ๐Ÿ’ฌ 36    ๐Ÿ“Œ 9
Post image

ๅ†ฌๆœๅงฟใฎ้›ชไนƒใ•ใ‚“
#furry #furryartwork #ใ‚ฑใƒขใƒŽ #ใƒกใ‚นใ‚ฑใƒข

30.10.2025 09:47 โ€” ๐Ÿ‘ 101    ๐Ÿ” 30    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 1
29.10.2025 11:51 โ€” ๐Ÿ‘ 841    ๐Ÿ” 304    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

Cat-like actions ๐Ÿฑ
(I remembered that some cats tend to rub their faces against your hand when they get close, and I thought it was funny :D)

#Oneshotgame #oneshot #oneshotfanart

28.10.2025 03:46 โ€” ๐Ÿ‘ 150    ๐Ÿ” 34    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@cinnamonwolfy is following 20 prominent accounts