infi-power
1 week ago
thank you! yeah i was very surprised when i saw the modchip too, considering the fact that i got this for roughly $5
neppermint
1 week ago
Up until maybe 2016 I could still find old consoles for that price in thrift stores in the states, but those days are long gone... if you find more and clean them, do post!
infi-power
1 week ago
i hope, but the prices here aren't any better, al least from what i could find
infi-power
2 weeks ago
another update where i add the most fundamental thing that my website lacked for two years... make sure your computer doesn't overheat; no warranties whether your device will break or not. (hard refresh needed)
infi-power
2 weeks ago
and it's already malfunctioning... (guess i'm not cut out to be programmer, should've sticked with transistors...)
infi-power
1 month ago
to make sure this thing works, please refresh the page forcefully by shift+click the reload icon; otherwise this change won't be applied, because of caching (my assumption at least)
It seems like the problem is that you're using too much JavaScript. The only page on my site that lags is the index, which uses external scripts for webrings. I'm thinking that you're having a similar problem, since you seem to have quite a lot of scripts. Try to find HTML/CSS exclusive solutions or merge .js files into script tags in HTML files. I'm not an expert on this though, so don't take this too literally!
nice idea actually, since my javascript code is a mix between jquery and regular selection methods. i can replace exifr with statically generated data too, since i build the picture indexes via a seperate code.
started the rewrite by replacing jquery with a custom script that extends existing objects by only using js itself.