Not everyone wants to live in the terminal. I would argue most people don't.
Lorne is a dick, and Al is too smart for him. Playing by SNL's rules and dealing with their own writers would not end well.
you might need a time machine for that
I think if Rust people want C and C++ devs to switch over, there needs to be a lot more documentation that's easy to follow on how exactly to do that. For example with Swift there's an amazing tutorial called Swift for C++ Practitioners that step-by-step goes over all the equivalent functionality and how to translate existing concepts over from one language to the other. I think Swift at least has the edge there with familiarity because the syntax physically looks closer to C-like languages, so when that's not the case, even more hand-holding is going to be necessary IMO.
you'll still get filtered by those mods on other instances and the amount of visibility your comment has will go down. lemmy has already gotten fragmentation problems like this for similar reasons IMO
Yes, they actually CAN know those things.
Please work on your Japanese.
落ち着いてください
I would use Ada or Spark in a heartbeat if there was an easy-to-use, mature cross-platform GUI library for it.
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
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
very interesting. I'm sure someone will be along to tell me why I shouldn't care.
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.
such a qol upgrade
I don't think you're wrong, but I do think that if everyone thought that, they would be doing it already.
I have routinely tried to get friends and family to use ad-blockers and they simply don't care enough to even attempt to download one.
can be combatted with a £5 Faraday bag
I don't consider that a reasonable solution for most people, and there are many posts claiming those almost never work well enough. You could also make the argument that it shouldn't be necessary in the first place.
That is about monitoring by your network
I don't think it matters to most people, as you are still tracked by having the phone physically with you, which is what people are against.
A ten year old article about Samsung phones
Are you suggesting Samsung phones should have ever been allowed to spy on people? Or that this doesn't highlight a bigger issue? I don't see why this should get a pass at all.
An exploit affecting lots of phones that seems like it was fixed
I think it's very much a real threat, and leaked docs show world governments and bad actors actively use such exploits routinely for years, including keeping previously unknown exploits a secret to use for themselves.
I understand your desire to turn talking points into nothingburgers but I feel like this is not only disingenuous but against the entire principal of security and privacy. Of course we all have our own individual threat models, but to dismiss another person's model because you think it shouldn't matter to anyone, doesn't seem like a good idea to me.
Why are you linking to the old video?
[https://www.youtube.com/watch?v=dcjkezf1ARY](NOTCURSES III: THE SAGA CONTINUES)
Probably not true, probably extremely dangerous to reveal even if it was.
Protip: Run a socks5h proxy server on the pi that does not use its own DNS resolver. Then FoxyProxy on your browser with the default being off/direct. Then whenever you need it, switch that one tab to use the proxy to bypass your blocking.
Running C++ in anywhere like a script. Contribute to vpand/icpp development by creating an account on GitHub.
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> ...
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?