MissCoderβ¨
The sunnnn ;(
At this rate imma start looking for tickets to Antarctica and live with the eskimosπ
π3
Forwarded from baka Codes
Always choose the simplest solution that meets the requirements. Complexity is a liability, not a feature.
@bakacodes
β€4
MissCoderβ¨
The spike of joy whenever I see "Enumerating Objects......." β¨
another spike when I see python code π«
π₯°3π€£1
MissCoderβ¨
DSA Peer Learning Community Update #3 π’π₯ We finally have an official name for our community: BitCode DSA Peer Learning Community π π What's Done So Far β
The complete learning roadmap has been finalized and structured. π
Official Start Date: June 8 (nextβ¦
Had our first team discussion :))
Just realized how amazing discussions can be when your team is genuinely passionate about what they're doing π«β¨οΈ
#BitCode #DSA
MissCoder β¨
Just realized how amazing discussions can be when your team is genuinely passionate about what they're doing π«β¨οΈ
#BitCode #DSA
MissCoder β¨
β€6β‘1π₯°1
Good morning :)
TMOC ASSEMBLE π«β¨οΈ
2 good mornings a day lol
TMOC ASSEMBLE π«β¨οΈ
π«‘4π2
MissCoderβ¨
Anotherr ideaaa I'm completely sure this one is not already built. ik ik I haven't shipped even one of the 4 ideas I keep yapping about. ππ Just keeping them here in order to not forget abt them and to stay consistent But one thing I noticed is that allβ¦
Me is getting super tired of reminding team heads to do the their tasks every single day π
So I thought: why not automate the repetitive stuff?
I'm currently working on a bot for our DSA community that will:
β¨ Send daily tasks of every team in the morning
β¨ Send reminders for online discussion sessions
β¨ Tag inactive members and encourage them to participate
β¨ Detect and remove members who have been inactive for 2+ weeks, while sending them a notice in their inbox
β¨ Send daily motivation messages
β¨ Support custom automated announcements and reminders
β¨οΈ and moreeee( I don't know where to stop)
The goal is simple: spend less time managing routine tasks and more time focusing on learning and building the community.
Stay tuned for more yap abt it π
#NewIdeaToBuild #projects
MissCoder β¨οΈ
So I thought: why not automate the repetitive stuff?
I'm currently working on a bot for our DSA community that will:
β¨ Send daily tasks of every team in the morning
β¨ Send reminders for online discussion sessions
β¨ Tag inactive members and encourage them to participate
β¨ Detect and remove members who have been inactive for 2+ weeks, while sending them a notice in their inbox
β¨ Send daily motivation messages
β¨ Support custom automated announcements and reminders
β¨οΈ and moreeee( I don't know where to stop)
The goal is simple: spend less time managing routine tasks and more time focusing on learning and building the community.
Stay tuned for more yap abt it π
#NewIdeaToBuild #projects
MissCoder β¨οΈ
π₯18π2
Forwarded from Totals
π Shared Expenses is now available in Totals
Split expenses with friends, end-to-end encrypted.
What's new in v1.5
Shared Expenses
β’ Create private groups for splitting expenses
β’ Track who paid, who shared, and who owes who
β’ Settle balances, send nudges, and view group activity
β’ Shared expense analytics computed on-device
β’ End-to-end encrypted; payloads are deleted after delivery and we only retain encrypted metadata
Encrypted Identity Recovery
β’ Back up your groups using a recovery code + PIN
β’ We can't read your backup
Loans & Debts
β’ Track money you lend, borrow, repay, forgive, or settle
Improvements
β’ Improved manual cash entry with bank/wallet selection and custom dates
β’ Moved tools into the home page floating action button
β’ Added auto-categorization rule sharing/scanning
No accounts. No emails. No tracking.
Same Totals, now with shared expenses that respect that promise.
Download or update Totals:
https://play.google.com/store/apps/details?id=detached.totals
Updated Privacy policy here
Split expenses with friends, end-to-end encrypted.
What's new in v1.5
Shared Expenses
β’ Create private groups for splitting expenses
β’ Track who paid, who shared, and who owes who
β’ Settle balances, send nudges, and view group activity
β’ Shared expense analytics computed on-device
β’ End-to-end encrypted; payloads are deleted after delivery and we only retain encrypted metadata
Encrypted Identity Recovery
β’ Back up your groups using a recovery code + PIN
β’ We can't read your backup
Loans & Debts
β’ Track money you lend, borrow, repay, forgive, or settle
Improvements
β’ Improved manual cash entry with bank/wallet selection and custom dates
β’ Moved tools into the home page floating action button
β’ Added auto-categorization rule sharing/scanning
No accounts. No emails. No tracking.
Same Totals, now with shared expenses that respect that promise.
Download or update Totals:
https://play.google.com/store/apps/details?id=detached.totals
Updated Privacy policy here
β€1
Forwarded from BΟ
ΙΎΤΞ±Ι³-Ops (BΟ
ΙΎΤΞ±Ι³ | Ψ¨Ψ±ΩΨ§Ω :))
No matter how smart you are, be teachable ;)
β€5π3
MissCoderβ¨
Me is getting super tired of reminding team heads to do the their tasks every single day π So I thought: why not automate the repetitive stuff? I'm currently working on a bot for our DSA community that will: β¨ Send daily tasks of every team in the morningβ¦
Spent a decent amount of time figuring out how to get Telegram topic IDs π
GPT was hallucinating. uhhh
Turns out theyβre literally in the link.
Example:
https://t.me/c/6782345678/2
-1006782345678 is the group ID (you just add -100)
2 is the topic ID
#projects #whatILearned
MissCoderβ¨
GPT was hallucinating. uhhh
Turns out theyβre literally in the link.
Example:
https://t.me/c/6782345678/2
-1006782345678 is the group ID (you just add -100)
2 is the topic ID
#projects #whatILearned
MissCoderβ¨
β€5π1
One thing I've noticed about how I learn:
I turn programming concepts into characters and create unnecessary drama between them π
For example, back when I was learning JavaScript:
Optional chaining operator(?.) is the clever, emotionally stable cousin everyone looks up to.
Dot operator(.) is the problematic cousin.
Both have the same job which is accessing a value.
When a value doesn't exist, dot operator throws a tantrum akaerror
Meanwhile optional chaining operator calmly checks, realizes the value isn't there, simply says "Undefined" and peacefully moves on with life β¨
I swear half of my understanding of programming comes from the random stories I create in my head. ππ
About to dive into backend soon, so expect a lot more crazy dramas and plots.
Might end up writing a whole novel at this point :)
#codeLore
MissCoderβ¨
I turn programming concepts into characters and create unnecessary drama between them π
For example, back when I was learning JavaScript:
Optional chaining operator(?.) is the clever, emotionally stable cousin everyone looks up to.
Dot operator(.) is the problematic cousin.
Both have the same job which is accessing a value.
When a value doesn't exist, dot operator throws a tantrum aka
Meanwhile optional chaining operator calmly checks, realizes the value isn't there, simply says "Undefined" and peacefully moves on with life β¨
I swear half of my understanding of programming comes from the random stories I create in my head. ππ
About to dive into backend soon, so expect a lot more crazy dramas and plots.
Might end up writing a whole novel at this point :)
#codeLore
MissCoderβ¨
π11β€5
Forwarded from Mike
show some love guys i need this to go viral on X at least 1k views
fast engagements make the post shine, and comment and like and repost will help in this early hours
fast engagements make the post shine, and comment and like and repost will help in this early hours
β‘2
Forwarded from Sapphire Builds.
You need to have atleast 10 power banks, an ecoflow and a fiber cable to survive in this country as a dev
π€£2β€1