refalo

joined 1 year ago
[–] refalo@programming.dev 3 points 1 day ago (1 children)

How do they know evidence was destroyed?

[–] refalo@programming.dev 3 points 5 days ago* (last edited 5 days ago) (1 children)

Sounds like an attempt to curb their massive abuse problem.

On Matrix, you can actually upload files using special message types that don't even show up on normal clients, but persist forever... you can imagine the very illegal types of content that people post using such methods.

[–] refalo@programming.dev 1 points 6 days ago* (last edited 6 days ago)

To be fair, discord is maybe not exactly the most appropriate place to disclose potential security issues, and it's possible OP derailed an existing conversation to bring this up.

I realize they are probably trying to imply a more ominous tone to the response though... and which one is true (or both), I don't know. Seven days does seem quite extreme to me though (but they also claim in another place it was only 3 days).

[–] refalo@programming.dev 2 points 1 week ago

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

[–] refalo@programming.dev 9 points 1 week ago* (last edited 1 week ago) (2 children)

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.

[–] refalo@programming.dev 4 points 1 week ago* (last edited 1 week 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.

[–] refalo@programming.dev 2 points 1 week ago

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

[–] refalo@programming.dev 3 points 1 week ago (3 children)

Did you read the article?

[–] refalo@programming.dev 2 points 1 week ago (1 children)

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

[–] refalo@programming.dev 2 points 1 week ago

It used to be an awesome clone of the famous MS Trackball Explorer (now that the patent has expired), but apparently they have completely changed the design and don't offer it anymore: https://www.trackballmouse.org/ploopy-classic/

Unfortunately I'm not interested in this new design at all.

If anyone is still looking for an explorer clone, I highly recommend Sanwa.

[–] refalo@programming.dev 3 points 1 week ago

define American-made

 

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

 

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 refalo@programming.dev to c/meta@programming.dev
 

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.

 

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/foo@lemmy.ml on my own instance?

view more: next ›