• 2 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle

  • Yeah you’re obviously beyond reason and we’re speaking across different levels of intellect here. Bringing up NOCs shows you’re entry level, despite how many years of experience you have. Find my phone is a network because the phone which has cellular capabilities reports that to Apple/Google.

    It wasn’t my intention to start a dick measuring contest here but since it’s on the table, im a six figure(deep into six figures) engineer at a fortune 10 company. Your 25+ years of CompTIA A+ experience mean nothing to me. You’re talking to a CCIE.

    No one with any amount of intellect would call something communicating at layer two a “network”, though anything that transfers data between two devices can technically be called a network, “networking” is being able to communicate with OTHER networks.


  • Brother, I’m a 10+ year network engineer… Bluetooth is a low power, low speed, short range(30 feet) technology. The power of Bluetooth signals are over 1000x weaker than what cellphones use to connect to cell towers. There isn’t going to be any sophisticated “networking” happening between airtags. Your original post was almost gibberish, I had to struggle to arrive at the point you’re trying to make. You can call it a network if you want but you’re asking if it could be practical as a standalone, autonomous network and the answer is no. They lack the capability to communicate over any meaningful distance. Not much “networking” capability if it can’t talk to other networks. Others have struggled to talk sense into you so I won’t waste anymore of my time. Though I’d suggest that if you’re going to argue against logic then you should be more open to reason.


  • I think you need to take the thought of “network” completely out of your mind. This protocol is specifically regarding devices such as air tags, which don’t have any network capability themselves but rely on “connecting” to Bluetooth of the manufacturers models. The phones themselves are what gives tracking information back, based on GPS of the phone that was in proximity of the tracker.

    The question that Google/Apple have is, how can we make sure people aren’t unknowingly being tracked by someone putting a physical tracker in say, your car. THAT’S the “protocol” part. A protocol is just an agreement on how a technology is going to be implemented. If your own tracker is following you that’s fine, the MAC address will keep changing. If someone else’s air tag is following you, your phone will know this tracker has been near you for some time, and will tell you.












  • I don’t see how I was toxic in any way. Besides, this isn’t reddit. There is no karma, so if people downvote you, who cares? That just means that people think you’re wrong.

    Here’s a thought, let’s say you’re perfectly satisfied with how your content delivery/algorithm. You’re a responsible adult who can manage your screen time. Should TikTok be doing more to protect youth(those most vulnerable) from predatory content? There’s been quite a few studies now and even states suing TikTok for their effects on youth’s mental health.

    You’re making a few assumptions about me(implying I’m living under a rock or something)… Unfortunately I spend a large part of my day on the computer due to work and I grew up with the internet. So I try to spend what free time I have reading/studying, and maybe consume a bit of streaming in a day.

    If you knew the horrible content that most kids are being served now, it would make your head roll. I don’t let my kid watch YouTube but his cousins are all crazed on tiktok content. Look up skibidi toilet.


  • That’s usually true at first, showing users content they like is gratifying to the user, but satisfied users don’t stay on the app. So for example, I like motorcycles, humor, tech, dog content, and poker. Tik Tok could show me relevant videos and I’d maybe browse for a few minutes and then go do something else. But the algorithm kind of slows down the dopamine hits/relevant videos and starts inserting more content that is depressing/irrelevant… The algorithm uses the same logic that makes gambling so addictive, they’ll make you feel like the dopamine hit is just around the corner, except it takes a bit longer to get there every time. “One more hand” …>

    Facebook was at its worst in 2014-2018 or so. The algorithm became incredibly rage-inducing and pervasive. Facebook would intentionally show you content that you dislike(like right-wing bullshit) and if the more you interacted with it(especially if it was dislike) facebook would show you more and more of that. I was getting bombarded by extremism ideologies on Facebook and at the time I didn’t understand that this was the algorithm.

    The Internet is no longer just “likes cat video, give more cat videos”, and pushing that notion is uneducated. Tik Tok is the worst of all the apps by far, but all of the social media companies use sophisticated algorithms that intentionally fuck with you just to get you addicted to their apps.

    I think more people need to be informed on how these algorithms work and why they are so dangerous, especially to kids. Speaking of kids, there’s a lot of content on TikTok which sexualizes underage teens. Also, I would block literally every thirst trap on TikTok that showed up in my feed, because that is simply the last thing I want to see on TikTok, yet the algorithm is so aggressive, it will continue to push content that you dislike so you are unsatisfied for longer.

    I’ve deleted Tik Tok a few times in the past but I haven’t used it in about 2 years or so. Imagine how little the average person in this country knows about these algorithms.


  • What programming language? You might have to back to basics. I know what you mean though. That was my frustration as well. The basics aren’t covered well enough on many courses, and learning in a browser IDE adds anxiety when following tutorials if you don’t know how to set up your environment.

    If it’s with Python, maybe I can help. Getting your environment set up is the most important part. I like to use pycharm, it forces you into virtual environments but that’s a good practice to follow and gives you plenty of practice with the basics since you’ll have to install your dependencies for every project.

    Sometimes the dependencies change, and it’s nice to know what version you previously used vs how the new package version works.



  • I worked as a network engineer and got pretty frustrated working with outdated applications that were not user friendly. Once I became a supervisor, a large part of my job became writing and generating reports summarizing events that happened on the network that no one would ever read. I wanted to learn programming to automate the things I hated about my job.

    I’m still an engineer, not a developer, but I enjoy writing user focused programs that reduce or eliminate worker frustration. As with many jobs, it’s not the networking that’s difficult, it’s all the other bullshit you have to do.

    Also, learning how to parse, model and visualize data can really help you make your point to your management and get your ideas pushed through. Also a great way to earn brownie points with your bosses, as managers tend to love graphs.

    Wish I could say it was a passion for me but I really learned out of necessity.