All the latest Neocities site news!

Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? Join us!

Love the style of this site! Can't wait to try out your codes or recipes ฅ^•ﻌ•^ฅ
1 like
neogaucho's avatar neogaucho 11 months ago

thank you! and thanks for the follow!!

What a fun way to archive your work! (=^・ω・^=)
1 like
meek-digital-archive's avatar meek-digital-archive 11 months ago

Thank you! I love your films, especially Yeehawbanero. I'm looking forward to watching the Old Saint Dick trilogy this year! :)

1 like
catcatproductions's avatar catcatproductions 11 months ago

That's so nice! Makes us happy to hear. Thanks! Yes, the Saint Dick trilogy is perfect for the holidays (❄^_^❄)

Starting to get past the "three.js parts" of three.js and get closer to the WebGL parts.
1 like
2 likes
didntask's avatar didntask 11 months ago

not bad. I'll try to get used to it

2 likes
didntask's avatar didntask 11 months ago

Gosh it's TERRIBLE on mobile though, I have to fix that 🫩 still overall not a bad experience writing

2 likes
didntask's avatar didntask 11 months ago

i don't think the margins are fixable, it's just how it gooooes as an embedded Doc. Exporting as HTML doesn't retain stuff like centering. LOOK HERE, LOOK, LISTEN! APPEARING OFFLINE DOE-- "Well, LibreOffice does!" I'm being lured into trying something I already tried for months and stopped for some reason that I can't remember. I know I had a good reason, what was it?

2 likes
didntask's avatar didntask 11 months ago

forget it, it's *good enough* on mobile, at least it's perfectly-readable. I'm not going to drive myself insane, this is the creativity-killer that halts all writers. It's a BLOG

3 likes
didntask's avatar didntask 11 months ago

