Our News Team @ 11 with host Snot Flickerman

  • 2 Posts
  • 622 Comments
Joined 11 months ago
cake
Cake day: October 24th, 2023

help-circle


  • So much yes on the typing, The number of young people who don’t even own a laptop and do all homework/correspondence on their phone is too damn high. (Which coincidentally, is tied to how they don’t understand file systems/path)

    That’s not to shun the use of phones or that form factor, and maybe this is just the old fogey in me, but phone interfaces are so limited and you have to jump through so many hoops to do what amount to keyboard shortcuts on a PC. (Yes I know some young people can be quite quick and accurate with them… thus old fogey)

    It’s rather more about how long it ends up taking them because they’re shunning a device that is aimed at streamlining such processes, instead of a device that is aimed at being a phone, with a computer slapped on for funsies.



  • hand out USB drives/cheap SSDs

    learning some “real” programming

    1. Handing out drives has to go hand-in-hand with education about how “you shouldn’t just plug in any drive that someone hands you or you find on the street.” That’s basic security consciousness at this point. You might point them towards the Open Source schematics for this USB Firewall: https://globotron.nz/products/usg-v1-0-hardware-usb-firewall

    2. Don’t start with “real” programming. Start with scripting. A place where you can get the feel of the ideas of programming while starting somewhere more basic. Linux scripting and Powershell scripting are both good places to start. You still get programming fundamentals (what is a loop, what’s an if-else statement, etc) without jumping into confusing versioning or where to get updates (should I let Windows update Python, or do I want to update it with pip? You have to choose one or things get fucky with them overwriting each other).

    3. When I mean more basic I mean literally things like SYNTAX and PATH are way more important for students to be understanding before they start programming. Syntax and path (relative and absolute), in my opinion, are easier to learn when you’re learning them on the OS you’re using. That means “real programming” is obfuscating things like syntax and path, and students need to understand these core concepts before they move on to "real programming.* EDIT: Like seriously, students need to understand what the fuck a delimiter is and why it is!





  • I don’t know, that mindset is so foreign to me. If someone was overestimating how long it would take because they were simply trying to be conservative and not run into unexpected cost overruns, I would commend them. I’ve always considered it more prudent to expect something to take longer so you know the kind of budget you need up front instead of lying to yourself about it. It costs a lot more (in terms of lost time and productivity) to have to swing a new budget mid-project because it turns out you’ve burned through the planned budget and you’re only 2/3 the way done with the project.

    So, screw your manager, you’re doing the right thing, in my eyes. I guess that’s why I’m not in charge of anything.




  • Someone’s been watching way too many movies and isn’t familiar yet with how mind bogglingly stupid “AI” actually is.

    JARVIS can think on its own, it doesn’t need to be told to do anything. LLMs cannot think on their own, they have no intention, they can only respond to input. They cannot create “thoughts” on their own without being prompted by a human.

    The reason they spout so much BS is because they don’t even really think. They cannot tell the difference between truth and fiction and will be just as happily confident in the truth of their statements whether they are being truthful or lying because they don’t know the fucking difference.

    We’re fucking worlds away from a JARVIS, man.

    Like half the stuff they claim AI does, like those “AI stores” Amazon had, where you just picked up stuff and walked out with it and the “AI would intelligently figure out what you bought and apply it to your account.” That AI was actually a bunch of low paid people in third world countries documenting videos. It was never fucking AI to begin with because nothing we have even comes close to that fucking capability without human intervention.



  • Does the satellite stuff work in the UK and could it be bad for privacy?

    I’m not sure if it works in the UK, (see below) but it’s really only meant for emergencies. Like if you’re lost in the wilderness with no cell phone signal and you’ve broken your leg. It really can only be activated when you dial 911 and don’t have signal, so I don’t expect that that’s something you’d want a lot of privacy for if you wanted you be, you know, rescued and alive. I think I’d be willing to sacrifice info like my name, location, and the nature of my emergency to stay alive but that’s just me. 😆

    • This feature is currently available in the US only (except Hawaii and Alaska).

    To contact emergency services when you don’t have a network coverage on your Pixel phone:

    1. Dial 911 immediately.
    • If you don’t have a mobile or Wi-Fi network, you’ll find an option to use Satellite SOS in the dialer.
    1. Tap Satellite SOS android satellite and then Use Satellite SOS and then Start.
    2. To describe your emergency, fill out the emergency questionnaire.
    3. To share your emergency with your emergency contacts, answer the on-screen questions.
    • To notify your emergency contacts, tap Notify.
    • If you don’t want your emergency contacts to receive your location and emergency information, tap Don’t notify.
    1. To connect to the satellite, follow the on-screen prompts to correctly position your phone.
    • Connection and response times vary based on location, site conditions, and other factors.
    1. Once you’re connected, the emergency service provider should reply via text within a few minutes.
    • To receive replies, stay outside with a clear view of the sky.
    • When you would like to end the satellite text conversation, press the End button and follow the prompts.

    Anyway I doubt it would be sending data to satellites without you knowing simply because that’s costly and you have to align your phone properly to get signal for it to begin with.



  • For instant messengers, I would also add Wire and Matrix/Element (Matrix is the protocol, Element is the messenger that uses the protocol).

    https://wire.com/en

    https://matrix.org/ - https://element.io/

    Both good open source secure messengers. Matrix is made by a type of non-profit foundation made to guide the development of the core protocol, and Wire is a Swiss company staking their future on how secure their messenger is for Enterprise applications. They both have different philosophies on how their operations are ran, but they’re both open source and secure.

    They’re not as privacy respecting as Briar or SimpleX, but they’re also more aimed at organizations and groups that plan on self-hosting and potentially not federating with the rest of the network to help silo their organizational data. Wire obviously aims towards Enterprise customers, but Matrix does as well, despite a different approach. Matrix has had growth with both German and French governments for various secure communications systems within their government bodies based on the matrix protocol. So good messengers, just aimed at a different group of people as Briar/SimpleX.

    So maybe they could have their own “Enterprise Chat” section? I dunno, just my thoughts.