[-] refalo@programming.dev 4 points 6 hours ago

you might need a time machine for that

[-] refalo@programming.dev 2 points 2 days ago

Yes, they actually CAN know those things.

[-] refalo@programming.dev 0 points 2 days ago

Please work on your Japanese.

[-] refalo@programming.dev 1 points 4 days ago

落ち着いてください

[-] refalo@programming.dev 1 points 4 days ago

I would use Ada or Spark in a heartbeat if there was an easy-to-use, mature cross-platform GUI library for it.

[-] refalo@programming.dev 1 points 4 days ago

I think eventually if a federated system (or particular server) gets too popular they will just defederate from everyone else and perpetuate the same problem all over again

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

that is the only current accepted alternative to paying for website access, yes

if you have better ideas though, we'd all love to hear them

[-] refalo@programming.dev 3 points 5 days ago

You might be right, but I don't think that's a problem they're going to solve all on their own, meanwhile the rest of users will suffer.

[-] refalo@programming.dev 4 points 5 days ago

Big Tree is coming for us.

[-] refalo@programming.dev 10 points 5 days ago

requires

Not for everyone everywhere apparently. It seems dependent on some secret trust algorithm of your IP/fingerprint/something.

I made the same claim before and every time, people proved me wrong.

[-] refalo@programming.dev 24 points 5 days ago

69% of the world population doesn't use ad blockers. Google made their billions from people clicking on ads.

Not only are we technical folks, only 5% of the population, not their target audience, it seems most people don't care enough about ads to ever try to stop them... at all.

[-] refalo@programming.dev 9 points 5 days ago* (last edited 5 days ago)

69% of the world population doesn't use ad blockers. Google made their billions from people clicking on ads.

Not only are we technical folks (only 5% of the population not their target audience, it seems most people don't care enough about ads to ever try to stop them... at all.

35

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

6
403 on API endpoints (lemmy.readme.io)

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>
...
23
submitted 5 months ago* (last edited 5 months 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.

11

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 ›

refalo

joined 5 months ago