#software ref
Explore tagged Tumblr posts
Text
Doing a big page of Nathan screenshot drawovers, here is the wip of one of them in a really really early sketch form; just like a first pass ref sketch from the screenshot.
#metalocalypse#nathan explosion#my art#low quality bc i just screen shotted my drawing software lol but thats ok its a wip#and yeah we r still in left handed mode still not using my right hand. ITS HARD WORK OUT HERE FOLKS ILL TELL YA THAT MUCH#in this stage my sketches r very heavily reffed but i do still try and make sure im adapting them into#my style and not doing a one to one. bc i like having fun w this even if its hard w this hand#u can see the next one ive started trying 2 find the shapes of in the corner lol yeag its an aotd aortid desecration scene night
62 notes
·
View notes
Note
Can I trace your screenshots to draw my OCs? Totally cool if not
of course! that's quite an honour, thank you for asking :) have fun!
#le mail la#thanks for asking#fallout screenshots#the poses take me a ton of time spent in and out of 3D modelling software + tweaking poses in game :'D#I am working on pose packs for use in Fallout 4; I hope to give back to a modding community that has given me so much#very happy to see my stuff used to help others make things#art ref
7 notes
·
View notes
Text
[ID start: Various digital sketches of Imagination Movers characters: Nina, Dave, Scott, Smitty and Rich. End ID.]
#moversposting#whiteboard sketches as warmup! kinda!#drew them from memory (except i looked up nina a few times) so it's like a fun little exercise#i was also rushing a bit so the sketches are lesser in quantity in the later pics lol#i don't remember how to draw a cowboy hat so could not draw smitty any further. since it's integral to his design lol#i guess i've only drawn rich and dave but i still need to study their hairstyles cuz i'm not that satisfied with em just yet#anyway you wanna know smthing. for some reason i couldn't draw them on my usual art software so when thinking about it#it felt like there were tiny movers in my head trying to solve the problem cuz it's like: ok whats causing this? maybe there's#not enough refs needed to draw them accurately and it's difficult starting from there? ok so we just do by memory. so#why are we still not drawing? maybe we don't know where to start cuz theres too many colour choices. and then bam- decided to#doodle on whiteboard for starters. just drawing them from what I know and limited colour options. idea emergency solved yeahh 🙌#ok that's all haha 4 movers have taken over a part of my brain processing perhaps.. the problem-solving part specifically#what am i yapping about !!!!!#my scribblings
14 notes
·
View notes
Text
for own future reference, this is how to make everything clip properly in Krita. unset all 'pass-through' layer groups, create an alpha mask from the full silhouette from the skin group, and shove it in over the lines and shadows, set the shadows and lines to clip. Now you can't color outside the lines. win!
#ref#flight rising#in case anyone else found this useful.#frankly this should work for all software with layer groups. alpha clipping and masks#which are pretty common nowadays I think!
19 notes
·
View notes
Text
frost & their sister they think is an imaginary friend (sister is @gemteeth's oc candra)
#icarus.txt#harker doodles#oc: detlef (frost)#if you're thinking to yourself 'this looks like it was done on ms paint' well. it was.#please help me find a better software to use i'm in need#i used an adorkastock ref for this btw
11 notes
·
View notes
Text
Oh! Fun (not really) HC I've been thinking about for a little bit: the main reason the animatronics attack people when in virus mode isn't just because they're being partially controlled by Vanny/Afton's influence, but because they physically cannot recognize anyone or anything around them.
Their eyesight is (literally) AI-generated.
A bit more of an in-depth explanation below the cut:
So, how I see it, the animatronics don't have actual eyesight (obviously). What they do have is an approximate map of where everything is in the Pizzaplex programmed into their eyes to simulate what it's like walking around the space. Like a virtual housing tour meets Google Maps, only much smoother and more accurate. (The V.A.N.N.Y. layout is also programmed in, and is how Roxanne can see through walls/how the animatronics can still react to things seen "out of barriers").
When the virus kicks in, everything sort of becomes...fuzzy and unrecognizable. Like this image:

There's a part of them that knows they should be able to recognize the places around them, but for some reason, they just can't.
And it's the same for faces. Their facial recognition software cannot identify whoever they're looking at because the person's facial structure is always constantly morphing and shifting (7:15 in the video below for a good example of what I mean):
youtube
Pre-DLC, this could be why previous human employees are being killed/harmed, because at some point or another the virus wipes the robot's ability to recognize who is approaching them, and their system deems them a threat. (I imagine it's particularly bad for Monty.) It also explains why none of them seem to notice or care about Vanny's presence in the 'Plex, because the virus is messing with their ability to see what is and isn't beyond the "barriers" in their system-generated eyesight. (Why can Gregory see her? I have no idea! Don't think about it too hard.)
Post-DLC, it kind of explains why Sun thinks Cassie is a mechanic at first, because his system can only recognize the V.A.N.N.Y. mask, but once she takes it off, Eclipse is only vaguely aware that she is a child who is somewhere she shouldn't be, without being able to seemingly recognize what a horrible state they or the Daycare is actually in (He just needs to clean up, right? And then the kids will be back soon!). It could also be why Roxanne mistook Cassie as Gregory at first.
It's why the animatronics have trouble recognizing their surroundings, getting around the Pizzaplex, or even realizing what sort of state it/they are currently in. They're just stuck in an endless void of constantly shifting colors, moving shapes, and distorted faces.
#fnaf#five nights at freddy's#security breach#fnaf security breach#fnaf sb#headcanons#thanks for coming to my fred talk#long post#i've been thinking about this for a while#i also have a very sad hc about chica#sfw#angst#i hope this posts correctly#video#uhhh#flashing images#for the lh video ref#it's so uncanny#but exactly how i imagine their facial recognition software works#i am bad at explaining things
23 notes
·
View notes
Text
funny discovery: if you search for "couple cuddling" on flickr a good 80% of the top results are 3d models kind of awkwardly smashed together
3 notes
·
View notes
Text
Software Technical Interview Review List
Data Structures
Arrays (and Java List vs ArrayList)
String
Stack
Queue
LinkedList
Algorithms
Sorting (Bubblesort, Mergesort, Quicksort)
Recursion & Backtracking
Linear and Binary Search
String/Array algos
Tree traversal
Dynamic Programming
Graph algos (DFS, BFS, Dijksta's and Kruskals)
OOP fundamentals
Polymorphism
Inheritance
Encapsulation
Data abstraction
SOLID and GRASP
Explanations & example questions:
Strings and Arrays [ 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 ]
Stacks and Queues [ 1 | 2 ]
LinkedList [ 1 | 2 ]
Sorting & searching [ 1 | 2 | 3 | 4 | 5 | 6 | 7 ]
Recursion and Backtracking [ 1 | 2 | 3 | 4 ]
Dynamic Programming [ 1 | 2 | 3 | 4]
Graphs [ 1 | 2 | 3 ]
Tree [ 1 | 2 ]
General DS&A info and questions [ 1 | 2 | 3 | 4 | 5 ]
OOP review & questions [ 1 | 2 | 3 ]
#ive been procrastinating this coding assessment for my interview so bad 😭😭#im just scared of messing up cause i need this internship#But its due soon so im really buckling down now >:)#object oriented programming#algorithms#data structures#software engineering#ref#resource#mypost
20 notes
·
View notes
Text
Xkit Rewritten settings across devices?
just a v quick little guide (with pictures!) for people who don't know how to transfer their XKit rewritten settings across their devices easily
(putting it under a cut because I've added alot of images and it takes up alot of room)
this is a pretty beginner guide, all you need to know/be able to do is to sign in across devices with the same account to access bookmarks or Google Docs on both devices, or just manually copy the Pastebin link
alternatively, you can use this basic recommended setup I made for a friend, to save you a little time, and tweak the settings to suit your needs
I'm running Google Chrome, but there's a Firefox version of XKit Rewritten too, and this should work the same
I've tested this so far on a Windows laptop, Chromebook and a Steam Deck, and all are working perfectly
here's a tutorial on getting Google Chrome on the Steam Deck (and getting it to open in Game Mode if you prefer that)
here's a tutorial on a workaround to use XKit Rewritten on mobile Firefox browser mode
I'm currently writing up my own tutorial on getting XKR to work on mobile, along with Chromium based browsers
(XKit Rewritten = XKR for simplicity)
my XKR backup is too long to paste into in a new Text Post and Save as Draft, which is usually my go to for saving/hosting things for Tumblr, and trying to check if I can add it to a new page on my blog crashes the tab/Chome entirely on both my Chromebook and my Steam Deck, so neither of these options are viable
On the Exporting Device
go to your addons bar, select the XKit Rewritten "X" icon, backup, then "copy all"

Pastebin method:
open pastebin, "+ paste", paste the code/text log into the box, and "Create New Paste". you don't need to add any tags or be signed in for this. you can leave everything blank

bookmark this text file and save it as something obvious like "xkit backup", for example. save it to a bookmark folder or just your bookmarks bar. not important as long as you can find it again

on the device you want to import the settings to, open the bookmarked page, then select all the text by selecting the "raw" option, click in the text somewhere and hit CTRL+A, CTRL+C. this will highlight all the text and copy it


Google Docs method:
open Google Docs and log in with your Google Account. hit the big "+", "Create a New Document", and paste your code/text log in here. Save as something you'll remember like "xkit backup" for example
(you can bookmark this Doc for ease of finding, but it will be the last file in your list until you add more Docs)


on the device you want to import the settings to, open the Google Doc, Select all text either by selecting "Edit", then "Select All", Right click, then "Copy", or just hitting CTRL+A, CTRL+C
On the Importing Device:
open the XKR addon tab again, "Backup", this time "Import", then paste the text into the box. When you hit "Restore" it'll say "Successfully restored"



refresh your Dashboard and you should have all your settings restored!
Remember if you're transferring to a different blog, such as between RP Blogs, you will have all the tags and filters from your other blog, so you may need to go in and fiddle with those, but overall it's easier to import your existing settings than to start over from scratch!
#vatta tuts#xkit rewritten#rp ref#tumblr tips#steam deck#ok to rb#idk what else to tag this as lol#I got a REALLY bad leg cramp in the middle of doing this and had to take a break for a bit....#I'm using the Steam Deck to post this I'm not great with the editing software for the screenshot crops he's fiddly#a friend asked me for ways to get the settings over from their PC to their Laptop so! I obv decided to make a full on guide lmao#readmore.
11 notes
·
View notes
Text
I also would like to add Privacy.Sexy to this
Link: https://privacy.sexy/
GitHub Link: https://github.com/endpointlabs/privacy
Literal definition of spyware:
Also From Microsoft’s own FAQ: "Note that Recall does not perform content moderation. It will not hide information such as passwords or financial account numbers. 🤡
234K notes
·
View notes
Text
uh oh!!!! starting to feel unqualified for the opportunities I have been given!!!!
#one of my references told my other ref in ''secret'' that he is waiting for an opening in his office to recruit me#and he works with Very Important Government Documents in the Very Important Governmental Office he works at#i cant get more specific than that but like. girl i know how to write essays#thats all my fucking degree has taught me hello#like yes i know how to research and fact check but i feel like handling and giving academic support for GOV DOCUMENTS#is maybe a little above my abilities lmfao#and yeah i know stupider people than me have and will continue to do it#but. what if i DO get a good job working with him and he's disappointed in my abilities#fuck what he thinks yes but that means i lose a VERY powerful reference lmfao that mf knows everybody in my field#and im not exaggerating that at all#:(#if someone is willing to TEACH me i am so willing to learn#and im trying to remember that in the past all of my references have loved me BECAUSE of my questions#for some reason my deadly specific worst case scenario autism questions have bewitched them into thinking im smart#but i need to be TAUGHT#i can force people to answer my questions. i WILL force people to answer my questions#but sometimes it feels like higher up positions don't get any training at all? like theyre just expected to hit the ground running#ahhh idk i would love to work with him (and my other ref technically) truly and if he offers i WILL take it no matter how freaky i am abt it#but im just so confused about how training works lol#ive been at the same place in different positions for almost 10 years#do they train you like fully? or do they expect you to Know the exact softwares they use?#do you think i can make all of them want to adopt me the way i have at my current job LMFAO#maybe if they work with a fresh 24 year old theyll just see a baby and let me make mistakes without wanting me fired idk#ugh. i want a good full time position with them really badly though#please please it is such a perfect opportunity for me its even RIGHT in the place i wanted it to be AND with people i know and like#he literally said to me ''it may take a while but we will get you a good job'' VERBATIM#LIKE THATS GOTTA BE GOOD RIGHT? LIKE THAT MEANS HE REALLY DOES WANT ME IN HIS OFFICE AND THAT HE ISNT JUST SAYING THAT TO PEOPLE#god. networking is scary#i just happen to know this guy. and we just so happened to be similarly politically radical in a conservative area
0 notes
Text
Pro tip: if you get sick of fiddling with animation software you can always make a PowerPoint (slideshow/whatever)
It sounds dumb, but it's actually pretty straightforward to add sound (if you're doing an animatic) and have the slides auto-advance. And you can export it as an mp4
9 notes
·
View notes
Text
a collection of interesting new networks and tech aiming at decentralisation (in some form)
#JOIN THE FEDIVERSE#open source#FOSS#alt tech#fediverse#web3#decentralized#software#fedi#technology#links#ref
1 note
·
View note
Text
Hey why the fuck are photo files like 30-50 MB nowadays. My job handles a lot of professional photos from artists and musicians and some of these picture files are so large I literally can’t use the image. In my experience, many image file uploads online struggle to upload files over 2-5 MB. Sometimes I get a file so large even when I reduce it as much as my computer will let me it’s still too big to be uploaded to the website.
I understand if you need something to be blown up huge like for a billboard but hey, that’s not what we’re doing here folks. I just reduced a file of a SINGLE PICTURE from, I’m not kidding 50 MB, to 2 MB and you literally cannot tell any difference in quality. Why does one picture hold more data than the computer on Apollo 11.
#any professional photographers out there that know?#I know it’s more a problem with equipment and software than the people taking the photos obvi#but it’s still absolutely ridiculous#there is genuinely no justifiable reason I can think of other than bad design#ref rants
1 note
·
View note
Text
[ID: text on photopea.com that says, “Hi There!
My name is Ivan Kutskir and I'm the creator of Photopea.
I'm a 30-year-old computer programmer. I was born in Ukraine, but I live in the Czech Republic most of my life (in Prague since 2009).
I started developing Photopea back in 2012. I intended to call it Photo Hammer, but I didn't register the .com domain right away, and when I tried to do so six months later, it was already taken.
My friends and my family did not know about Photopea during the first four years of development. I was spending a lot of time building it, without making any money or learning new skills. So nothing to be proud of, but the project was fun and I enjoyed working on it.
Now, it's heartwarming to know that millions around the world use Photopea as their creative medium. To this day I work on Photopea, driven by the positive impact of my creation.
Ivan Kutskir
So uh….some dude apparently recreated Adobe Photoshop feature-for-feature, for FREE, and it runs in your browser.
Anyway, fuck Adobe, and enjoy!
#photoshop#ref#reference#adobe#fuck adobe#photoshop alternative#free software#I’m very surprised this is legal lol#described#image description by me
426K notes
·
View notes
Note
your art makes me think of an old cartoon about Funny Sibling Shenanigans[tm] that sometimes punches you in the gut with heartbreaking moments
grAHGARGFLKLK THIS IS PROBABLY GONNA BE ONE OF THOSE THINGS SOMEONE TELLS ME AND I THINK ABOUT IT FOREVER AFTERWARDS. IN A GOOD WAY I MEAN. The first time I posted my cotl art, it was on reddit and someone said they wanted me to make a whole cartoon using the designs in the ref sheets I made, I was thinking about it while making that hamburger time video earlier actually.
I don't animate much just because I don't have the software for it (everything I've animated so far has been in paint tool sai + capcut OR gifmaker.me) but in the alternate universe where I picked up animation instead of comics, I would 10000% be working on a pilot for a bishop sitcom/slice of life thing that devolves into unending anguish over the course of a season. So I appreciate you sending this ask cause even if it'll never be a thing I can feasibly make, I'm really happy hearing someone thinks my art would make for a Family Hijinx/Tragedy cartoon
Have this really old sketch from when that "every villainous group looks like this" thing was going around LMAO I feel like it's cartoonish in nature to be relevant here
206 notes
·
View notes