#code . running the program
Explore tagged Tumblr posts
solus-official · 28 days ago
Text
PROGRAMMING QUESTION
hey i got a question about programming languages that i feel like is a very stupid question but i wanna ask it anyway is there a reason besides "easier to learn/more classes available/ect" that most consumer programs/devices/games tend to be written in JS, Python or likewise? Like, I don't know what the actual amounts are for how many things are programmed in what languages, I just feel like most things are programmed in "The Popular Langauges" I feel like I never see a software or device or anything that's just programmed in C (or children) and I've definitely not seen something programmed in Rust in a very long time Maybe i'm just dumb and I don't know how things outside my very limited perspective get coded and I just need a reality check but theoretically nothing is stopping a big company from programming their next touch-screen control panel thing in C, right?
22 notes · View notes
polyphonicrathivemind · 9 months ago
Text
Yesterday, in the middle of the night, god himself stepped down and told me about the great idea of writing an CPU emulator from scratch. And here I am programming a MOS 6502 emulator for 13 hours total in one day. This is how peak performance looks like.
Tumblr media
My ultimate goal is to run Doom on that thing.
47 notes · View notes
maybeinanotherworld · 1 year ago
Text
at the end of the day it's just me and my utter inability to code against the world
120 notes · View notes
ruvviks · 7 months ago
Text
hey if i actually started developing my video game idea would you guys be interested if i posted about it on here
11 notes · View notes
brie-draws · 2 years ago
Text
Tumblr media
Kissy Kissy Purr Purr is a visual novel series released in 1998 by SATURN-GAMES[1]. The series has had many spin-offs, but they tend to revolve around the same cast of 6 cat girls[2]. The series is well-known due to the popularity of one of the main girls, Chihiro, as well as it's questionable programming of the first game[3][4][5]. [ ☆ Oc-Tober Day 10: OC x Visual Novel / Dating Sim ☆ ]
55 notes · View notes
gothteddiesdotcom · 7 months ago
Text
not to brag about being good at my job but I’ve now developed two separate tools for debugging entirely on my own within my company entirely from scratch without help and A. it makes my job so much fucking easier and B. my boss is thinks im incredible just because im too lazy to want to write the same bits of code over and over just for debugging purposes
#unimportant thoughts#one i wrote 2-3 months ago#but i upgraded it this week to add in even more#and its just. perfect now.#given an id from any of the programs we built and run in our company#i instantaneously return everything about it#its name; what it does; what type of program it is; what server its run on; when it runs; where it connects; the parameters needed to#connect to wherever it connects; whether the program is currently turned on; the last 10 times the program ran; how many minutes each of#those runs took; how many files each of those runs created; whether those runs were successful; code snippets you can copy paste and run in#another window to look at the files created by each of those runs; the files created by the most recent run; thise file names; those file s#sizes; what types of files they are; whether theyre encrypted#how theyre encrypted#all of that and MORE#most of the information was already there but it took fucking 20 minutes to get all the information you needed#and you had to run a bunch of different snippets of code to get all the information and then put it all together#and now you can just fucking pop in the id of the program and .02 of a second later all the information is on your screen#AND IT MAKES MY LIFE SO MUCH EASIER#so. so. so. much. easier.#and then this week I wrote another program so I can compare runtimes of two different runs of the same program together based on how we stor#runtime data in our database#csuse i was tired of going back and forth manually between to different runs to compare#so now i have a program that just takes the ids of two different runs and compares them#doesnt even matter if the checkpoints are different I programmed it to figure out the order automatically and plug in any missing holes#finds the differences in runtime automatically and flags the biggest differences#and I can even customize how much of a difference I care about or to hide things I don’t care about
12 notes · View notes
a2zillustration · 1 year ago
Note
Hi! Do you mind my asking what device/programs you use to draw? I love croissant the wizard and all his adventures
Thank you! I exclusively use an ipad and procreate. I wish I had something more exciting to share but I have a very basic setup, haha
21 notes · View notes
syn4k · 1 year ago
Text
me: oh my god i'm running out of time i havent done anything today i'm the least productive person on planet earth and im a useless sack of shit who will never do anything great ever. what am i doing i deserve to be bulldozed
me (to me): my brother in christ check the time. what time is it.
me:
me (to me): What Fucking Time Is It.
me: it's 5:53 am
me (to me): yes. we woke up early at 4 today because we couldn't go back to sleep and we're using this time to chill before the day starts. you have been awake for Exactly Two Hours. THE SUN HASN'T EVEN FUCKING RISEN YET
me:
Tumblr media
me (to me):
Tumblr media
31 notes · View notes
romaticiseadarkcity · 15 days ago
Text
screenshot of an idea I just shared with my cousin
Tumblr media
plain text under the cut
okay so, for backstory as part of urban design we do a lot of demographic analysis of not only things like poverty (by area and how it correlates to the design of a city) but also of health statistics too. on top of that, a lot of neurodivergent spaces I'm in means hearing about people's experiences with disability services, and institutions such as mental hospitals (where some staff estimate 90% of people to be neurodivergent, and they're often not equipped with the resources to help). with the appropriate professionals and drawing on the experience of a lot of people, I've had a dream for a while to create a community, like a suburb kind of thing, to promote like, health and healing and stuff? not in a hippie way, just, take a poor area with people experiencing a lot of the chronic stress that comes with either that and/or being neurodivergent in a world that's unaccommodating, or even redesign a decommissioned institution, or creating a new housing complex to provide housing for unhoused people, etc--and thinking on the lines of especially creating programs for people assumedly living there who may not easily be able to be employed and function in society without help, either for a little while until their needs are met and they get on their feet or permanently. and I was actually thinking, it'd be cool to create some sort of version of what the ADF does (smaller scale of course) for people with disabilities etc that don't qualify them to try it--but still deserve to feel capable and challenged! So if I do get the chance to do this next year, I'd definitely take notes that I could later use as ideas for however much of this is feasible to work towards!
realising I basically addressed every social issue ever but I really hope I can think on this a while longer and take some actionable steps to make even some of it a reality!
3 notes · View notes
orcelito · 2 months ago
Text
Got jumpscared by my own full legal name showing up in my email notifications bc I forgot I emailed my code to myself today just in case my VM ends up stopping working again (I got nervous & didn't wanna lose my progress lol)
Goldfish level memory retention
& the funny thing is that the email itself is just. This
Tumblr media
Full Legal Name code • hi
#speculation nation#title 'code' email is just 'hi'. with the .c file attached of course#honestly i had a very productive day in lab today. i got the core structure of the program down and made sure it all worked#testing it with One of the sorting algorithms. and it worked!!#the lab is to code functions for different kinds of sorts. like bubble sort selection sort and uhh. some other shit idr rn#and have the functions take timestamps from before and after they run the sorts to calculate the elapsed time#and we have to run this for array sizes of like. 10 50 500 etc etc up to like 50000 or smth? if i remember right.#and then once all that's done we take the output and graph the time elapsed for each type of sort/search per array sizes#so today at lab i made the random array generator function. a swap function. the execution function. bubble sort. and main.#main calls the execution function passing in the array sizes. execution(10); execution(50); etc#execution defines the array of that size. then calls the random number generator to populate the array. then passes it to the sort functions#tested with my one bubble sort function. which finished in like 0.00003 seconds or smth for array size 10#BUT taking the time stamps was tricky. there are a lot of ways to do that. and time(); in c is in full seconds#i ended up asking the TA if he had a recommendation for what to use bc theres a LOT of time functions out there#and full seconds isnt precise enough for this purpose. & he recommended clock()!!#records number of clock ticks which is NOT the same as seconds. but when u divide it by uh. forgetting it rn but it's a constant#that will turn it into actual seconds. clock tics per sec?? smth like that.#so anyways very productive 👍 i just need to set main up to call execution function for all the different array sizes#and then write all the functions for the different sorts/searches. but i have the core structure down with the bubble sort function#(specifically with the time stamps and the print function after) that i will copy-paste for all the other functions#and then inside them i put the basic code. none of it's complicated. all can be found on the internet easy.#SO!!!!! honestly i think itd take me less than an hour to finish. tho plotting out that graph is going to be annoying#something like 6 sizes per 5 sort/search functions. painstakingly copy pasting each one into excel or smth lol#but yea im content with how much ive gotten done. yippee!!!!#now i just need to finish my web programming lab before sunday night. blehhhhh
2 notes · View notes
ssruis · 11 months ago
Text
Going through a straight up comical amount of irritating situations to get the stupid 4* guaranteed ticket from the welcome to sekai campaign. It Will Be Mine.
#I’m resuming this tomorrow it’s been hours now I’m just mad#I’m home because my parents are moving to a different state and I needed to pack whatever was left#and for some reason we just keep old devices when we’re done with them#so I borrow an adapter to allow me to connect my ancient unworking iPad mini to my laptop#factory reset it. i have to reset an old email to access the old Apple id to fully reset it.#it won’t connect to the wifi so I have to reset the settings. i find out it’s too old to run pjsk.#i find an old phone that should work. i reset it as well. I’m able to download pjsk & it takes 20 minutes.#pjsk crashes everytime I try to open it. i attempt to run bluestacks on my computer. bluestacks doesn’t have 64 bit for mac yet.#i get a free trial of parallels and download windows onto my laptop. this takes 40 minutes.#i try to download and run bluestacks on that. m1 macs apparently can’t run bluestacks 64 bit through parallels.#i go find the final old phone that I had forgotten about. it takes forever to charge because the charging port is fucked up. i reset it as#well. it can’t connect to wifi. i try a hotspot on my current phone. service is too awful. i try to do wifi sharing from my laptop.#you have to be connected to the router via a cable for that to work.#at this point it has been like 3 hours. I’m giving up because I’ve been down this route before#when I attempted to run 32 bit steam games on m1 mac#(wine64 doesn’t exist for m1 macs yet -> attempt to run boot camp -> boot camp isn’t a thing anymore on Apple silicon -> attempt to run#several different programs that allow me to run windows on a mac. none of them work. ->#look into linux & give up. -> attempt to implement the unfinished/unbottled wine64 code thru terminal. ->#fuck up and delete some important file & have to fix that (misery inducing) -> keep trying. i think I downloaded a Mac coding program at#some point? i realize I have zero coding knowledge and this is a mistake. -> give up and purchase crossover. game doesn’t even work. ->#3 months later update to the latest OS so I can have enough storage to play psychonauts 2. find out the $60 crossover#purchase was a bad idea because ‘heehee crossover doesn’t work on that buy the new version’ (fuck crossover).#my toxic trait is my belief that I can figure out anything via google and sheer stubbornness. usually this is true. occasionally there are#exceptions to this rule. most of them are because owning Apple products is a mistake.#i think if I reset the router tomorrow I can solve this problem but I can also just go elsewhere with better service or wait until I’m home#now it’s a matter of pride. and also free 4*/I have nothing better to do because I’m stuck here until Tuesday.#<- this is all normal behavior by the way. who doesn’t spend 8 hours ramming their head against a problem every once and a while. enrichment#mine#oh I forgot. i also looked into cloning the app but that would cost money for something that might not even work.#‘just log out and make an alt’ and risk losing my account? I’m stupid enough to overwrite it on accident.
7 notes · View notes
shmreduplication · 1 year ago
Text
i think if you plan on revolutionizing an industry you shouldn't be surprised that you attract people who want to work for you who also revolutionize other things like team structure. And then if you do hire them to revolutionize the team structure you should, you know, let them do the thing you hired them to do
and if you work at a science company then you should be swayed by data
8 notes · View notes
demifiendcruithne · 10 months ago
Text
i am not sorry for making my personal helper program pull a demi-fiend if i try and leave its folder
Tumblr media
i thought it was funny. now if only terminals supported orange text
6 notes · View notes
lime-bloods · 1 year ago
Text
in one of the linked posts over on @dingodad i make the connection to aradiabot as an example of a blood-powered machine (which is more relevant if we see things through the lens of robots as vessels for human spirits, which has become all the more prominent postcanon, but i digress), but I guess the unspoken parallel is the gold-blooded sollux who acts as custodian to his gold-filled beehouse machines? i won't rehash territory i've already explored but there has very much always been the sense that alternian computers could be running on the blood of the proletariat
10 notes · View notes
leafy-m · 9 months ago
Text
So I hit my 700th edit for the WHA wiki today, because I am a totally normal person
#For the record I have been there for. 27 days.#That makes an average of 26 edits a day which is even more terrifying because I definitely was not updating every day#Also this is for the Telepedia Wiki not the Fandom one#Anyway you should check it out!#In maybe a week because the website cache is super slow for some reason when you're not logged in#But I'm having fun#The nice thing about working on a wiki where there's actually other people doing stuff#Is that they can do the boring stuff like character bios and etc while I run around doing the fun stuff like pages on animals and plants#Anyway I was working on the Eldroxen page which are the big fluffy ox from the Silver Eve Procession#And it was so funny collecting info on them from the main series and then checking Kitchen real quick and SURPRISE! THEY'RE EATING IT!#I mean I should have expected this after having watched Dungeon Meshi and yet~~~#Also funny was that I copy+pasted the page coding for one the (food) animals as a template for this giant Mole-worm beast page but#forgot to remove the line about it being for food and afterwards had a laugh and then removed it#But now I'm like. They probably WOULD eat that sucker. Giant mole worm/snake/dragon thing? That'd feed a whole town!#Qifrey could have an entire audience watching how he'd prepare and season it#Anyway if you've been wondering where I've been that's it#Also funny story: during the Covid pandemic I stayed employed when my coworkers got let go because they needed me to catalogue an entire#new set of guided reading books; and have these sets have a digital checkout instead of the old-school card catalog we were literally still#using in 2020. Anyway I went all out with the organization of the books and the boxes and even made a reference binder for the books#via subject so teachers/tutors could find specific subjects and reading levels etc#(I'd have done a digital way to search for results but honestly half the teachers couldn't figure out how to sign in to the laptop. So.)#Anyway. Only a handful of teachers actually used these books and two years later the school switched to a new reading program#that came with its own set of books and lessons so this 10k reading set was essentially unneeded (and my dear coworkers never got rehired)#Anyway I learned last week that they're clearing out that room and all of those barely-used books are getting thrown out 🙃🙃🙃🙃🙃#Isn't that funny#Literally everything is just sandcastles built in the surf#I'm so glad I already accepted this during my pumpkin carving years because otherwise I think I'd be upset#Anyway I'm gonna go play my spooky fishing game
3 notes · View notes
venomgender · 8 months ago
Text
Tumblr media
NOT THE HTML HELP MEEEE
2 notes · View notes