hi, i’m juni(per) :3 (she/her)
developer-ish, musician-ish
aerospace nerd
transgender && lesbian
you can find me:
on wasteof (this site)
on discord (@junidev_)
on scratch (@Redstone1080)
on matrix (@redstone-dev:matrix.org)
on github (@redstone-dev)
on soundcloud (soundcloud.com/redstone1080)
i wish life had a pause button, so i could just freeze time when i want and get some rest without having to deal with the actual world
what if instead of rewriting everything in rust we rewrote everything in go
shoutout to the 3 people who like every post of mine
youre doing gods work except by god i mean me :3
i do really wish this site was more active tho
okay but can someone explain the bi guy to transbian pipeline
i need answers
idea: cozy fishing game
you’re given an empty notebook by your bsf at the beginning of the game and you have to fill it in with stickers of the different fish you catch
oh and you’re both women and it’s gay as hell
i hate to say it but this was me at one point
neovim users want a minimal editor and then spend days making it less minimal
spent the past weekend making a neovim config from nothing, to lsp support and themes, plugins, etc.
if i had to rate it, 9/10 experience, it’s fun and everyone should give it a try if they want to lol
i love zig so much
thank you primeagen and lowlevellearning for making videos about zig
also, gorbenflob
rewriting a major project of mine in go :D
also, i have a website now https://junidev.pages.gay/
forgot that professor juniper from pokemon existed and i wanna be her so badly
well I guess I’m a stardew valley modder now
> Refuses to elaborate further
poggers coding tip of the day
in python, you can use a list comprehension to quickly create & populate lists:
arr = [x for x in range(10) if x % 2 == 0]
this will create a list called arr
that only has even numbers in it