oscar

joined 1 year ago
[–] oscar@programming.dev 3 points 9 months ago (2 children)

But you can't assume that it follows the github format of https://<domain>/<user>/<project>.git. In my example, I meant that you would just use that url to clone it:

git clone https://myawesomeproject.dev

One real-world example of this is ziglings.org (though it's technically just a redirect).

[–] oscar@programming.dev 3 points 9 months ago* (last edited 9 months ago) (5 children)

Ok, then I don't understand at all. What happens if I host my git project on https://myawesomeproject.dev/? How can the application infer anything by this URL?

[–] oscar@programming.dev 2 points 9 months ago (7 children)

That is assuming it's hosted on github.

[–] oscar@programming.dev 6 points 10 months ago

Another package to check out is lxml. I personally don't like it due to its typing but sometimes I have been forced to use it for its added features over the builtin etree.

[–] oscar@programming.dev -1 points 10 months ago

So just anti-censorship

[–] oscar@programming.dev 4 points 1 year ago* (last edited 1 year ago) (1 children)

PF works with proton, I use it. But you have to continuously call it to stay open. (On linux)

[–] oscar@programming.dev 6 points 1 year ago* (last edited 1 year ago) (3 children)

What i found to work the best is to generate and download a config file, then import it into NetworkManager. There's a plugin for wireguard here: https://github.com/max-moser/network-manager-wireguard

This way, it's easy to add routes, autostart, etc. But I don't think a safe killswitch is possible.

Edit: But since this is a piracy community, i should mention that qbittorrent has a setting for specifying the network interface, so it's easy to force it to use the vpn connection only, in place of a killswitch.

[–] oscar@programming.dev 11 points 1 year ago (6 children)

It seems to me that you misunderstand what artificial intelligence means. AI doesn't necessitate thought or sentience. If a computer can perform a complex task that is indistinguishable from the work of a human, it will be considered intelligent.

You may consider the classic turing test, which doesn't question why a computer program answers the way it does, only that it is indiscernable from a human response.

You may also consider this quote from John McCarthy on the topic:

Q. What is artificial intelligence?

A. It is the science and engineering of making intelligent machines, especially intelligent computer programs. It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable.

There's more on this topic by IBM here.

You may also consider a few extra definitions:

Artificial Intelligence (AI), a term coined by emeritus Stanford Professor John McCarthy in 1955, was defined by him as “the science and engineering of making intelligent machines”. Much research has humans program machines to behave in a clever way, like playing chess, but, today, we emphasize machines that can learn, at least somewhat like human beings do.

Artificial intelligence (AI) is the field devoted to building artificial animals (or at least artificial creatures that – in suitable contexts – appear to be animals) and, for many, artificial persons (or at least artificial creatures that – in suitable contexts – appear to be persons).

artificial intelligence (AI), the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings

[–] oscar@programming.dev -2 points 1 year ago

That would be similar to saying you are assuming the user has opened the gui application, not just randomly clicking the desktop.

Of course I'm assuming they already know what application they want to use before exploring its capabilities.

[–] oscar@programming.dev -4 points 1 year ago* (last edited 1 year ago) (2 children)
$ command -h
$ command --help
$ man command

I have a lot of tab completions installed, too, so i can also just hit tab to get a list of all possible options, etc.

view more: ‹ prev next ›