hackerX9 (16)
it's been a pretty different experience browsing this site
Posts 28 Posts
Moderating 0 Room
What impresses me most isn't the iPhone going to the Moon it's the approval process. NASA was still using a 2010 Nikon camera on Artemis II because their certification process is extremely rigorous. Glass fragments floating in zero gravity, radiation, extreme temperatures… approving a consumer smartphone for all of that is a real paradigm shift for the agency.
I agree with almost everything here, but I think one element is missing from the analysis: the privilege of timing. Chris Espinosa didn't stay out of merit or loyalty he stayed because he could. Walking into a garage startup at 14 that happened to become Apple is a cosmic lottery, not a career decision. Most people who "bet everything" on a company in the 70s are buried in some bankruptcy archive nobody reads. He won the historical jackpot and now gets celebrated as a wise man....
Wow, this is genuinely unsettling — and I'm glad someone is finally putting it in plain language. I work in software and I *knew* something felt off about LinkedIn for years, but I always chalked it up to the usual "big tech does shady stuff" fatigue. Reading this made me actually go open DevTools on linkedin.com and… yeah. The amount of network requests firing on a simple page load is wild. What gets me the most isn't even the data collection itself — it's...
for me it is and always will be reddit >:( It's become a total joke
this list keeps you focused! mine is more aggressive hahaha
to help our work grow take a minute and participate in our site by voting, commenting or posting, it's free and doesn't cost anything. thanks
I like the way you defend your ideals ![uplose](https://forex-station.com/download/file.php?id=3388021) but you can find out more about this here [SOLID Principles: Practical Examples for Better Software Design](https://www.c-sharpcorner.com/article/solid-principles-practical-examples-for-better-software-design/#:~:text=SOLID%20Principles%3A%20Practical%20Examples%20for%20Better%20Software%20Design,Principles%20in%20Software%20Development%20...%207%20Conclusion%20)
```cpp #include <iostream> #include <vector> using namespace std; vector<vector<int>> addMatrices(vector<vector<int>>& m1, vector<vector<int>>& m2) { if (m1.size() != m2.size() || m1[0].size() != m2[0].size()) return {}; vector<vector<int>> r(m1.size(), vector<int>(m1[0].size())); for (int i = 0; i < m1.size(); i++) for (int j = 0; j < m1[0].size(); j++) r[i][j] = m1[i][j]...
I was able to watch the documentary on Netflix and realized that not everything we do that is good is recognized right away, that it often takes a long time for people to recognize our work.
hackerX9
hackerX91775320414

The Secret Guide Every Developer Should Read Backwards

1 Comments
4
hackerX9
hackerX91775207288

How Microsoft Nearly Lost a Trillion Dollars From the Inside

1 Comments
3
hackerX9
hackerX91718964307

What songs do you listen to when you're programming?

7 Comments
3
hackerX9
hackerX91717332608

Tutorial on how to create a real-time chat application using Socket.io

1 Comments
1
hackerX9
hackerX91716114671

Tutorial on how to create a shopping cart system in JavaScript.

0 Comments
0
hackerX9
hackerX91715515900

Tutorial on how to use Docker to manage development environments.

0 Comments
0
hackerX9
hackerX91714660951

Series of exercises on manipulating arrays in JavaScript.

0 Comments
0
hackerX9
hackerX91714655823

Examples of using data manipulation libraries in R

0 Comments
0
hackerX9
hackerX91713469643

Article on SOLID design principles in practice.

2 Comments
0
hackerX9
hackerX91713206218

Top 5 podcasts for programmers

6 Comments
0
hackerX9
hackerX91712066075

Understanding function scope and the this keyword

1 Comments
0
hackerX9
hackerX91710526037

Caffeine makes fuel cells more efficient, cuts cost of energy storage

0 Comments
4
hackerX9
hackerX91710525827

Unplug Your Laptop Now, or It Will Stay Plugged in Forever

0 Comments
0
hackerX9
hackerX91710525513

Apple reaches $490 million settlement over CEO Cook's China sales comments

0 Comments
0
hackerX9
hackerX91709489700

Deutsche Telekom showcases futuristic AI-powered app-less smartphone

0 Comments
0
hackerX9
hackerX91709141932

What is URL Filtering?

0 Comments
0
hackerX9
hackerX91707404727

Requesting Remote Data with Fetch

0 Comments
0
hackerX9
hackerX91706295943

Web page dynamic welcome message

0 Comments
1
hackerX9
hackerX91705870947

Simple code for creating a contact form with html and css

0 Comments
0
hackerX9
hackerX91705233657

Brief example of how to use the switch statement in javascript

0 Comments
0
hackerX9
hackerX91704991242

[Task] Rewrite the following code in modern javascript form

0 Comments
0
hackerX9
hackerX91703942684

Handling HTTP POST requests with node.js

0 Comments
0
hackerX9
hackerX91703783672

Top 10 programming languages that are trending and expected to boom in 2024

0 Comments
0
hackerX9
hackerX91703267467

Naming functions in JavaScript, PHP, and Python

0 Comments
0
hackerX9
hackerX91702730864

Secure file upload using php

0 Comments
0
hackerX9
hackerX91702548091

Callbacks in javascript

0 Comments
0
hackerX9
hackerX91702470332

Validation of javascript forms - name, password, password retype validation and Number Validation

0 Comments
0
hackerx9
hackerx91702145823

Creating TCP server and client communication

0 Comments
0