Computer programmer.

Joined February 2023
1 Photos and videos
Pinned Tweet
Thread of all the Articles I make on C programming. Let’s have it all in one place. Would arrange it in a good way, once I have written on majority of the concepts.
1
1
176
I forgot to say thanks sama
This is a feature request. @OpenAI Could you include a search feature on chatgpt? I mean the ability to search out my previous searches🤔 I believe it’d be a more efficient way to utilize the history log.
13
devoted to building and selling it’s all I am and all I aspire to be
33
GiftedDev.py retweeted
19 Dec 2023
Santa is in town, make a wish…
2
2
4
177
GiftedDev.py retweeted
20 Nov 2023
Replying to @DrJimFan
Step#1 - partner with them and check them out. Step#2 - create chaos and destroy them internally. Step#3 - pickup the pieces fast, as many as possible. Step#4 - put the pieces together, correct the original flaws Step#5 - End external partnership and focus internally
3
3
52
8,517
I think the hiring of Sam Altman by Microsoft proves that, if you’re good enough, a whole new department can be created just for you
1
61
It’s proper marketing that drives sales. So I’d say marketing. To drive home my point, I’ve drawn up 5 reasons why - (1/8)
20 Jul 2023
Which comes first for a company, let's say a start up company. Sales or marketing? Include your reasons too. Need for a survey🙏
1
76
But then it’s still important to know that these two should go hand in hand. Because marketing should pave the way for sales to close deals successfully. (7/8)
1
26
By way of conclusion, and with all the points I’ve drawn up… I believe, in my own opinion, that - investing in marketing is investing in selling and the sales process, but investing in selling doesn’t necessarily equate to investing in the marketing process. (8/8)
26
This is a feature request. @OpenAI Could you include a search feature on chatgpt? I mean the ability to search out my previous searches🤔 I believe it’d be a more efficient way to utilize the history log.
2
4
87
They’ve worked on it😅 Noticed some improvements just now. It’s beginning to respond like it initially did. Hopefully they keep improving it and not decrease the quality from here on in.
19 Jul 2023
GPT-4 is getting worse over time, not better. Many people have reported noticing a significant degradation in the quality of the model responses, but so far, it was all anecdotal. But now we know. At least one study shows how the June version of GPT-4 is objectively worse than the version released in March on a few tasks. The team evaluated the models using a dataset of 500 problems where the models had to figure out whether a given integer was prime. In March, GPT-4 answered correctly 488 of these questions. In June, it only got 12 correct answers. From 97.6% success rate down to 2.4%! But it gets worse! The team used Chain-of-Thought to help the model reason: "Is 17077 a prime number? Think step by step." Chain-of-Thought is a popular technique that significantly improves answers. Unfortunately, the latest version of GPT-4 did not generate intermediate steps and instead answered incorrectly with a simple "No." Code generation has also gotten worse. The team built a dataset with 50 easy problems from LeetCode and measured how many GPT-4 answers ran without any changes. The March version succeeded in 52% of the problems, but this dropped to a pale 10% using the model from June. Why is this happening? We assume that OpenAI pushes changes continuously, but we don't know how the process works and how they evaluate whether the models are improving or regressing. Rumors suggest they are using several smaller and specialized GPT-4 models that act similarly to a large model but are less expensive to run. When a user asks a question, the system decides which model to send the query to. Cheaper and faster, but could this new approach be the problem behind the degradation in quality? In my opinion, this is a red flag for anyone building applications that rely on GPT-4. Having the behavior of an LLM change over time is not acceptable. Have you noticed any issues when using GPT-4 and ChatGPT lately? Do you think these problems are overblown?
1
74
My 2 cents.
Replying to @bahdcoder
This is funny because you all try to take shortcuts and wonder why it’s so hard. They said it’s a full time program, at LEAST 10 hours per day. And you want to do it in 2-3 hours lol. They say you should not copy, yet you copy and wonder why the next one is progressively harder
38
Devs, please fix all memory leaks before deploying apps. Minimize memory consumption!!!
23
Thread of all the Articles I make on C programming. Let’s have it all in one place. Would arrange it in a good way, once I have written on majority of the concepts.
1
1
176
Pointers (Fundamentals)
Pointers, Arrays and Strings - Part 1. Pointers (Fundamentals) Pointers, Arrays and String manipulations are one of the most important concepts in C. Here’s a little easy to understand note on pointers: docs.google.com/document/d/1…
1
86
C - Singly linked lists
Singly linked lists are one of the most important concepts in C programming. Although Easy, but a little bit tricky. Here’s a really easy to understand note on Singly linked lists that covers everything you need to know. docs.google.com/document/d/1…
51