Sporadic Attempts at Design and Life
596 subscribers
957 photos
195 videos
30 files
335 links
https://bento.me/temdesigns

Title self explanatory. Opinions, resources, works, tools, and memes.

All of the tools i have shared: @temsharestools

Contact @just_tem
When DMing, arrive at your topic in less than 2 texts. Will be reported as spam otherwis
Download Telegram
Least violent disagreement in Chinese history
Life Lesson

Any meeting with more than 3 people is pointless
πŸ’―1
What in the Facebook marketplace πŸ˜­πŸ˜‚
😁7😱1
Whatever happened to jordan ward?
would love some comments on this
πŸ‘3
I cackled
😁4
My relationship with slack is the best "enemies to lovers" story frπŸ˜‚ I love this
😁1
Forwarded from Eyuel Zero's Stuff (Eyuel Zero πŸ‡ͺπŸ‡Ή)
This media is not supported in your browser
VIEW IN TELEGRAM
RIVE IS AWESOME! I finished the tutorial with the rigging stuff. The app is super intuitive especially for someone that has used After Effects for almost a decade lol. This opens up a whole new chapter of character animation for me!

Here's my progress so far... I was able to build a nice rig on The Sticker Guy's mascot, moving his face almost as if it's 3D and his eyes are on a separate rig. You can see how I've made the joysticks control everything. This would have taken me so long on After Effects!
While the earth quake at night was happening, my uncle keeps telling me β€œenewta” and I was literally telling him β€œrelax its just an earthquake”

Im such a deep sleeper fr
😁2
Forwarded from HICCUPS
const rows = document.querySelector("tbody").children;
const skip = [0, 1, 2, 10, 26, 32, 37];
for (i = 0; i < 39; i++) {
if (skip.includes(i)) {
continue;
}
let col = Math.floor(Math.random() * 5) + 2; //for random evaluation
// let col = {2, 3, 4, 5, 6} for {VL, L, A, H, VH} respectively
let vals = rows[i].children;
let inputElement = vals[col].querySelector("input");
inputElement.click();
}


So I wrote some javascript to autofill the staff evaluation.
It choses random value for every competency but
you can change the col value from 2 - 6 (Very Low - Very High)
to give the same value for all.

copy/paste the code and run it in the console.
πŸ”Ό What will you ship?