

Who the fuck types out “snigger” haha
Teleports behind you
Who the fuck types out “snigger” haha
Teleports behind you
I mean if you think that it’s bad for linux culture because you’re teaching newbies the wrong lessons, fair enough.
My point is that most people can parse that they’re essentially asking you to run some commands at a url, and if you have even a fairly basic grasp of linux it’s easy to do that in whatever way you want. I don’t know if I personally would be any happier if people took the time to lecture me on safety habits, because I can interpret the command for myself. curl https://some-url/ | sh
is terse and to the point, and I know not to take it completely literally.
You should start getting it from CD-roms, that shit you can trust
You have the option of piping it into a file instead, inspecting that file for yourself and then running it, or running it in some sandboxed environment. Ultimately though, if you are downloading software over the internet you have to place a certain amount of trust in the person your downloading the software from. Even if you’re absolutely sure that the download script doesn’t wipe your home directory, you’re going to have to run the program at some point and it could just as easily wipe your home directory at that point instead.
Rust allows you to create more powerful abstractions, which can allow you to express your intent in a clearer way. C code can feel like you’re bogged down by details all the time. C is on the other hand a smaller language, so just getting to the point where you “know” the language is a lot easier.
“algorithm” just means “set of instructions”, it is a bit unfortunate that it’s become the default term for talking about this kind of thing.
I think that youtube wants to maximize watch time, if you just watch subscriptions you might get “done” at some point but with the home feed you can just keep watching forever
People have scrutinized what chatgpt for example is allowed and not allowed to say by its programmers. I think the difference here is that there is lower hanging fruit to grab because the Chinese state has a different relationship to censorship than a lot of other states.
I also associate Sinophobia with being prejudiced against Chinese people or Chinese culture, however being critical or skeptical of the Chinese state is actually perfectly reasonable. I’m also very critical of the US state and this isn’t because I’m “americaphobic” or some nonsense.
Please explain how this is Sinophobic.
Why do you think that? “this one is legit” implies that they know what script this is
It can be hard to bootstrap yourself up from zero followers. I’d recommend posting something just so that people have an idea of the kind of thing they can expect if they follow you from checking out your profile. But you probably won’t get much engagement from your own posts at first, so it will probably be more fun to just reply to other accounts.
Bluesky has a feature where you can set up customized feeds to filter for any kind of content you want. The person who saw your post might have seen it in the “newskies” feed which just contains every first post that any account makes for example. So one way to get engagement can be to write posts that show up in a certain feed that people follow, like there exist some feeds that are based around certain topics that usually trigger based on your post containing certain keywords. Most people just use the following feed though, I think.
Bluesky is funny because they genuinely have some great user based moderation tools but on the official moderation side they’re really bad in all honesty. The sum of these two parts are a better experience than most websited on the internet at the end of the day
Twitter has historically been used as a platform by a lot of different fandoms and the network effect is strong enough that they haven’t managed to leave en masse until now
No, the podcast can absolutely missrepresent the thing that it’s sumarizing. The podcast also adds commentary, and I think it’s especially this commentary that I find unreliable.
I think that it is impressive, but not necessarily that useful? In particular, you can’t really trust what they’re saying to be accurate so it doesn’t actually give you that much usable information.
Very cool, but I’m not sure what I would actually use it for.
Yeah thought that might be the case! It’s just a thing that a lot of people have misconceptions about so it’s something that I have a bit of a knee jerk reaction to.
There are a couple of reasons that might not work:
To be clear, most of the arguments I’m making aren’t really about AGI specifically but about humanities capability to develop arbitrary in principle feasible technologies in general.
Another possibility is that humans just aren’t smart enough to figure out AGI. While I’m sure that we will continue incrementally improving technology in some form, it’s not at all self-evident that these improvements will eventually add up to AGI.
A breakthrough in quantum computing wouldn’t necessarily help. QC isn’t faster than classical computing in the general case, it just happens to be for a few specific algorithms (e.g. factoring numbers). It’s not impossible that a QC breakthrough might speed up training AI models (although to my knowledge we don’t have any reason to believe that it would) and maybe that’s what you’re referring to, but there’s a widespread misconception that Quantum computers are essentially non-deterministic turing machines that “evaluate all possible states at the same time” which isn’t the case.
fd
is a lot faster than find. This might not matter if you’re searching through small directories but if you’re working in a very large project it does make things a lot nicer.