refalo

joined 2 years ago
[–] refalo@programming.dev 0 points 2 days ago (1 children)

But if the definition of viable is merely "open source"... there are many other such operating systems out there.

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

21st century

still requires manually editing complex config text files

lol ok

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

Linux is the only viable operating system that is not vulnerable to US government sponsored supply chain attacks

Well I certainly don't agree with that, and in many cases (at least with specific Linux distros) I would even argue it IS vulnerable already. Maybe we have different definitions of "viable" or something. The Linux kernel itself has also been forced to make political decisions at the demand of the United States, such as removing support for Russian CPUs (but somehow Chinese ones are A-OK).

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

Claims (yours or otherwise) without evidence can be dismissed without evidence.

https://en.wikipedia.org/wiki/Hitchens%27s_razor

[–] refalo@programming.dev 1 points 8 months ago

The base plan for YouTube TV is $82.99/month, and I'd say it has by far the most ads of any streaming service.

[–] refalo@programming.dev 4 points 8 months ago (4 children)

Hello Daniel. Why do you keep creating alts and then calling everything fake news with no proof besides "google it yourself"?

[–] refalo@programming.dev 3 points 8 months ago

I think the only real answer is going to be "it depends on too many factors people here can only LARP about really understanding, so ask a lawyer", and even then it still depends on what every individual judge in someone's case thinks.

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

I think it's worth mentioning that this only applies to unmasking an ISP's customers, not individual website/social media users.

In common with the opposition that ruled out the use of DMCA subpoenas in the early RIAA case, the ISP argued that these subpoenas don’t apply to mere conduit providers, as defined under § 512(a) of the DMCA.

The Hawaii District Court agreed with Cox’s reasoning last year and quashed the subpoena. The ruling concluded that DMCA subpoenas typically don’t apply to DMCA §512(a) services, but do apply to other providers that store or link to infringing content directly.

[–] refalo@programming.dev 2 points 9 months ago

Yea every network may do things differently... in my case tcp/443 openvpn is blocked at several places that I frequent.

 

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 2 years ago* (last edited 2 years 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 ›