[-] [email protected] 1 points 12 hours ago

Which is why I'm confident it will fail spectacularly.

[-] [email protected] 9 points 1 day ago* (last edited 1 day ago)

Their devices were running standard software, and the tricks they used were simple.

Although Sky News has verified the methods used by Ms Kubecka and Ms Popovici, we won't give details or name any software used.

It really can only be like one of three things... vpn, proxy or tor-like networks... this is not rocket science (to technical people). And all of those things are legal... so when they say:

"Platforms have clear legal obligations and must actively prevent children from circumventing safety measures, including blocking content that promotes ... workarounds targeting young users."

I'm not sure how they think that's possible... is that not at odds with freedom of speech at the very least? Do they really expect every tech company is going to voluntarily ban e.g. all VPN usage because it can be used to circumvent porn blocks? The entire economy and large parts of society would grind to a halt if that were to happen... for example healthcare would suddenly become massively unavailable because they regularly use VPNs to send/receive patient data.

[-] [email protected] 4 points 1 day ago* (last edited 1 day ago)

Basically instead of launching completely new processes for each tab, which uses the (now updated/different) binary on disk, it uses a small secondary process that stays running the whole time the browser is open, and new processes are forked from that one, which makes them all use the same in-memory copy of the old process even after the program is updated.

This only works on *nix because you can't overwrite binaries on Windows that are in use... but Linux keeps the old binary in memory the whole time, so it doesn't care if you replace it, as it won't be used until you restart the program.

So it doesn't actually update anything at all while it's running.

[-] [email protected] 2 points 1 day ago

Will this stop the constant crashing I've been having the last several versions?

[-] [email protected] 0 points 2 days ago* (last edited 2 days ago)

I understand how people can infer subjective conclusions, but I don't agree that it objectively says as much.

[-] [email protected] 3 points 2 days ago

Did you read the article?

[-] [email protected] 1 points 2 days ago* (last edited 2 days ago)

I don't see how that even implies that not having a presence in the first place is inherently a red flag...

[-] [email protected] 1 points 2 days ago

Does this mean their hundreds of petabytes of pirated content will go away now?

[-] [email protected] 1 points 2 days ago

I have not seen any language that suggests that, nor what EFF is saying.

[-] [email protected] 2 points 2 days ago* (last edited 2 days ago)

I guess nobody can really know for sure, but in my opinion, if you truly don't have anything, nothing happens, as that's what they want, complacency.

I think EFF is just what-ifing things they could theoretically do in the future... which they do a lot. Not saying EFF is bad, but they do speculate a lot. Sometimes it's a good thing though.

[-] [email protected] 3 points 4 days ago

define American-made

176
submitted 5 months ago by [email protected] to c/[email protected]
34
submitted 11 months ago by [email protected] to c/[email protected]

Interpreting C++, executing the source and executable like a script.

  • Writing powerful script using C++ just as easy as Python;
  • Writing hot-loading C++ script code in running process;
  • Based on Unicorn Engine qemu virtual cpu and Clang/LLVM C++ compiler;
  • Integrated internally with Standard C++23 and Boost libraries;
  • To reuse the existing C/C++ library as an icpp module extension is extremely simple.

There is also a Qt helper module: https://github.com/vpand/icpp-qt

5
403 on API endpoints (lemmy.readme.io)
submitted 1 year ago by [email protected] to c/[email protected]

Tried to use several different API endpoints as described in the link, but they all return 403 with a cloudflare "Just a moment..." html reply. Even tried copying an existing jwt token from a working logged-in browser but the same thing still happens.

Any idea what I could be doing wrong?

curl -v --request POST \
     --url https://programming.dev/api/v3/user/login \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"username_or_email": "redacted", "password": "redacted"}'
...
< HTTP/2 403
...
<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title>
...
22
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

I am noticing that some comments, which are coming from users on other verified (via /instances) federated instances, do not show up on a post. For example: https://programming.dev/post/13648105

Does not show this comment on it: https://lemmy.ml/comment/10803786

Any ideas why? I checked the modlog and the comment wasn't removed, and their post history to me does not look like someone that is likely to be banned from the instance, so I'm not sure what else it could be.

10
submitted 1 year ago by [email protected] to c/[email protected]

My lemmy account is on the programming.dev instance but I use newsboat for RSS reading of some lemmy.ml communities, along with browsing the local homepage of lemmy.ml and some other instances in a regular browser. Is there a way to do either of these things from the programming.dev instance so that I can easily comment on posts without having to manually locate the same post by browsing to /c/[email protected] on my own instance?

view more: next ›

refalo

0 post score
0 comment score
joined 1 year ago