refalo

joined 2 years ago
[–] refalo@programming.dev 2 points 7 hours ago

I don't consider those purely protest forks in the same sense as say, the GIMP fork called Glimpse.

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

Protest forks never survive though. They always start overly ambitious and then realize how much of a full-time job it really is, and eventually give up.

[–] refalo@programming.dev 4 points 2 days ago

I have no problems with that particular thumbnail

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

If status is modified in another thread you could have a race condition with method 1 because you're checking it twice. The two methods are not exactly the same code due to that. If you want to mimic the case statement of method 2, change the second if in method 1 to an elif.

[–] refalo@programming.dev 1 points 5 days ago

Do you really think

Yes, yes I do. They know you can't control everyone. And Linux is a rounding error in the context of desktop market share. They don't care about it, and everyone else is "good enough."

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

Lawmakers don't even know or care what Linux is. They don't know what a router is or that it runs an operating system. The bill doesn't affect routers because they don't have physical users with HIDs plugged into them. They're not targeting them. Captive portals have been around for decades. What on Earth are you talking about?

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

When I try to save files from the Media tab from this site, all of them fail

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

Doesn't explain how to use it at all. Tried clicking on the extension in the toolbar, nothing happens.

I need something that works on lazy-loading carousels and automatically grabs all the images that are linked through another lazy-loaded lightbox you have to click on for each one.

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

Compared to DDG-noAI: zero 3rd party requests.

No need when they're already selling your search habits from the backend.

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

companies don't like legally-questionable (in their mind at least) licenses

[–] refalo@programming.dev 0 points 3 weeks 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 3 weeks ago* (last edited 3 weeks ago)

21st century

still requires manually editing complex config text files

lol ok

 

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 ›