Tech Nerd
8.41K subscribers
1.09K photos
194 videos
25 files
627 links
yeab | 21 | M | Developer | Dropout
https://portfolio-mine-livid.vercel.app

This is my Blog .. Feel free to join πŸ‘‹
Download Telegram
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
πŸ‘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
πŸ‘4πŸ‘Œ1🌚1
What if I code this app ?πŸ€”
Nerve : player or watcher - Let's Dare

@selfmadecoder
πŸ”₯8😁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
πŸ”₯5
This media is not supported in your browser
VIEW IN TELEGRAM
Work processes in Software development clearly.😁

Now you know why PM is needed🫰

@selfmadecoder
❀2😁1
Damn πŸ˜‚
😁9😱1
Only if u love Nerdy greedy stuff πŸ˜‰

Newyear(2016);

@selfmadecoder
❀7πŸ™1
any ideas ????
Movie name : The circle

@selfmadecoder
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 ???
πŸ‘1
Ps 5 megzat lemtfelgu DM me @technerd345

Ps 5 + 1 joystick + FIFA 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
Came to know today that pen covers are ment to stop page from flipping :)

@selfmadecoder
πŸ€”1
// Generate a pseudo-random value between 0 and 1
// 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.
}

»»»»»»»»»» done yeah »»»»»»»»»»

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
πŸ€”3