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
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?
This media is not supported in your browser
VIEW IN TELEGRAM
Check out my *cough* claudeโ€™s *cough* latest project

The Bill Splitter App

Ever been at a place with friends, ordered food and drinks (and maybe other things?๐Ÿ˜—) and you had to Split the bill?

Even worseโ€ฆ
Some in the gang know the price of stuff that they consumed, while some others are only looking at the vat exclusive price that came up on the bill (ugh!)
And on top of all of that, there is service charge which varies from place to place

Bill Splitter to the rescue to solve all of that!

Things it can do:

- Adding and removing friends
- Adding and removing items
- VAT calculation (15% when enabled)
- Service charge calculation (user-defined percentage)
- Per-friend totals
- Overall bill summary
Hosted on vercel with the help of @hic_cups

@temcooks
๐Ÿ”ฅ4๐Ÿ˜1