#uses of java
Explore tagged Tumblr posts
Text
phil was ready for pherapy
dnp | we both nearly died on holiday
#dnp#dan and phil#dip and pip#dnp games#dnpedits#dnp described#id in alt text#waywardgifs#mydnpgifs#this video was such a rollercoaster#glad they survived!#the java script I was using to color my captions failed so have it plain lol
204 notes
·
View notes
Note
we got p2 and p3..
p1 and p4..
but what about java dude and shtopor / corkscrew…
i think they’d be chill (java doesn’t know russian) /silly
what is bro saying

69 notes
·
View notes
Note
zizuma after 12 straight hours of code work (all he’s had to eat was 5 adderal and an uncrustable)
[075] Hands stained with blood (stupid coding mistake that takes anywhere from 1 second to 10 days to find)
#075#xisuma#xisumavoid#daily xisuma#hermitcraft#asks#NOOOOO I see this ask on the very day I impulsively decide to spend all my time on my neocities website for the first time in months.....#I deleted everything because it was bad and I got an idea for how to make it better from ground zero. it is now better than it ever was#css still makes me want to kill someone but it's only an occasional feeling now#I probably only really dislike css because I'm not used to it as someone who mains java. what the FRICK do you mean I need to do calc() to#have equations........#hey if someone knows a workaround for z-index on background images.......please.........#<- update you literally can just do z-index if you set a position...FRICKING HELL....
111 notes
·
View notes
Note
Pangi mods should be allowed to pick one annoying chatter every stream and yeet them into space
- @java-the-fox :3
Amen. Y'all deserve to do that atleast 10 times a stream
#Pangi chat is truly something java#You're stronger than us marine modding that#Java tag 💕#Mika rambles back
20 notes
·
View notes
Text
new union family tree with cadet branches! credit to @sterina-sims and @meisiu whose templates i used ♡
full res here!
79 notes
·
View notes
Text
New Refs!
had to make some and finally had a reason to.
#fun fact Józef is pronounced 'use-eff' but like many foreign names it's 'too hard' so he just tells people it's Joseph and goes by Joe.#tea kettler#joe java#kitchen utensil family#the kitchen utensil family#cuphead au#the cuphead show#fanart#cuphead#cuphead show#cddwtd#cuphead oc#cuphead parents#cuphead and mugman's mom#cuphead and mugman's dad
59 notes
·
View notes
Text
@look-back-month-challenge
Day 15: Have you ever made a custom?
Boy, have I.

I few years ago, I learned about doll customizing and got into thrifting and repainting old monster high dolls to look like characters from my webcomic @cirqueduroyale.






Then I lost interest for a few years until I finally finished Unicorn Princess last year. Her custom was. The. Worst. She had 6 different faces, a split scalp, 4 different wigs, a lost outfit that I reordered just to find it after the new one arrived and that time I accidentally sprayed her with spray paint instead of sealant. 😮💨 But whatever, she's done now.


Then I made Cupcake, who was so much easier omg.

