refalo

joined 1 year ago
[–] refalo 1 points 2 days ago* (last edited 2 days ago)

thanks, apparently my DarkReader extension was obscuring the github logo in the corner... they should probably make it a bit more obvious somewhere that it's FOSS.

[–] refalo 1 points 2 days ago (2 children)

No mention of open source, or a license, that I could easily see.

[–] refalo 12 points 2 days ago* (last edited 2 days ago)

OTF also funded Signal... I wonder why they left that one out.

[–] refalo 1 points 3 days ago (1 children)

Many of the larger Sony sensors for example. I can recall the IMX250 I think it was, from 10 years ago, had something like 48 LVDS pairs.

[–] refalo 1 points 3 days ago (1 children)

Can you name any private trackers that actually have a need for federation?

The biggest issue I personally have with BT (v1) is not being able to search for a file by its checksum. I think v2 can do this, but almost nobody uses it in my experience.

[–] refalo 2 points 3 days ago (3 children)

Big camera sensors use dozens of LVDS lanes without issue, and have you seen PCI express?

[–] refalo -1 points 3 days ago* (last edited 3 days ago) (4 children)

"Only my opinions are valid and there can be no other use-cases!"

But seriously... this is the reason there are multiple standards, I think it's quite obvious the situation is more complex than you think. If it was universally so easy and so much better, we'd all already be using it, but of course we are not.

[–] refalo 2 points 5 days ago

It's a shame that NFC emulator isn't battery-powered, would have been perfect for a project.

[–] refalo 3 points 5 days ago

Is there a link to their own fork with these patches?

[–] refalo 18 points 1 week ago* (last edited 1 week ago) (2 children)

And even if the game did greatly benefit from it, most people are already using esync/fsync in lutris/proton/etc. and so they also won't really see a difference from what they're used to.

[–] refalo 4 points 1 week ago

I was there :) And yes you're right, but also social media didn't really exist at the time as we know it now.

[–] refalo 1 points 1 week ago

If a family finds it necessary for their 14 year old to work overnights to survive that’s not exactly a point of pride for country

Would you prefer they not be allowed to survive?

 

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 10 months ago by refalo to c/meta
 

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 11 months ago* (last edited 11 months ago) by refalo to c/meta
 

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 ›