why vim ? can u tell me why should i throw my comfort with vs code and use Vim ?
I mean its like throwing your Lamborghini and drive some old crap Mercedes car ?( yeah that's how vim thing sounds to me right now ) ... but either way I wanna learn about it so am here asking u .... WHY?
@selfmadecoder
I mean its like throwing your Lamborghini and drive some old crap Mercedes car ?( yeah that's how vim thing sounds to me right now ) ... but either way I wanna learn about it so am here asking u .... WHY?
@selfmadecoder
π4π1π1
September 5, 2023
Who'll be coming on the upcoming code night networking event β
CodeNight Developer Meetup
Date: Sunday, September 10th
Time: 2:00 PM - 4:00 PM
Location: https://goo.gl/maps/yUkYDBumNzj8Xqtt9
Registration link: forms.gle/7w4GpexQgSFo1q5z6
@selfmadecoder
CodeNight Developer Meetup
Date: Sunday, September 10th
Time: 2:00 PM - 4:00 PM
Location: https://goo.gl/maps/yUkYDBumNzj8Xqtt9
Registration link: forms.gle/7w4GpexQgSFo1q5z6
@selfmadecoder
π₯5
September 8, 2023
September 9, 2023
September 10, 2023
September 15, 2023
September 16, 2023
for those of u who ain understand the pervious post here is an explanation..
it is about this movie called "THE CIRCLE" and on the movie there is this giant company ... think its like Google or sthg ... which has a large datasets of peoples from the personal health conditions collected by there sensors and products to their latest tracking technology ..... on this movie the company has its own cameras which have amazing functionality and size where u can stick it anywhere and watch live with an amazing quality .... and using this and their other technologies the company tries to make peoples life public with their own interest and willingness . which basically means u r gonna use this tiny cameras and stream ur everything (activity , talks , whatever u see, hear ) with the rest of the world .... I thought the ending might show me something better but it didn't ..... it actually went the opposite way ... the movie show that everybody showing what they're doing 24/7 is like a good thing :\
so what do u think ?????????????? do you think companies like Google and meta exploiting user data is normal I was recently watching this Netflix documentary called the great Hack where it shows a data analytics company called Cambridge Analytica make the insane project in the history .... changing peoples mind ... anyways I'll talk abt this on the next posts but 4 know what do u think abt data at all. is it something u fear to be watched by others specially monopolies or is it something that ain bother u ???
it is about this movie called "THE CIRCLE" and on the movie there is this giant company ... think its like Google or sthg ... which has a large datasets of peoples from the personal health conditions collected by there sensors and products to their latest tracking technology ..... on this movie the company has its own cameras which have amazing functionality and size where u can stick it anywhere and watch live with an amazing quality .... and using this and their other technologies the company tries to make peoples life public with their own interest and willingness . which basically means u r gonna use this tiny cameras and stream ur everything (activity , talks , whatever u see, hear ) with the rest of the world .... I thought the ending might show me something better but it didn't ..... it actually went the opposite way ... the movie show that everybody showing what they're doing 24/7 is like a good thing :\
so what do u think ?????????????? do you think companies like Google and meta exploiting user data is normal I was recently watching this Netflix documentary called the great Hack where it shows a data analytics company called Cambridge Analytica make the insane project in the history .... changing peoples mind ... anyways I'll talk abt this on the next posts but 4 know what do u think abt data at all. is it something u fear to be watched by others specially monopolies or is it something that ain bother u ???
π1
September 16, 2023
September 16, 2023
Chatgpt the free version (3.5) is constantly crushing.... I think there server 4 the free one is overloaded with millions of requests .. it's the 3rd time facing this issue :/ this week bcha.
@selfmadecoder
@selfmadecoder
September 17, 2023
September 17, 2023
π€1
September 18, 2023
// Generate a pseudo-random value between 0 and 1»»»»»»»»»» done yeah »»»»»»»»»»
// using the last three digits of the current timestamp as a seed.
// This method is simple but may not provide high-quality randomness.
function customRandom() {
const currentTime = new Date().getTime(); // Get the current timestamp in milliseconds.
const seed = (currentTime % 1000) / 1000; // Use the last three digits of the timestamp as a seed.
let x = Math.sin(seed * 10000); // Calculate a sine-based pseudo-random value.
x -= Math.floor(x); // Normalize the value to be between 0 and 1.
return x; // Return the pseudo-random value.
}
I used the current time as a seed but we can use other systems like temperature and I think we can also use the light intensity and something like that.
@selfmadecoder
September 19, 2023
September 20, 2023
will talk about it in detail in the coming days but I wanna say that it's very disappointing that Google earth is not what we think and that the actual creators ain gain Penny. Not only that they don even get recognition for their work. The entire world thinks that this technology is invented by Google.
I 've no other words to say but DAMN
@selfmadecoder
I 've no other words to say but DAMN
@selfmadecoder
π€3
September 20, 2023
September 22, 2023
π Yay! I'm done with my final, and now I'm all set to work on some really cool project ideas I've had lately. I'm super excited because I'll be making my first-ever full-stack project using MERN (MongoDB, Express.js, React, Node.js) technology. π
I haven't quite decided what I'm going to build yet because all the project ideas are so much fun! But don't worry, I'll keep you posted and share all the details soon.
In the meantime, enjoy my posts and some interesting stuff I'll be sharing from different social medias. It's going to be a fun journey, and I can't wait to share it with you! ππΌ
@selfmadecoder
I haven't quite decided what I'm going to build yet because all the project ideas are so much fun! But don't worry, I'll keep you posted and share all the details soon.
In the meantime, enjoy my posts and some interesting stuff I'll be sharing from different social medias. It's going to be a fun journey, and I can't wait to share it with you! ππΌ
@selfmadecoder
π10β€3β‘1π1
September 25, 2023
Forwarded from Naty
#HBD
ππ#Happy_Birthday_Teacherππ
My best #teacher for all subjects is now 25 years old, So, let's raise a toast to this incredible mentor who has transformed my live with its boundless wisdom! Cheers to 25 years of enlightenment and countless more to come! π₯β¨
@natysblog π join my blog
ππ#Happy_Birthday_Teacherππ
My best #teacher for all subjects is now 25 years old, So, let's raise a toast to this incredible mentor who has transformed my live with its boundless wisdom! Cheers to 25 years of enlightenment and countless more to come! π₯β¨
@natysblog π join my blog
β€8π1
September 27, 2023