fucked up arc

haryana
Joined March 2025
Pinned Tweet
i don't know and have no way of knowing, how heavy the weight of life one's carrying, but how the world views you doesn't have to become your reality. there's no need of painstakingly piece together the puzzles of life. it's fine to just toss the puzzle aside and it's okay if it's not complete or falls apart. forget about the sacrifices and the endless burden of expectations and think of yourself first, only then, can you think of others. make yourself your top priority. work on your physical and mental health, upskill and mayybe things will fall into place. wagmi twin.
6
1
38
good sunday morning after study till 5 and 2 hours of sleep. couldn't sleep much due to fever, but late night thinking helped clear things up. had breakfast today ✌ actually gn and gave a nice day :)
LET'S FCKING GOOO 100 days of consistently working on yourself absolute W check out my guy's account if you haven't
Day #100 of Dev Journey: > Went all in with the Hackathon Project ( Frontend is almost done ) > My friend has nearly finished the backend ( 80% ig ) Fingers crossed! Hope we make it out of the waiting list 🤞 ( Woaww!! Made it to the 100th Day ! Phew!!! Demn ! Will continue this till dec 31st :)
8
these regular biweekly headaches will klil me one day will sleep by 2 at the latest and never miss breakfast from now on
7
18
sometimes connecting to a different country on my vpn scares me
3
27
at this point, i dont want anyone even opening my obsidian, not even my own self to some extent that is filled all the raw thoughts, rants, experiences and crashouts of these past few months that i couldn't share here still, reading the older entries makes me feel that we've come a long way but got way longer to go even now
1
24
the only guy who still cares for me
2
18
their loss.
3
24
sujal retweeted
Dynamic Programming: -Many times, there are many overlapping sub-problems when we solve recursion(overlapping sub-problems is for eg- Calculating f(3) value two or more times in recursion tree. There are two ways of solving a recursion problem: -First is recursion itself. -Solving with DP. TC of solving a recursion is exponential, DP reduces it to linear TC. There are two ways of solving a DP problem: 1. Memoization 2. Tabulation Suppose we are solving Fibonacci problem, here in Memoization, we declare an array initialized to -1, which will store the values such as f(2), f(3). Whenever the function is called again for a value n, we first check the DP array: If dp[n]==-1, it means the value has not been computed yet, so we compute it and store it in dp[n]. If dp[n]!=-1, it means the value is already computed, so we directly return dp[n]. TC: 0(N) Will cover tabulation part later. This was my first writing experience. Feedback is appreciated and I hope you all like it.
24
10
82
sujal retweeted
the three terms encoding, encryption and hashing sounds pretty similar but they are used for completely different purposes. Encoding it is not about security at all. encoding is simply data representation, changing data from one format to another so that it can be easily transmitted or understood by another system. - it uses public algos that anyone can access - there is no secret key and its fully reversible - the main goal is usability and not secrecy eg - when you see a website url like : `https://www .google.com/search?q=hello%20world`, the space in "hello world" is encoded as %20. common encoding formats are: url encoding, ascii, unicode. Encryption - encryption involves security. in encryption, the readable data, i.e plain text, is converted into unreadable, i.e cipher text, using an encryption key. - only someone with the right key can decrypt it back to the original data. - it used for secure online transactions, encryption of files and msges. there are two main types: > symmetric encryption - same key for encryption and decryption (AES ) > asymmetric encryption - there are two keys, public and private ( RSA ) eg- when you send a msg on whatsapp, your msg is encrypted on your device, before it is sent. it can only be decrypted on your friend’s phone. Hashing hashing is a one way process used to check if the data has been altered. it is used for data integrity verification. - hashing transforms the input data of any size into a fixed length unique string i.e a hash. - once the data is hashed, the original input cannot be retrieved. - even a small change in input changes the hash output completely. eg - when you create an account and set a password, websites don't store your actual password. instead, they store the hash of it. when you log in it, the entered password is hashed again and if both hashes match, you are logged in.
forever grateful to the friends who lend me pen and paper each theory lecture
7
1
50
can your omarchy beat this??
get your fcking hands up get on out of your seats all eyes on me, all eyes on me and then, the funniest thing happened... gn. till we meet again.
4
16
nobody got the reference, this makes me looks dumb, especially with the error in the code 😭😭
i know promises, does that make me eligible for a job?
13
54
sujal retweeted
introducing...ResSona!!! so by default llms are boring af and i'm way too tired of the "as a helpful assistant..." crap. i asked around, and almost EVERYONE uses the default boring tone of LLMs....most people don't even know that you can actually fix it.... so i built ResSona to do it for you. just add your details (goals, interests, hobbies, etc.) & choose the LLM's role (like Mentor, Code Reviewer, Expert) and its tone (like Sarcastic, Funny, Chill, Professional). it then generates the exact prompt...which you need to paste into your LLM... to make it remember you and your preferences in its memory for new chats as well (if your LLM allows it). no more digging in settings for "Custom Instructions". It just works... even in new chats.(again..if your LLM allows it) check it out here:- res-sona.vercel.app
Sooo long. Good bye. I'll see you when I see you I'll meet you on the other side Do I really have to finish? Do returns always diminish? I'm slowly losing power Did I say that right? So this is how it ends Am I going crazy? Would I even know? Am I right back where I started 4 years ago? Wanna guess the ending? If it even does. I swear to God That all I've ever wanted was A little bit of everything, all of the time A bit of everything, all of the time When I'm fully irrelevant and totally broke Dammit. Call me up and tell me a joke.
5
1
29
in the end, nothing truly matters, aquarius.
most of the pre placement talks are a waste of time for all parties involved
2
25