Dark_Arc

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

It's a lot more than a random text editor.

It's a text editor from (at least some of) the people that made Atom at GitHub (with the explicit premise of learning from Atom/building a faster, better, Atom).

The business plan is to sell collaboration features (e.g., remote pair programming).

[–] [email protected] 1 points 4 months ago (1 children)

Likewise, I think this bill could be used against companies with Chinese investment, like anything Tencent investment (e.g. Fortnite, League of Legends, etc).

IANAL but I believe that would not be covered under this bill. Those games are run by American companies with foreign investment.

Maybe when it gets to the point where the foreign power is the majority shareholder. However, I think in a publicly traded company they'd just be forced to divest and that would likely take a different law.

[–] [email protected] 1 points 4 months ago (3 children)

Just the standard "you can sue if you think this is unfair and have your day in court."

What it looks like is if China or Russia has a competitor to a US product (say, Yandex or Baidu), a US company (say, Google) could lobby the President to mark them as a threat and ban them from the US. The product doesn’t need to actually have the capacity to cause harm, it just needs to be from one of the adversary countries (currently China, Russia, N. Korea, and Iran).

This is true, but it's also pretty unlikely. Even TikTok is just a vine ripoff, but a vine that was successfully monetized.

There really hasn't been much to come out of our "foreign adversaries" that I think most people would care about. If that's the price we have to pay ... I'm not the least bit worried about it really.

Furthermore, China is happy to use public money to back companies (as a sort of "state run venture capital"); that is a threat to competition in the same way venture capital is a threat to competition.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (5 children)

I think you should check out this article in The Atlantic, it goes into the history of the US government's previous laws to protect against foreign propaganda and manipulation of the media. What you'll find is this is more of an update (to catch up with the internet era) than a revamp of US domestic policy.

https://www.theatlantic.com/ideas/archive/2024/03/tiktok-bill-foreign-influence/677806/

Also a key point I think you're missing here:

but it also allows the President to denote any other entity in one of those countries as a significant threat

The president can only do this for apps from the countries covered in the US code as Foreign Adversaries, which means the president can act quickly against threats, but this is a bad avenue for attacking competition in other friendly countries (e.g., shutting down Proton would require congress to pass a law that Switzerland is a foreign adversary -- which would not be good for relations -- AND a law specifically targeting Proton accompanying that or the president to then act against Proton).

All of this is still subject to judicial review as well.

[–] [email protected] 6 points 4 months ago

See https://lemmy.world/post/14643617

I'm sure it's just even more detail about the scope of that influence campaign (and possibly an extrapolation of effectiveness on public opinion).

The major thing is manipulation of the public's information pipeline by a hostile foreign power. There are already existing laws about foreign owned media (as cited by the New York Times this morning https://www.theatlantic.com/ideas/archive/2024/03/tiktok-bill-foreign-influence/677806/).

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

It's far more common for Democrat run municipalities to create municipal cable and for Republicans to outlaw (or propose outlawing) municipal cable state wide.

It's not even politicizing it's a literal Republican talking point that the government should stay out of things and let free market competition sort these things out.

The problem with that of course is that they'd rather take money from some regional monopolies than actually create a free market system with reasonable restrictions on it.

[–] [email protected] 20 points 5 months ago (1 children)

I haven't given Discord a dime from the start because I knew this was going to happen.

The entire premise of Discord's free service was to gobble up the market from TeamSpeak, Ventrillo, and Mumble and capture the ecosystem using a ton of venture capital. In any sane world it would be an illegal mode of operation to provide "free service" based on venture capital like that.

