20231
chih.⌐◨-◨
@3chih21 #20231
I am tall and fit : ) meme here, code there @is-h80h (novice)
98 Follower 33 Following
We're so back : )
I've just joined this nounish drop:
Mix Noggle by @web3steves
Wish me luck and keep your /noggles on ⌐◨-◨
Mix Noggle by @web3steves
Wish me luck and keep your /noggles on ⌐◨-◨

I've just joined this nounish drop:
Mix Noggle by @web3steves
Wish me luck and keep your /noggles on ⌐◨-◨
Mix Noggle by @web3steves
Wish me luck and keep your /noggles on ⌐◨-◨

I just found that if posts from an account has low followers even can't be seen in recent post if not being followed
So let me share again from this account, ty! (⁎⁍̴̛ᴗ⁍̴̛⁎)
@is-h80h is my coder account which casts my diary everyday in /better
I decided to separate coding casts from any other daily share including content of the soul of crypto assets, meme 🙂
I'll try to put some effort into managing my account to make my posts from h80h to be seen
But working on coding diary will always be my first priority, since becoming a coder is my main goal for now
(While now that I mean to post my progress on farcaster, I still wish my posts can be seen)
Here's my diary of yesterday, today's diary will be updated later 😀
https://warpcast.com/is-h80h/0xdd836d9c
So let me share again from this account, ty! (⁎⁍̴̛ᴗ⁍̴̛⁎)
@is-h80h is my coder account which casts my diary everyday in /better
I decided to separate coding casts from any other daily share including content of the soul of crypto assets, meme 🙂
I'll try to put some effort into managing my account to make my posts from h80h to be seen
But working on coding diary will always be my first priority, since becoming a coder is my main goal for now
(While now that I mean to post my progress on farcaster, I still wish my posts can be seen)
Here's my diary of yesterday, today's diary will be updated later 😀
https://warpcast.com/is-h80h/0xdd836d9c
750406
h80h
@is-h80h·17:12 07/07/2024
Day#3 Basic properties, add CSS to HTML 🥝
(for some reason, I repost it and change the url of the day3's diary)
Start from today, I'll share a cat missing in space a day with my diary update to add some cuteness 💜
(p.s. snapshot from ios widget by Ctrl+R)
https://www.notion.so/h80h/Day-3-basic-properties-add-CSS-to-HTML-5b2b4e519f7c41f491677b9ba27592ac
(for some reason, I repost it and change the url of the day3's diary)
Start from today, I'll share a cat missing in space a day with my diary update to add some cuteness 💜
(p.s. snapshot from ios widget by Ctrl+R)
https://www.notion.so/h80h/Day-3-basic-properties-add-CSS-to-HTML-5b2b4e519f7c41f491677b9ba27592ac
Oh! I just found that I was confused when I was writing😓
The type selector doesn't have <> symbol,
so the example I gave is wrong,
It should be only shown as h2 not <h2>
Btw, I've changed to use account @is-h80h to continue my coding diary since I want to run a pure coding account 🙏
https://warpcast.com/3chih21/0x00daf16b
The type selector doesn't have <> symbol,
so the example I gave is wrong,
It should be only shown as h2 not <h2>
Btw, I've changed to use account @is-h80h to continue my coding diary since I want to run a pure coding account 🙏
https://warpcast.com/3chih21/0x00daf16b
20231
chih.⌐◨-◨
@3chih21·13:24 29/06/2024
Day #1 Basic Syntax of CSS - Selectors
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
While I went on taking my note last night, I found that it's not so convenient to show code on farcaster
So I decided to store and post the notes on notion, with my account for coding (my coding name is h80h which is pronounced hedi huang)
Thus the following cast will be in the format of link
My twitter is ready, I'll post at twitter first then cast link here to keep the streak in the meantime
What might make me get better, then I just go for it
https://warpcast.com/3chih21/0x00daf16b
So I decided to store and post the notes on notion, with my account for coding (my coding name is h80h which is pronounced hedi huang)
Thus the following cast will be in the format of link
My twitter is ready, I'll post at twitter first then cast link here to keep the streak in the meantime
What might make me get better, then I just go for it
https://warpcast.com/3chih21/0x00daf16b
20231
chih.⌐◨-◨
@3chih21·13:24 29/06/2024
Day #1 Basic Syntax of CSS - Selectors
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
Day #1 Basic Syntax of CSS - Selectors
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
-
CSS is made up of rules,
and rules are made up of selector(s) and the declarations which are made up of a property-value pair
-
Selectors are the elements in HTML which are being selected to follow for that specific rule in CSS
These are the most common selectors:
• ID selector: for selecting only one element (ex: #titleOfHomepage)
• Type selector: for selecting all elements of one type (ex <h2>)
• Class selector: for selecting some elements (ex: .imgs-of-authorss)
• Universal selector: for selecting all elements on the HTML file (*)
And we can even group, chain the selectors, I'm going to note it later
---
https://warpcast.com/3chih21/0x8c35d427
20231
chih.⌐◨-◨
@3chih21·14:29 28/06/2024
What if I start and continue the streak in /better channel?
It's surely a good subject to engage and record everyday ✏️
Thank @samo.eth for pushing this idea
In my opinion, the best way to get better is to keep pushing ourselves forward 1 more step than yesterday
And the more important thing is to get started from NOW
I want to learn coding to play this useful tool well(I mean coding itself)
And my primary goal for now is to record my study path with The Odin Project (theodinproject.com)
Record starting from tmr
P.S.
I feel it's really not easy to self-teach coding without basic English reading ability, so I appreciate so many fun things happens on web3 that make me try reading English to join in :)
It's surely a good subject to engage and record everyday ✏️
Thank @samo.eth for pushing this idea
In my opinion, the best way to get better is to keep pushing ourselves forward 1 more step than yesterday
And the more important thing is to get started from NOW
I want to learn coding to play this useful tool well(I mean coding itself)
And my primary goal for now is to record my study path with The Odin Project (theodinproject.com)
Record starting from tmr
P.S.
I feel it's really not easy to self-teach coding without basic English reading ability, so I appreciate so many fun things happens on web3 that make me try reading English to join in :)
What if I start and continue the streak in /better channel?
It's surely a good subject to engage and record everyday ✏️
Thank @samo.eth for pushing this idea
In my opinion, the best way to get better is to keep pushing ourselves forward 1 more step than yesterday
And the more important thing is to get started from NOW
I want to learn coding to play this useful tool well(I mean coding itself)
And my primary goal for now is to record my study path with The Odin Project (theodinproject.com)
Record starting from tmr
P.S.
I feel it's really not easy to self-teach coding without basic English reading ability, so I appreciate so many fun things happens on web3 that make me try reading English to join in :)
It's surely a good subject to engage and record everyday ✏️
Thank @samo.eth for pushing this idea
In my opinion, the best way to get better is to keep pushing ourselves forward 1 more step than yesterday
And the more important thing is to get started from NOW
I want to learn coding to play this useful tool well(I mean coding itself)
And my primary goal for now is to record my study path with The Odin Project (theodinproject.com)
Record starting from tmr
P.S.
I feel it's really not easy to self-teach coding without basic English reading ability, so I appreciate so many fun things happens on web3 that make me try reading English to join in :)
Nerds in YBC which is my favorite nft collection
https://www.year-book.club/
Love the design of their website which is in 1980 style
https://www.year-book.club/
Love the design of their website which is in 1980 style
Wassie in chibling size from wassie.org
We need some magic to make chibling move 🥹
(Also I really need power badge to upload fluent video instead always gif as a solution XD)
We need some magic to make chibling move 🥹
(Also I really need power badge to upload fluent video instead always gif as a solution XD)
Got a pair of elegant nOGs ⌐◨-◨
nOGs frame #10 masked over 'BasePaint Day #100 (top)' from /basepaint
nOGs frame #10 masked over 'BasePaint Day #100 (top)' from /basepaint
I've just joined this nounish drop:
nOGs #241 by @nounspace
Wish me luck and keep your /noggles on ⌐◨-◨
nOGs #241 by @nounspace
Wish me luck and keep your /noggles on ⌐◨-◨

What's that smell...?
Purple ham! 🍖💜
Don't give up, then you can taste it after passing 16th wave
Take some rest every 5 wave if you're also not a gamer like me
Be careful don't accidentally enter next dungeon without doing the shopping
or you'll cry 😭
Love this game, it's interesting!
Purple ham! 🍖💜
Don't give up, then you can taste it after passing 16th wave
Take some rest every 5 wave if you're also not a gamer like me
Be careful don't accidentally enter next dungeon without doing the shopping
or you'll cry 😭
Love this game, it's interesting!
Ham, tiny-dino!
:Rawrr🍖rr🍖rrr!
Get ham-hat and get ham(adj.) 🍖
Don't miss ham-hat for dino 💚
https://warpcast.com/boombip/0xecac6dd3
:Rawrr🍖rr🍖rrr!
Get ham-hat and get ham(adj.) 🍖
Don't miss ham-hat for dino 💚
https://warpcast.com/boombip/0xecac6dd3
264612
Tiny Hawk
@tinyhawk.eth·08:28 23/06/2024
ham caps for ya 🤏🦖s
forwards or backwards.....
forwards or backwards.....
I've got the Dig

You can visit The Ham LPs here before sudoswap supports ham chain
https://explorer.ham.fun/token/0x68f343bC08D1C093754a74F2b45a69A2f1A42872?tab=inventory
And show off my overweight Super Ham Saiyan!! 🔥🍖
https://explorer.ham.fun/token/0x68f343bC08D1C093754a74F2b45a69A2f1A42872?tab=inventory
And show off my overweight Super Ham Saiyan!! 🔥🍖
🥱
3417
BORED.eth
@bored·17:52 04/06/2024
“I prefer to be BORED than claim to BUILD 😛”
Recast/Quote this post so /boredcaster can beat /build this round 🏆 https://swaye.app/memecoin/polls/42
Recast/Quote this post so /boredcaster can beat /build this round 🏆 https://swaye.app/memecoin/polls/42
Ham Ham! 🍖🍖🍖
Let's make ham great!
I'll try to upload 10 ham meme a day to
https://memedepot.com/d/ham
In this format: <description>_<creator>
The floating chat bar is function provided for pass holder
All fee I gain from ham depot will use to buy tn100x
Let's make a tasty ham album together, yum yum! 😋
Let's make ham great!
I'll try to upload 10 ham meme a day to
https://memedepot.com/d/ham
In this format: <description>_<creator>
The floating chat bar is function provided for pass holder
All fee I gain from ham depot will use to buy tn100x
Let's make a tasty ham album together, yum yum! 😋
Let's store our ham🍖 memes at a depot
Then share and spread ham more hard 🔥
https://memedepot.com/d/ham
You can earn point by uploading memes
But imo if you are a real meme enjoyer, you will gain more fun
Check MemeDepot founder's intro
https://x.com/ajt/status/1795848675844833590
Leave invite code at comment:
Then share and spread ham more hard 🔥
https://memedepot.com/d/ham
You can earn point by uploading memes
But imo if you are a real meme enjoyer, you will gain more fun
Check MemeDepot founder's intro
https://x.com/ajt/status/1795848675844833590
Leave invite code at comment:
7251
ciniz
@ciniz·04:36 19/05/2024
add a 🐹 to your name
Just Played Boregon Trail! Now I am sharing my stats because you cannot beat me. I also am saving $BORED on my next game!
Cutie, how about have some ham for lunch today?
I think I'm pretty enjoying in tipping friends by the allowance I got from community point, even though no one tip me ham
Like the mechanism of ham 🍖
I think I'm pretty enjoying in tipping friends by the allowance I got from community point, even though no one tip me ham
Like the mechanism of ham 🍖
It's a fun fact that after I did my first post, I start to have allowance daily that make me want to try to think and post something fun about ham
Respect all good HAMasters
P.S. I redrew the ham hat again according to HAM's logo
if you're interested in the png file for ham meme
I'll load it in reply (160 x 160 px)
Respect all good HAMasters
P.S. I redrew the ham hat again according to HAM's logo
if you're interested in the png file for ham meme
I'll load it in reply (160 x 160 px)
Make myself bored to find fun better
🥱
🥱
Chiblings fam mines hard these days (ง๑ •̀_•́)ง
So do I!
Saved wizard from the chiblings wormhole 🕳️
So do I!
Saved wizard from the chiblings wormhole 🕳️
Excited to explore my future decentralised identity on Phi!
Learn all about Phi 2.0 on https://phiprotocol.xyz and mint a free milestone NFT!
Learn all about Phi 2.0 on https://phiprotocol.xyz and mint a free milestone NFT!
Mom shared her butterfly orchid(蝴蝶蘭) with me, I share my proud of her with you
She enjoys the process of planting instead of directly buying back those already bloomed
And she has the super power to make those about to fade from my older sister revive😆👍
She is the one who has a great time with plants🌱
She enjoys the process of planting instead of directly buying back those already bloomed
And she has the super power to make those about to fade from my older sister revive😆👍
She is the one who has a great time with plants🌱
