[-] TheBeege@lemmy.world 22 points 5 months ago

I recommend looking up The Deathworlders for a similar feeling. Or better yet, the origin story for that from the Humanity Fuck Yeah community. I forget the exact name, but something Jenkins.

[-] TheBeege@lemmy.world 45 points 6 months ago

Correct, but there are those that would take this as a source of truth and run with it. It's not the smart thing to do, but we already see people doing this sort of behavior on other social media.

We shouldn't enable the problem, even if it's an innocent mistake

[-] TheBeege@lemmy.world 30 points 10 months ago

Their arguments assume businesses operate in good faith. We fundamentally know that it's not true, from overseas child labor by fast fashion to coal mining to IT security. This economist of theirs can fuck off

[-] TheBeege@lemmy.world 18 points 10 months ago

Our parents thought "free handouts" weren't good for us and were only for "bad people" which was inexplicably often black people

[-] TheBeege@lemmy.world 23 points 1 year ago

In pointing out one's deficiencies, you should help them fill in those gaps. Otherwise, you're just being an asshole.

Explain what communism is. Comprehensive education in communism is not part of many places' standard curriculum

[-] TheBeege@lemmy.world 149 points 1 year ago* (last edited 1 year ago)

The fuck is this article? What are the differences in ideologies between the military and the government? Is there any history of this conflict? How long has this president been in office? Most BBC readers probably have no idea about anything in Niger, myself included. The article should supply at least a little of this info.

[-] TheBeege@lemmy.world 70 points 1 year ago

My dude, I think you're not super familiar with these technologies.

The most basic form of a content delivery network is a set of globally distributed servers that replicate content from a source of truth and a network to direct traffic to the closest server with a valid replica. So the cost here is servers.

With Lemmy, this problem is solved by eliminating the need for individuals to own many servers and a lack of need for trust between servers. The effort and cost is distributed among individual humans, making it manageable.

Now, if you're familiar with blockchain, you probably perked up when you heard "lack of need for trust." That's what the blockchain was built for! Perfect fit, right? Ehh, not so much.

There's two problems: acting as a proxy for content requires trust, and some single service needs to direct clients to the right local server. If I can arbitrarily join some network of serving content, I can always tell other servers in the network that I'm serving what they ask... and then serve ads. There's no (reasonable and fast) way for the network to verify that I'm serving the correct content to every client. There's no way to avoid the need for trust. Additionally, DNS, which directs you from mysite.com to 120.1.2.1, isn't intelligent. It can't direct clients to a geographically (or route-efficient, fucking ISPs) local IP. The best it can do is pick a random one from the pool. So when you go to lemmy.world, DNS can't pick the correct server for you. So some set of servers needs to do the logic to select which local server to actually get content from. Those servers need to be central for the whole content delivery network.

This company you linked is just another company using "blockchain" to get investment money. If you read through their page to get a cursory understanding of how things work, an easy question comes up: what is the purpose of media tokens? Sure, maybe you can buy CDN time with it, but when you pay that token to someone providing compute... what do they do with that token? It's worthless, just like crypto currency. Fucking scams. All that said, blockchain is a super, super interesting technology. There's just very, very few suitable applications of it.

I've worked in IT for about 12 years now. Everything from infrastructure monitoring to data analysis to data engineering to DevOps to backend engineering to product management. I've worked with systems serving tens of users and tens of millions of users. Happy to answer any questions. I love this shit.

If someone could figure out a trustless, decentralized way to implement a CDN, I'd eat that up in a second, but with my current understanding of the internet and available technologies, I don't see a way it can work. At least, not with making every web page take >3s to load, which would absolutely kill websites.

[-] TheBeege@lemmy.world 31 points 1 year ago* (last edited 1 year ago)

What are these answers...

Wrong place to ask, but whatever.

It depends on what you want to build. If you're not sure, start with Python. It's likely easiest to pick up and get running. There's a book called "Automate the Boring Stuff." I think there's an online version. (Edit: link - https://automatetheboringstuff.com/)

If you don't want to set up Python (or any language, really) on your computer, there's a tool called a REPL that you can find online. So you can just search "Python online REPL," and you'll get a functional online environment to code. Now, you won't be able to do stuff interacting with your local computer this way, like reading files, but it's good for learning the basics of the language.

In terms of software for writing code in on your local computer, Visual Studio Code (NOT to be confused with Visual Studio) is a free, lightweight code editor. It supports every language via plugins.

If you do go the Python route, make sure to learn about virtual environments before you do 'pip' or 'conda' anything. Also, unless you're doing data science things, stick to pip. (Maybe some personal bias there, but I hate anaconda.) If you're starting from nothing, it'll be awhile until you get there anyway, so don't worry too much about it.

Most importantly, find a community that welcomes new learners. Learning to code is absolutely fucking brutal, so having supportive people available makes a world of difference. Bonus points if you can find an offline meetup in your local area.

[-] TheBeege@lemmy.world 41 points 1 year ago

I was invited to Valve's Game Developers Conference after party. I met Felicia Day and swing danced with her. She's super fucking cool. During that same GDC, I started interviewing at Riot Games and ended up getting hired by them.

There's other fun stuff I've proactively done, but I think that's the big one that happened to me

[-] TheBeege@lemmy.world 91 points 1 year ago

The core features of Twitter aren't rocket science, and Meta already knows how to scale. Computer science students often build tiny scale Twitter clones as a portfolio project. Another shitty take from Musk

[-] TheBeege@lemmy.world 51 points 1 year ago

I had a discussion with a security guy about this.

For software with a small community, proprietary software is safer. For software with a large community, open source is safer.

Private companies are subject to internal politics, self-serving managers, prioritizing profit over security, etc. Open source projects need enough skilled people focused on the project to ensure security. So smaller companies are more likely to do a better job, and larger open source projects are likely to do a better job.

This is why you see highly specialized software has really enterprise-y companies running it. It just works better going private, as much as I hate to say it. More general software, especially utilities like OpenSSL, is much easier to build large communities and ensure quality.

[-] TheBeege@lemmy.world 16 points 1 year ago

You just know the original sender is on board with it. They probably think this is the stupidest shit and realize they have a bullshit job. I bet they hope an auditor or some superior will someday find the document and have something to say about the waste... but probably not

41
submitted 1 year ago* (last edited 1 year ago) by TheBeege@lemmy.world to c/youshouldknow@lemmy.world

Why YSK: If we want to keep the Fediverse in the hands of its users and prevent "enshittification" (search it), it's good to know how corporations kill grassroots projects like this.

I saw this in another thread on /c/Showerthoughts. I think it's important for this to be circulated widely so that the broader Fediverse community is aligned. We don't want admins second-guessing their decisions when users start infighting. We should be united in our thinking and ready to protect our platform.

2

I was thinking about patterns in history and was thinking about the fall of Rome. We all learn about the Roman Empire and the Renaissance, but I don't recall ever learning about the time in between. Sure, Rome's empire collapsed, but what happened next? City-states? A hollowed-out Republic? Anarchy? Did the goths raid and pillage everything? Did they just go back north? Did they settle in? I wanna know

view more: next ›

TheBeege

joined 1 year ago