Her outfit was made by @dollelujah. She's a great doll fashion designer!
#look back month challenge#dollblr#cirque royale#doll custom#my art#'java chip is dying' this ain't about her#Whatever I used to pint Quinn's face is melting into the plastic or something
31 notes
·
View notes
Text
Venture! Unfortunately for me they have dragged me back into the hell that is Overwatch, I have been unsuccessfully ignoring their existence since their release and finally caved into re-downloading…
#My art#venture#sloan cameron#overwatch#Overwatch 2#venture Overwatch#the other thing was me deciding to try figuring out gyro steam controls via fucking around in tf2’s training mode#and while it was in fact fun I realised how much I missed throwing myself around the stage as mercy when using medic#that and the multiplayer scares me more than ow since I can’t aim for shit and the game has been around since 2007#the gyro controls worked better than I thought tbh#catch me doing everything I can to not use mouse and keyboard#ever#shout out to steam inputs for controller use in mine craft Java#anyway these tags are rambling and no longer relevant whoOPS
72 notes
·
View notes
Note
I know people say this all the time but please don’t overwork yourself, even if you take 10 years everyone will still be here waiting, because we’re in here for the love of the game, and for the love of you the person for working so hard, don’t overwork and none your blood pressure higher!
well my doctor gave me blood pressure meds for a reason :V
Thank you!! I try not to or else my nurses will yell at me I am basically learning code as i write so. it's been interesting. I appreciate yalls patience while i wrangle this bastard of a language.
#everyday i curse my highschool java teacher for being a lazy bastard#who only gave us worksheets from the 90s and answered questions like a jackass from big bang theory#princepostin
28 notes
·
View notes
Text
"We do what we must, because we can"
Whenever you get an idea, you must ask your self some questions: is this possible? How long would it take? Is it worth it? Should I even do this? However, some ideas politely ignore all of these questions and go straight into action.
Introducing the World Slate:
World Slate, The Great Work, Ghost-Circle, "Sophia why the fuck did you even think of making this," whatever you call it; it is a massive Spell Circle that is approximately 11 thousand blocks by 12 thousand blocks large. This covers about 30% of the overworld of the HexxyTest server.
For those who don't know Spell Circle Tech: a Spell Circle calculates ambit based on how big it could be, rather than based on where it does runs. So you can "trick" a Spell Circle into having a massive ambit by having a looping system that connects to outer "prongs" via a directrix. This is how the World Slate has complete ambit over 30% of the whole overworld. However, there is a large problem, lag.
Spell circles (shouldn't) gain lag while running; since they now, in 1.20, run each pattern while going over them. On the other hand, during a start-up a Spell Circle needs to calculate what slate it can run on, caching it into its NBT data. This seems like it could be a large source of lag, since it's doing a flood fill over possibly thousands of blocks; but, that is only half true. If all the slate blocks are in the same loaded area, the flood fill only takes a few milliseconds, barely anything. But, to get the block data to find where the slate could go, it has to load the chunk the slate in, which is not that bad, IF the slate does not go across ~1400 chunks. Loading, and calculating, that many chunks will lag a server badly (maybe even kill it); so the project seems hopeless.
But, there is a way to fix the lag of loading ~1400 chunks in less than a tick, optimizations.
Since I know Java and some bits about modding, I have been trying to fix some more laggy parts of Spell Circles. I have already fixed a moderate lag source of looping Spell Circles (chunk bans are fun!). So it hypothetically shouldn't be too hard to somehow optimize Slate Discovery.
There are 2 large problems with optimizing Slate Discovery though: How to locate them, and how to store the found slate. The 2nd problem is much easier to solve, rather than storing them in a set of raw Vec3s like it does now, it would be best to compress them down (maybe into a string representation or something) then uncompresses them when it is running. This could be done with a small, quick compression algorithm.
However, optimizing the finding of the slate is another problem. The best system would be finding the slate without loading the chunks, but this is impossible, so we need to use a 2nd method.
That 2nd method would be to break up slate discovery over time, so instead of loading ~1400 chunk all at once, we can just load 200 chunks each tick until we get all ~1400 chunks. This system does have some minor problems, and a big problem. The small problems would be: how to keep discovery going if the server closes, how would you serialize the discovery list, how would you tell the impetus to look over time, etc. And these problems are simple enough; however, the big kicker is that the player could move slate during discovery.
As said by Chloe, people could move the slates in discovery, meaning they could cheat the system by moving the slates while they are being scanned, and still get "world ambit" for about fre. This is, unfortunately, just a problem that would have to be accepted for a system like this.
I do think that flaw can be somewhat ignored though. Since, if you are willing to make a Hex (or a massive contraption) that works every tick to move earth-shattering amounts of slate; then you can have world ambit fuck it.
Or you know, instead of doing this whole massive problem if optimizing slate scanning just do something like re-adding the slate limit
However, if you have any ideas of how Slate Discovery could be optimized; or if I am insane for starting this project; please let me know.
#hex casting#long post#hexcasting#World Slate#HexxyTest#HexxyCraft#Modded Minecraft#minecraft build#coding#java#also#OG use of this was just to have free teleportation and to remove all phantoms from the world#I did not make an EoS on purpose#(EoS is Eye of Sauron; or getting all the truenames of players online)#Holy Fuck#This borderline essay is about 700+ words#all the images also have descriptions!#also also#please skim through this#I am really proud of all of this
21 notes
·
View notes
Text
Hello audience. Unfortunately, I am still on my break. However, I am happy to announce that I am still alive and kicking. In fact, I decided to make use of my unemployment and revisit HTML, CSS, and JavaScript to create... A visual novel.
Good News: code is 100% reusable because I used a JSON (i do not know how that works, someone can kindly explain to me...)
Bad News: this code sucks ass, and NOTHING works except playing the story. Transitions? Doesn't work. UI/UX? Ass. Effects? Hell no... Also, 70% of the features aren't present yet I'm gonna do it later.
Oh, this is CrossDust, if you can't tell.


Dust Sans by Ask-Dusttale, Cross Sans by Jakei
I'm gonna respond to asks and do requests later (After my break is over). This is just a small update teehee.
#dsevalyappuccino#TIME TO GO INSANE IN THE TAGS!!#i hate css#i still hate css#css hell no#guys why is css so hard. ive literally been doing this for months and css is still hard#i was about to use css spritesheets for the sprites and emotions#but my ass gave up and instead i just use seperate images#GUYS!!! DISPLAY: FLEX 💪. DISPLAY: GRID?!?!#javascript i hate you tooq#i hate java script naurrrr#what do you mean DOM objects#what do YOU MEAN#also i do not understand error handling and JSON integrations#papaGPT doesn't explain anything#i don't know what I just wrote#coding???????????#kids don't be unemployed#actually maybe if you're unemployed but still making money that's great#also the sprites are just for testing purposes im probably gonna make new better ones if i chose to expand this into#a full blown anime high school visual novel project#i don't wanna think of all that story crap but then again i can just write the cringiest thing on earth
23 notes
·
View notes
Note
What happens when a knight's horn breaks? Is there any medical treatment? can i eat icecream out of it? would it be rude?
A pike helmet's horn is composed of a keratin sheath surrounding a bony core connected to the skull. It's quite strong and it gets harder to snap the closer you get to the base. If the core isn't damaged, then the horn can grow back within 4-6 months - although to ensure it grows back in the right shape, a knight may choose to don an artificial sheath.
It doesn't happen often, but when it does it's rather demeaning for the unfortunate pike-spire or pike-fort.
It would probably rude to eat icecream out of it.
#vivere 44#probably easier to use a polar pike's horn though for icecream#ask#kir-java#knights#spec bio#speculative biology#my art#art#speculative evolution#original character#using kj as a volunteer
122 notes
·
View notes
Text
wish there was a mod like minecraft comes alive but more sims-y where i basically help manage a village and make sure the inhabitants are happy + have all their needs filled
#spacie spoinks#i know about minecolonies btw LOL. its a great mod but i wish it had more mca components yk (kissing villagers)#i was thinking about relearning java just so i can make mc mods lol#cuz i lowkey wanna make this (i am aware this is a large scale project let me dream a little) kind of like terraria also in that they need#to actually live in the village otherwise they'll wander off and try to find some other structure to call home (or build it themselves)#so you have to build them a simple house. and wandering villagers come to inhabit. you can also kiss villagers if you want lmao#and there's like. a block you can use and it shows the layout of your town. kind of like a merge of roamers‚ mca‚ and minecolonies#blah blah some kind of mechanic so that its more labor intensive the bigger your town gets#you have to create bigger farms or something so that the people dont starve LOL or at least have more avenues of gathering food#you should be able to send villagers to do tasks but they should also be able to have their own jobs. proabably thru a similar method#that regular minecraft does where you put the villager in front of the block and it assigns them the job. or you can click to assign#eventually they're able to run their own city without your direct input unless its adding a new building or something#maybe villagers have whims to be certain jobs that would be fun#so they'd gravitate towards certain blocks#(i dont know how hard this would be to code im just thinking aloud)#and there would also be other structures like cafes or steelsmiths and butchers and maybe even a town hall#and they'll be able to go to those places to get certain items. yk! like the sims they can just wander around! and do things!#it would make singleplayer feel a lot more alive i think#maybe they even come and talk to you about problems or disagreements#or to say ''you look cute today!'' lol like in cotl#and you could be given side quests you can choose to accept or not (like in cotl) and have the option of disowning your village if you#dont wanna keep up with it. again kind of like cotl#except less annoying b/c they should be able to feed themselves LOL#you just have to make sure there's enough food and someone will make it for them or they'll make it for themselves
8 notes
·
View notes
Note
For your fop au, is there an anti-Joe and an anti-tea?
Indeed, every fairy has one.
Imagine your name sounding like "ate"
#they don't actually use the reverse names i just thought it was funny to try out#anti fairy#anti fairy oc#fairly oddparents#fairly oddparents oc#very offparents au#joe java#tea kettler#fop#fairies#art#fop anti fairies
36 notes
·
View notes
Text
I go by no pronouns but not as in my name, more so like my pronouns are an undefined variable in shell coding
#neo.txt#coding#programming#like. 5 people will get this#shell and unix in gen are a pretty niche kinda part of programming#with people more so sticking to python html java and the C family#and i guess sql? SQL counts as a language itself doesn't it?#I haven't really used it outside of making basic databases so I don't know fundamentally what it is and why it was created#anyways this was your fairly-rare-on-tumblr more-common-on-twitter tech ramble
18 notes
·
View notes
Text
i am GOING to make air fryer chicken katsu with japanese curry and cabbage salad tonight. everyone yell at me if i don’t.
#i would use vermont curry (with apples and honey) in honor of rosh hashanah. but i only have java and golden#my neighbors left some expired golden curry in a box that said free near the elevator#reddit says it should be shelf stable for like. ever. so i’m gonna eat it.
24 notes
·
View notes