• 0 Posts
  • 170 Comments
Joined 3 years ago
cake
Cake day: October 1st, 2023

help-circle

  • I once had to pay a fee for using PayPal. I read through paypal’s terms of service for vendors and it said they can’t do that. I complained to paypal and they gave me 5€. The vendor continued to charge a fee for using paypal.

    I surmised the vendor was bringing in enough profit for paypal to not penalize them and they just gave me five bucks to shut me up. Adventures in the world of capitalism I guess.





  • I think the better question is will they be able to buy them all. Buying implies the other party is willing to sell.

    Its true that this information will be harder to access if not indexed properly, but word of mouth is a good backup for that. I didn’t find lemmy from google, someone (non corporate entity) posted a link to it somewhere. Now, that ‘somewhere’ may be corporate controlled and ban certain links but I’d argue that will just split the internet into two (a corporate side and “free” side) with little cooperation between them and I don’t think anyone will be able to keep people from either side - as long as the internet remains neutral.

    I think its just too hard to completely control information unless you are a nation state (and even then).


  • I think its the same problem with the press on TV and print form. Rich individuals can buy up all press outlets and control the narrative. Its hard (and restrictive) to broadcast on TV and print. On the internet, at least the freedom to publish and access information has a low barrier to entry. A rich individual may buy one lemmy instance, can they buy them all? Can they buy its successor? The lower barrier and less restrictive nature of the internet (or how it should be) is too fast moving for them to compete imo. All the states need to do is educate people on how to consume media correctly.


  • What I believe is in freedom of the internet. As in everyone should be able to access it and no one should be able to police what is on it. Complete free flow of information. Reddit should exist in the state that it does and lemmy should be there to counter balance it and no nation state should be able to say “no, we only allow one of these”. This doesn’t undermine any existing legal frameworks mind you. For example: distribution of underage pornography is still a crime almost everywhere and those who operate such sites are fair game for prosecution.

    I get this may be too radical of an idea for some, but I truly believe education is the key to information literacy, not censorship.


  • If you’re in the position to do so: try getting a job as a software developer for a year before going to college. If you’re able to demonstrate you’ve already worked on your own projects, you will be taken more seriously than cs majors fresh out of college who’ve only seen code in home work assignments. Do this to get to see how software development works as a career and see if you fit in it.
    You don’t generally need a degree to be a programmer and in this field, experience is often more valuable than a degree. What college can offer is connections and the opportunity to find your actual calling.






  • I never agreed with it. Yes there’s bots on the internet, but people are here too. The majority of lemmy is people, not bots. User facing websites are people, there’d be no reason to have bots post things just so other bots can see it. If that was the purpose, websites would just spew json formatted content around instead of someone building intricate websites full of css and shitty javascript.

    There is a whole different internet though. One with devices like sensors, connecting to servers and posting numbers into databases. Automated code connecting everywhere for data aggregation. There’s also everything other than HTTP.







  • Depends on which part? Tldr; mostly no.
    The user facing software can do everything including control all the exotic hardware components like the dispenser module and knows how to talk to the atm or bank network to do transactions. That thing is closed.
    The operating system can vary from linux based to windows based. I’ve seen machines which boot into the desktop and just start the app. If you had a keyboard, you could alt tab back to the desktop lol. They’re often made in Java.
    The drivers and control software for the mechanical components (dispenser, card reader…) are also proprietary. There’s a specification for how communication between software and these devices is done, called WS/XFS. Not open source, but you can get it and read it to understand better how the software communicates with the hardware.