(he lied, he's currently falling for the LibreOffice meme again)

3 likes
wizardperspective's avatar wizardperspective 11 months ago

As much as I like my current layout with Wiz Perspective, I do miss the old layout because it didn't look like crap on mobile. Waifu Library has the old layout.

2 likes
Trying to improve the graphics of my next game, and it seems to come down to 3 things: creating efficient technology to run the graphics (since I make games for all kinds of devices, including low-power ones), making good tools who make it frictionless and fun to create, and then actually improving my feel for quality in art.
2 likes
juntogawa's avatar juntogawa 11 months ago

Compared to This Is (NOT!) A Car Club, I want to improve quality instead of quantity. Have an interesting variation in the graphics instead of just _many things_. So I'm designing shaders to be able to use multiple images for house textures and character/object sprites without slowing down the GPU.

2 likes
juntogawa's avatar juntogawa 11 months ago

Technical things like this are advanced but very solvable. Making good tools is mostly about de-learning all the bad tools with too many options and buttons that put technology in the way when you try to focus on your art.

1 like
juntogawa's avatar juntogawa 11 months ago

Actually getting good at art and graphics is the real work, there are no cool tricks for this except experience and time...

2 likes
Achieving backwards-compatibility for IE11 (it can run 3D) by removing "let" and "const" Javascript variables.
1 like
juntogawa's avatar juntogawa 11 months ago

Changed my font file (TTF format) to be "installable" instead of "restricted", in order to work in IE11 (http://carnage-melon.tom7.org/embed/)

1 like
juntogawa's avatar juntogawa 11 months ago

Made pixel art images bigger instead of using "image-rendering: pixelated;" (not very supported before 2020)

1 like
No time ttyl
2 likes
didntask's avatar didntask 11 months ago

The dryads got my homie and aged him up so they could take advantage of him. At least now he can become a knight 🫩 just clocked a guy for laughing at his lack of clothes and made him take him to his house to have his daughter make clothes for him. Unintentionally effortlessly seducing her now. That poor schmuck, NEVER laugh at a random large naked man walking through your town he will take everything

2 likes
THEY'RE BACK!
4 likes
tung tung tung tung tung tung tung sahur i needa start updating cuz damn❤️‍🩹
2 likes
Abstractions in programming promise to create efficiency (mostly for the programmer, but still), but it only creates efficiency in the actual program when you reuse code in functions instead of copy-pasting it over and over (one of the purposes of functions) which results in less total code in the executable file.
1 like
juntogawa's avatar juntogawa 11 months ago

But this doesn't matter in object-oriented programming anyway, because the objects have overhead in code size, memory usage and computation time, that makes the code automatically much less efficient anyway.

1 like
juntogawa's avatar juntogawa 11 months ago

Abstractions also promise to make code readable, but it doesn't make the actual working CODE more readable, it just makes the abstractions more readable. So even if it's easily readable, you won't understand the interesting parts anyway.

1 like
juntogawa's avatar juntogawa 11 months ago

When abstractions aren't used primarily for code reuse, but instead to hide meaning, the program will grow more and more inefficient. Because you stop reading the actual code and only read the abstractions.

1 like
juntogawa's avatar juntogawa 11 months ago

And then you won't know about what actually happens anymore underneath the abstractions anymore. Now those things can be as efficient as they want without you knowing about it. And it tends to grow more inefficient and not the other way, because of our large RAM sizes and CPU speeds today.

1 like
juntogawa's avatar juntogawa 11 months ago

This is why Notepad is slower today instead of faster. It's not because of slow hardware or incompetent programmers, it's computer bureaucracy (probably heavily influenced by the organizational bureaucracy at Microsoft).

1 like
juntogawa's avatar juntogawa 11 months ago

So, abstractions probably won't create programmer efficiency either, because abstractions lead to less understanding of the actual program, which leads to computer bureaucracy, which is a much bigger problem to handle than just editing code.

1 like
juntogawa's avatar juntogawa 11 months ago

So... I remove all object-orientation and unnecessary abstractions in my code, and just use functions to prevent too much code reuse. All other structure is in comments so they don't fill up the executable (like objects and functions does, no matter how efficient your language claims to optimize those)

1 like
juntogawa's avatar juntogawa 11 months ago

The point of all this is: Don't create more technology to handle your technology, that will leave no space for art.

1 like
I'm fascinated by the Phong lighting model. Especially when you use it to put way too realistic lighting on non-realistic objects.
Yeah, I've put that videogame I was working on on hold for the time being--i'm going to build my comics buffer up to cover the rest of the year, and THEN I'll start animating my game. >:o
2 likes
1 more sec
I like the 3D effect on your home page! Is it a shader?
1 like
barndoors's avatar barndoors 11 months ago

hi! it's the output from a video synth (https://hydra.ojack.xyz/) that i have hardcoded into a canvas

1 like
starting to learn enough about 3D graphics in general and the library three.js in particular to be able to rewrite it into my own library!
2 likes
juntogawa's avatar juntogawa 11 months ago

i started by removing all code in the library that i didn't use. now i'm left with the parts i actually use. but minimalism isn't a goal in itself, so now i'm not removing code anymore but instead rewriting it to be more efficient for my purposes.

juntogawa's avatar juntogawa 11 months ago

i want to rewrite it so much that i can legally give it my own name

barndoors's avatar barndoors 11 months ago

godspeed! sounds fun. amazing site

1 like
What if you, instead of spending time on marketing your creative work, put that time into improving the work so it can become good enough for people to actually be interested in it?
2 likes
dmansweb's avatar dmansweb 11 months ago

perhaps then we would have the best work become the most popular instead of the ones with the biggest marketing campaigns.

1 like

Popular Tags

art   music   videogames   programming   games   anime   food   personal   writing   cats   blog   movies   books   gaming   fashion   photography   comics   animation   design   horror   game   drawing   coding   arte   manga   portfolio   furry   reading   ocs   poetry   cute   technology   musica   kpop   history   animals   education   film   literature   fun   roblox   philosophy   programacion   sports   nature   html   science   tech   programing   videogame   politics   travel   minecraft   gamedev   web   love   retro   life   school   videojuegos   computers   youtube   pokemon   cartoons   2000s   blogging   fantasy   diary   video   illustration   pink   dogs   idk   gardening   random   comic   videos   internet   memes   ai   linux   oc   cooking   y2k   queer   arg   nostalgia   kawaii   tv   fandom   crafts   webcomic   test   journal   worldbuilding   aesthetic   cars   emo   business   fanfiction   media   films   vocaloid   learning   news   health   space   stuff   math   silly   fiction   website   stories   cutecore   culture   arts   scifi   90s   etc   journaling   painting   cat   baking   football   punk   crochet   graphics   3d   homestuck   goth   marketing   cinema   css   software   pixelart   diy   commissions   lgbt   psychology   program   archive   artist   sport   dance   shows   sanrio   digitalart   dnd   series   makeup   me   comida   creativity   metal   characters   trans   religion   graphicdesign   lgbtq   editing   funny   lifestyle   indie   aboutme   cool   friends   rpg   fanart   streaming   clothes   entertainment   plants   sonic   code   development   guitar   story   scene   roleplay   webcomics   javascript   comedy   languages   everything   electronics   rock   ttrpg   zines   sewing   community   engineering   weird   study   aesthetics   reviews   webcore   hacking   gay   cyberpunk   beauty   basketball   webdesign   originalcharacters   it   fnaf   educacion   vintage   soccer   computer   photos   social   spirituality   deltarune   vtuber   weirdcore   oldweb   discord   pets   informatica   blogs   coffee   project   storytelling   architecture   thoughts   biology   hobbies   flowers   shop   movie   vaporwave   clothing   information   undertale   shopping   magic   japan   language   lore   cosplay   mlp   nintendo   ttrpgs   creative   book   fitness   about   testing   fandoms   chat   radio   experimental   physics   digital   nothing   alternative   money   astronomy   blinkies   websites   crypto   html5   info   birds   singing   cybersecurity   site   crafting   personalwebsite   wip   japanese   bugs   witchcraft   juegos   research   anything   tecnologia   furries   occult   tvshows   band   finance   theatre   gamedevelopment   autism   projects   other   sleep   moda   sleeping   television   profile   dolls   events   resume   yaoi   interests   futbol   work   vr   knitting   gatos   lain   all   system   photo   fish   vampires   linguistics   genshin   apps   dreams   transgender   frutigeraero   romance   poems   collecting   astrology   wiki   puzzle   animes   splatoon   rap   toys   developer   mentalhealth   meme   fanfic   webdevelopment   python   dancing   gym   free   visualnovels   app   aliens   essays   ghchs   tarot   marvel   english   cartoon   drawings   skateboarding   gothic   animations   windows   hiking   family   bio   coquette   gamedesign   robots   stamps   carrd   medicine   pixels   dog   intro   modding   chess   fortnite   touhou   a   interactive   gyaru   journalism   humor   pizza   puzzles   deportes   mathematics   dragons   teaching   gallery   security   mystery   characterdesign   osc   links   yuri   birthday   popculture   online   roleplaying   adventure   hobby   zine   fnf   data   creepypasta   resources   no   jogos   rp   mythology   fansite   traveling   musicals   blender   jfashion   objectshows   pixel   ocean   piano   lol   myself   gifs   vkei   novels   zonelets   law   introduction   meow   amor   dreamcore   audio   twitch   peliculas   recipes   hiphop   ffxiv   breakcore   home   libros   dark   studying   style   indiegames   pjsk   noise   running   tf2   stars   communism   bfdi   danganronpa   privacy   paranormal   shrine   swag   podcast   christianity   progamming   activism   scenecore   rpgs   plushies   wrestling   graphic   car   death   boardgames   production   none   spanish   bunnies   robotics   foods   hellokitty   utau   pictures   craft   socialmedia   ecommerce   pinterest   twine   jewelry   songs   awesome   omori   outdoors   filmmaking   feminism   educational   android   volleyball   designing   lesbian   travelling   anarchism   cine   student   things   geography   collage   god   electronic   3dmodeling   bl   grunge   maths   dev   misc   dinosaurs   vent   lolita   deporte   brasil   scratch   alt   80s   webdev   environment   girls   sharks   store   blue   clowns   unblocked   transformers   old   tools   stickers   jazz   realestate   cafe   novel   vtubers   mario   starwars   jpop   whimsy   computing   jesus   bitcoin   pc   acting   theater   chemistry   tea   trains   bts   creepy   college   fotografia   help   manhwa   plurality   construction   doom   images   yoga   computerscience   tumblr   translation   baseball   vlog   services   args   event   flash   mcr   whatever   cyber   warriorcats   collection   programmer   horses   multimedia   cozy   programar   lego   pop   java   videography   retrogaming   videoediting   epic   f1   pastel   dj   supernatural   filmes   persona   escuela   skating   draw   trading   tabletop   weed   historia   southpark   gamer   insects   literatura   yes   therian   hardware   miku   salud   opensource   podcasts   weather   techno   monsters   girly   forum   tiktok   lgbtqia   socialism   dc   ecology   truecrime   green   economics   js   swimming   3dprinting   people   tcc   programas   drama   medical   angels   tattoos   nerd   skincare   maps   surrealism   trinkets   bsd   chatting   sound   shoes   kandi   hi   freedom   restaurant   modeling   ropa   cricket   otherkin   vhs   search   homepage   edm   learn   ideas   enstars   animanga   world   kirby   cleaning   author   estudiante   fishing   animales   healthcare   kidcore   livros   hockey   kdrama   tourism   sociology   artwork   cultura   artes   text   conspiracy   turismo   digitalmarketing   analysis   bible   halloween   service   hardcore   sketching   racing   bands   tennis   chill   curso   videogaming   petz   plural   sculpture   academia   shitposting   colors   closedspecies   depression   knowledge   thrifting   wedding   analog   did   friendship   egl   visualnovel   eating   writting   brazil   christian   homework   cv   programa   women   frogs   programacao   purple   surreal   creation   general   networking   rats   drugs   scary   furniture   library   ambient   alterhuman   sites   sciencefiction   retrogames   aviation   hair   academic   mobile   medieval   university   genshinimpact   gacha   sustainability   blockchain   mods   graffiti   anarchy   foss   mangas   wellness   yapping   tutorials   rants   theology   anthropology   ceramics   magazine   3dart   society   cryptids   quotes   glitch   truth   batman   soft   webseries   water   ux   garden   writer   practice   rpgmaker   ghosts   onepiece   server   schoolproject   talking   cycling   harrypotter   estudio   informacion   esoteric   building   otaku   erotica   cryptocurrency   tattoo   crocheting   concerts   bot   nails   review   jjba   species   programs   guns   company   superheroes   theory   archives   forsaken   conlang   character   notes   scrapbooking   analoghorror   liminal   illustrations   creating   class   camping   live   shrines   neocities   cards   cs   play   kdramas   french   startrek   meditation   bikes   spiderman   articles   instagram   selfship   performance   kids   disney   os   shitpost   musicproduction   vampire   miriadax   animal   noticias   seals   sanat   handmade   church   content   decor   synthesizers   communication   revival   voiceacting   terror   google   apple   chaos   crime   ultrakill   shoegaze   twitter   css3   house   unblockedgames   blood   lostmedia   training   yumeship   rhythmgames   mtg   future   industrial   folklore   originalcharacter   crk   vida   evangelion   advertising   mylittlepony   programmation   idols   disability   creativewriting   quiz   youtuber   new   paganism   vlogs   vinyl   exercise   vrchat   sims   dating   satire   zelda   animalcrossing   doodles   party   interactivefiction   frontend   viajes   marxism   repair   commission   hetalia   dandysworld   adhd   magick   calculator   poesia   fanfics   rambling   embroidery   islam   joke   sweets   creatures   animating   something   facts   ia   designer   spooky   prompts   military   neopets   vtubing   visualkei   entretenimiento   programm   randomstuff   jobs   daily   geek   shifting   silliness   musics   cheese   finalfantasy   bass   desing   more   vegan   scp   datascience   overwatch   beach   tamagotchi   songwriting   rainbow   halflife   mha   cult   miscellaneous   tareas   anthro   shoujo   developing   black   oldinternet   jeux   tarea   webring   kink   hack   club   motorcycles   happy   jokes   conlangs   warhammer   vibes   todo   tecnology   photoshop   musique   dungeonsanddragons   zombies   collections   studies   spiritual   musicas   download   underground   glitter   beginner   miniatures   arcane   hotel   musician   drinks   ranfren   tips   trabajo   self   mushrooms   archival   tokusatsu   ui   stem   1   videgames   private   cities   solarpunk   lofi   faith   doctorwho   ar   gossip   instruments   map   agriculture   productivity   streamer   secret   beer   rave   edits   desarrollo   mecha   christmas   projectsekai   pet   yugioh   blackmetal