[-] [email protected] 13 points 2 weeks ago

Since people keep bringing up tauri, here's the comparison made in the README:

Dioxus vs Tauri

Tauri is a framework for building desktop (and soon, mobile) apps where your frontend is written in a web-based framework like React, Vue, Svelte, etc. Whenever you need to do native work, you can write Rust functions and call them from your frontend.

  • Natively Rust: Tauri's architecture limits your UI to either JavaScript or WebAssembly. With Dioxus, your Rust code is running natively on the user's machine, letting you do things like spawning threads, accessing the filesystem, without any IPC bridge. This drastically simplifies your app's architecture and makes it easier to build. You can build a Tauri app with Dioxus-Web as a frontend if you'd like.

  • Different scopes: Tauri needs to support JavaScript and its complex build tooling, limiting the scope of what you can do with it. Since Dioxus is exclusively focused on Rust, we're able to provide extra utilities like Server Functions, advanced bundling, and a native renderer.

  • Shared DNA: While Tauri and Dioxus are separate projects, they do share libraries like Tao and Wry: windowing and webview libraries maintained by the Tauri team.

[-] [email protected] 12 points 4 months ago* (last edited 4 months ago)

It's when you open a publicly facing port and map (forward) it to a local port your machine. In this case, it's opened at the vpn provider's public gateway. Otherwise, it would typically be opened in your router instead.

You can then configure your torrent client to listen on that local port that the public port is forwarded to. I think generally the public and the local port are the same number when using VPN.

If you do that, then others have the ability to initiate a connection to you instead of only you being able to initiate the connection to somebody else.

When seeding/leeching to/from someone else, at least one of you needs a port open. So, if you always have one open, you allow yourself to connect to anyone on the network regardless if they have one open or not.

Sorry if I confused you more, I'm not that great at explaining.

[-] [email protected] 9 points 4 months ago

I seed without cap, don't really need my upload for anything else. (500 Mbps)

What's the distro? I can help seed it indefinitely with open ports.

[-] [email protected] 31 points 5 months ago

So you have never iterated over command line arguments and tried to identify options? Or taken a string input field?

[-] [email protected] 11 points 9 months ago

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

[-] [email protected] 29 points 9 months ago* (last edited 9 months ago)

𝕏 (U+1D54F) and/or 𝕩 (U+1D569)

If you search blackboard bold or double-struck letters you can find more.

[-] [email protected] 9 points 9 months ago

There's definitively more to a distro than the shell prompt and wallpaper.

Besides the obvious package repos and how well package interoperability is maintained, there's also differences for default configuration. OpenSUSE offers sane options for security OOtB, IMO.

Then there's also linux itself. Some distros build the default kernel package with a set of patches to improve typical usability, while others just ship an untouched upstream version. Some offer alternatives while others don't.

[-] [email protected] 17 points 10 months ago

I'm a simple man, I just search directly in qbittorrent.

[-] [email protected] 8 points 10 months ago

What distro did you go with? My friend is showing intrest in trying Linux but I'm not sure what to recommend him. I use more advanced distros myself but I want it to work well for him OOtB while also not requiring any tinkering. I'm think of either some ubuntu-flavour or fork, like Kubuntu or maybe Mint.

[-] [email protected] 9 points 10 months ago

My thinkpad model officially supports linux, so there is no problem there. It is also much cheaper than any of those brands, and it's also available from the regular stores.

[-] [email protected] 23 points 11 months ago

Depends on the devs but I reckon they won't use the API.

[-] [email protected] 7 points 1 year ago* (last edited 1 year ago)

There default settings are highly unsecure.

There is a Firefox fork called librewolf which addresses that.

37
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

I stumbled upon this while researching package management options for python, and found it a really interesting read.

I like python as a language but this mess is something that needs to be addressed for me to consider python for future projects. I can't imagine how confusing it must be for new users.

view more: next ›

oscar

joined 1 year ago