semibreve42

joined 1 year ago

Respectfully, did you read the article? They’re talking about NFC increasing the range from ~5mm to 30mm. It’s not about competing with Bluetooth use cases, it’s about an improvement in the user experience with contactless payments and door access, etc.

[–] semibreve42@lemmy.dupper.net 1 points 1 year ago (2 children)

The game is probably CPU bound not GPU bound, based on past bethesda games. If that is the case, decreasing the resolution will not necessarily increase the frame rate a proportional amount.

I believe that is correct.

[–] semibreve42@lemmy.dupper.net 16 points 1 year ago (3 children)

Not quite the case.

When a user on instance B subscribes to a community on instance A, instance A begins to send in real-time the posts and comments of that community to B, which keeps a local copy of that community.

If instance B has 10 active users subscribed to that community on A, they’re all loading it from instance B. The end result is instance A only had to share each piece of content once with instance B, and instance B further shares it with the ten local subscribers, reducing the load on instance A.

The only exception is when instance B only has a single subscriber to instance A’s community, in which case replicating the entirely of the community is more work then that user just browsing it directly on instance A.

Tl;dr it’s most efficient for a large Lenny instance if most of its active users are on other instances.

[–] semibreve42@lemmy.dupper.net 5 points 1 year ago (2 children)

If a large corp wants to do what you’re suggesting, they don’t need to launch a big announced project.

They can spin up a federated instance with just one user and no references to who owns it, then have patsy accounts on other instances subscribe to their instance and get all the data they want sent to their semi secret instance.

It would be very difficult to identify this in a large, healthy federation with tons of users and lots of small personal instances.

[–] semibreve42@lemmy.dupper.net 7 points 1 year ago (3 children)

In the US, with slander and libel, there are two standards.

If someone is a public figure, they need to show actual damages in order to be successful, this is the scenario you're describing.

If you are not a public figure, then you can sue for slander or libel without needing to show actual damages, just harm to your reputation or similar.

So the answer on that turns on whether Christian Selig is a public figure or not - I do not know the answer to that question.

[–] semibreve42@lemmy.dupper.net 2 points 1 year ago (1 children)

Super cool approach. I wouldn't have guessed it would be that effective if someone had explained it to me without the data.

I'm curious how easy it is to "defeat". If you take an AI generated text that is successfully identified with high confidence and superficially edit it to include something an LLM wouldn't usually generate (like a few spelling errors), is that enough to push the text out of high confidence?

I ask because I work in higher ed, and have been sitting on the sidelines watching the chaos. My understanding is that there's probably no way to automate LLM detection to a high enough certainty for it to be used in an academic setting as cheat detection, the false positives are way too high.

[–] semibreve42@lemmy.dupper.net 0 points 1 year ago* (last edited 1 year ago)

Mostly I am depending on reverse proxy yes.

Otherwise there's not critical data on the box that could cause a problem for me if the server was owned and everything exfiltrated. Worst case if I had to completely wipe the box it would be annoying but not worse then that.

[–] semibreve42@lemmy.dupper.net 0 points 1 year ago* (last edited 1 year ago) (2 children)

Raspberry Pi 4 running home assistant

Intel NUC running frigate and a minecraft server

Custom built PC (i3-10100, 16gb ram, GTX1070 for transcoding. 24tb array with two parity disk, 2x 3tb ssd's in array for docker, os, etc) with quite a lot of storage running Unraid, which is my media server, backup server, and now my lemmy server.

Network is a mikrotik Hex S router and a netgear gigabit switch, with 1gb fiber internet. 2 Ubiquity AP's for wifi in the house.

 

edit - The problem seemed to be with lemmy.ml being overloaded. When I joined communities there, it didn't immediately say joined, it said join pending. I had to wait a while, then leave and rejoin. Once I did this comments started to flow.

Created a lemmy instance. I can search for and subscribe to other communities (for example, this one). I can see posts from the other communities within my instance when I browse subscribed or all. But none of the posts have comments, they all show as 0, including if I open the post.

I can go direct to that instance and see the posts have comments.

Is this a configuration issue? Thank you -

Edit:

It seems the issue is only with comments on lemmy.ml. I subscribed to some communities at a few other instances and comments are arriving for those communities.

In my log, I see the following related to lemmy.ml comments:

2023-06-06T16:16:29.238969Z ERROR HTTP request{http.method=GET http.scheme="https" http.host=lemmy.dupper.net http.target=/api/v3/ws otel.kind="server" request_id=1e1940f5-6155-49fb-9802-d23ea4253e98 http.status_code=101 otel.status_code="OK"}: lemmy_server::api_routes_websocket: couldnt_find_object: Object was not found in database
   0: lemmy_apub::fetcher::search::search_query_to_object_id
             at crates/apub/src/fetcher/search.rs:17
   1: lemmy_apub::api::resolve_object::perform
           with self=ResolveObject { q: "https://lemmy.ml/comment/460747", auth: None }
             at crates/apub/src/api/resolve_object.rs:21
   2: lemmy_server::root_span_builder::HTTP request
           with http.method=GET http.scheme="https" http.host=lemmy.dupper.net http.target=/api/v3/ws otel.kind="server" request_id=1e1940f5-6155-49fb-9802-d23ea4253e98 http.status_code=101 otel.status_code="OK"
             at src/root_span_builder.rs:16

No idea if this is an issue on my end or not. Any advice appreciated!

Edit - Unsure if related. The non-working lemmy.ml communities all show as "subscribe pending". The other non lemmy.ml communities I've subscribed to that are working all shows as subscribed. I had googled subscribe pending earlier and found some recent posts saying this could be ignored, so I paid it no mind.