I just finished watching a series called "The Playlist," which is based on the real-life story of Daniel Ek and the rise of Spotify, the biggest streaming service in the music industry.
This show taught me a ton about technology, business, law, partnerships, and more. If you enjoyed movies like "The Social Network" and TV series like "Silicon Valley," I highly recommend giving it a watch.
@selfmadecoder
This show taught me a ton about technology, business, law, partnerships, and more. If you enjoyed movies like "The Social Network" and TV series like "Silicon Valley," I highly recommend giving it a watch.
@selfmadecoder
π4π₯2
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
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
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
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
π€1
// 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
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