TeamSpeak did manage to react but their reaction has been slow (I think they're a much smaller team and still a private company). Their new client is fairly feature complete but still not out of beta (AFAIK).

Mumble is an open source project and is still ticking as a result as well (though obviously it's received much less love since Discord stole the spotlight).

[–] [email protected] 2 points 5 months ago

Appreciate y'all. Hope it doesn't ever come anywhere close to that though.

[–] [email protected] 3 points 5 months ago

Truly the end of an era... I think the RuneScape forums might have been the first forums I ever used

[–] [email protected] 2 points 5 months ago

The new GTK one isn't bad, but it's also not half as pretty as this.

[–] [email protected] 1 points 5 months ago

I just use the OpenVPN files on the Linux machine

[–] [email protected] 5 points 5 months ago (1 children)

Don't forget "I thought Republicans were the party of states rights? Why are they trying to ban abortion nationally after some states held elections to protect abortion in their state constitution?"

52
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

My main account is [email protected]. However, as of roughly ~~24-hours ago~~ (it seems this has been going on since March 10th and gotten worse since) it seems like the server has stopped properly retrieving content from lemmy.world.

It's been running smoothly for well over 9 months, and (I think) working fine for content coming in from other instances. So I'm curious if anyone else experienced anything strange with lemmy.world federation recently?

Setup Description

The server flow in my case is as follows:

[Public Internet] <-> [Digital Ocean Droplet] <-> [ZeroTier] <-> [Physical Machine in my Basement (HW Info)]

The Digital Ocean droplet is a virtual host machine that forwards requests via nginx to the physical machine where a second nginx server (running the standard lemmy nginx config) then forwards the request to the lemmy server software itself.

Current Status

Lemmy Internal Error

I've found this is my lemmy logs:

2024-03-24T00:42:10.062274Z  WARN lemmy_utils: error in spawn: Unknown: Request limit was reached during fetch
   0: lemmy_apub::objects::community::from_json
             at crates/apub/src/objects/community.rs:126
   1: lemmy_apub::fetcher::user_or_community::from_json
             at crates/apub/src/fetcher/user_or_community.rs:87
   2: lemmy_server::root_span_builder::HTTP request
           with http.method=POST http.scheme="http" http.host=social.packetloss.gg http.target=/inbox otel.kind="server" request_id=688ad030-f892-4925-9ce9-fc4f3070a967
             at src/root_span_builder.rs:16

I'm thinking this could be the cause ... though I'm not sure how to raise the limit (it seems to be hard coded). I opened an issue with the Lemmy devs but I've since closed it while gathering more information/making sure this is truly an issue with the Lemmy server software.

Nginx 408 and 499s

I'm seeing the digital ocean nginx server reporting 499 on various "/inbox" route requests and I'm seeing the nginx running on the physical machine that talks directly to lemmy reporting 408 on various "/inbox" route requests.

There are some examples in this comment: https://lemmy.world/comment/8728858

 

There are plenty of multiplayer games I adore. However, it seems like every community has these "brain dead", patronizing, or out right toxic elements that are just nasty. I'd rather debate politics than make suggestions in some gaming communities because the responses are just so ... annoying.

As an example, I once dared to suggest that a game developer implement a mode to prevent crouched status from rendering on death cams so that players that are bothered by t-bagging could avoid it (after a match where a friend rage quit because someone just kept head shotting him -- possibly with cheats -- and then t-bagging). This post got tons of hate, and like -50 upvotes on reddit because of course someone should be forced to watch someone t-bag them.

Another example on a official game forum... I made a forum post suggesting Bungie use Mastodon (or really just something else being my intent)... The response I got was some positivity but mostly just "lol nobody uses that sweetie" and other patronizing comments.

Meanwhile studios themselves often seem to be filled with developers that understand this stuff is a problem, and the lack of sportsmanship (or generally civilized attitudes) does push away players. It just doesn't make sense to me that no studio is saying "get lost" to these elements or implementing anti-toxicity features. I just want to play games with nice normal people, is that really so much to ask?

 

A ban on ReShade is (finally) coming in the next few days 🎉

 

What did you find most surprising? For me I think it's the double shot dualies... but lots of interesting stuff in this video!

 

I was very surprised that pennyshot is that much worse than buckshot.

view more: next ›