refalo

joined 9 months ago
[–] [email protected] 2 points 1 hour ago* (last edited 1 hour ago) (1 children)

What "TV app" is this exactly? I've never seen or heard of that before, and none of my google/android TVs or dongles have anything like that.

Also what make and model TV is this?

[–] [email protected] 6 points 9 hours ago (5 children)

By "default app" I assume you mean the launcher. Just google for "android tv launcher".

If by "plain satellite TV" mean using one of the input sources on the TV (like HDMI, component, RF etc.)... this is unrelated to the launcher and would still work regardless of which one you used.

[–] [email protected] 1 points 14 hours ago

Sure, but I think chances are high that "your own" will be much slower than the others.

[–] [email protected] 1 points 16 hours ago (2 children)

I feel like RISC-V has already been ruined by vendor-specific proprietary extensions.

[–] [email protected] 2 points 16 hours ago* (last edited 16 hours ago)

Very well-written and informed response, thank you.

[–] [email protected] 1 points 18 hours ago* (last edited 18 hours ago)

How would you know?

You probably wouldn't have heard about it simply because it's illegal to publicize a secret subpoena/warrant. Such orders are given as National Security Letters with a permanent gag order, going so far as to preventing the recipient from even seeking counsel; it's a massive abuse of power and due process in the US to get companies to lie and do whatever they want.

[–] [email protected] 3 points 20 hours ago (2 children)

I don't consider those to be useful anymore because a court can compel them to keep the canary up in secret, and I'm pretty sure that's already happened more than once before.

[–] [email protected] 16 points 1 day ago (1 children)

To be fair, nobody of any political stance did anything about it whatsoever.

[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

I stick to C++98 (or 03) rules because it is so much simpler, and compiles faster. I don't have to remember countless new rules for things like initialization or constexpr/consteval. If C had classes with RAII I would just use that.

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

Yes but I think you still need a unique fingerprint in order to tie that data to a single person... and there are much less people who use ad-blockers than those who don't, so to me it's an extra bit of identifying information; obviously this puts the privacy-conscious user in a difficult position and I don't know that there's a perfect answer.

 

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 9 months ago* (last edited 9 months 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.

 

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 ›