Why don’t you use the version from AUR: https://aur.archlinux.org/packages/hoptodesk-bin
Why don’t you use the version from AUR: https://aur.archlinux.org/packages/hoptodesk-bin
(In news like this, it would be useful to at least include a link or some minimal context to see what it’s about. Followers of that mastodon account should be familiar with what the hell is puppet, but this is a general programming community.)
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
https://github.com/puppetlabs/puppet
And I guess this is the reason for the fork: https://www.puppet.com/blog/open-source-puppet-updates-2025
And you generate traffic for them, thanks. You could just directly link to the install docs on PostmarketOS, not for a shitty third party site: https://postmarketos.org/install/
Yes, title is very misleading. For the curious here is the list of currently supported phones: https://wiki.postmarketos.org/wiki/Devices#Phones
You could write a similar article: How to install docker on your microwave oven: Step one, install a linux distro on your microwave…
Nonetheless PMOS is genial, I installed it on my Kobo ebook reader.
I work around this by enabling rdp or ssh on guests as soon as possible and connect from my terminal for ssh, I use remmina for rdp, paste works there.
I don’t know other situations where I would need this.
2017 was 7 year ago, Aaron died 11 years ago. There are a lot younger users who can’t remember these things.
Let’s see a 20 years old university student was 13 when the source was closed down, I think it’s not easy to find a 13 years old who is familiar with such legal things.
Reddit was open source until 2017, and one of the founders was Aaron Schwartz. So it didn’t look like that for a long time.
Python is installed by default on all linux and mac systems, so it’s just one more command to install pipx. From there just pipx install tagify
. You don’t need an installer, just specify the build tools in pyproject.toml: https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table e.g. with setuptools: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
If you publish to pypi it will build the wheel files when you publish a version. That’s the easiest way I know.
Innosetup is windows only. On linux you don’t need such a thing.
Some feedback:
pyproject.toml
you can merge them a single easy to read and edit fileos.path.join(os.environ["APPDATA"], "Tagify", "config.yaml")
will fail on *nix systems. Use pathlib.Path
instead of os.path
. Use pathlib, I see on a lot more places it would make your life much easier.Keep up the work, it seems like a nice project!
It was a terrible sub for years much before the apicalypse. It was full of apple fanboys who believed every marketing bullshit.
It was 33rd in 2010:
In November 2010, the Air Force Research Laboratory created a powerful supercomputer, nicknamed the “Condor Cluster”, by connecting together 1,760 consoles with 168 GPUs and 84 coordinating servers in a parallel array capable of 500 trillion floating-point operations per second (500 TFLOPS). As built, the Condor Cluster was the 33rd largest supercomputer in the world and was used to analyze high definition satellite imagery at a cost of only one tenth that of a traditional supercomputer.
https://en.wikipedia.org/wiki/PlayStation_3_cluster
https://phys.org/news/2010-12-air-playstation-3s-supercomputer.html
I can see it without login
I’m a happy user of input-remapper (AUR). I use it to replace PageUp/PageDown with Home/End keys on my Laptop. How does your tool compared to that?
Feedback: Can you add an example systemd service? Or it would be even better if the PKGBUILD would install it, I’ve seen a lot of software which adds a disabled service, so you just have to enable and start it.
Posting here as there doesn’t seem to be an active Arch Linux community.
archlinux@lemmy.ml seems active to m
Your text says qemu-desktop
is only “optional” for qemu-base
. You can safely remove qemu-desktop, pacman won’t nag about optional dependencies.
For checking dependencies, I like to use pactree
, it draws nice graphs in the terminal: https://wiki.archlinux.org/title/Pacman#Pactree
It’s incorrect. I have 2 AMD cards, I can detach it from linux before booting the guest. After I shut down the guest I have to log out in Gnome to make the card usable again, but no reboot required. It depends on how you set it up. I have a single 34" monitor with 2 inputs, connected to both cards.
I recommend to read about this topic, it would be quicker than waiting for people to answer, your questions were answered multiple times. I recommend the vfio wiki on the r*ddit a lot of good links are collected there: https://old.reddit.com/r/VFIO/wiki/index
The latter: https://vscodium.com/
Microsoft’s
vscode
source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.
Fort Tolukko’s unusual phallic layout is a function of the immediate topography.
If you are looking for deliberately phallic historic floor plans, the most well known is the Oikema House of Pleasure (a brothel) by Claude-Nicolas Ledoux from 1780 (not built unfortunately, as most of his other plans)
Is this that though? Isn’t MKBHD just a youtube personality? I mean, you can live well from youtube if you do good quality stuff, but is he considered a “rich person”. If it would be zuck or elon or warren buffet, I would see your point, but I don’t see a reviewer as someone from a “higher class”, he is basically just a specialized journalist, who is looking for more ways to convert some of his fame to money, because youtube still doesn’t pay enough to him.
Do you also hate Linus because he constantly advertises his underwear, which is exactly the same as one you can get in any shop but for double price. It’s also a “scam” if you think about this way. I don’t know why there is this huge outcry for this as it happened a million times before, and I’m sure it will happen in the future.
You will loose your mind when you will learn about the girl who sold her used bathwater…
Why do you care? People do a lot of stupid and wrong things, you don’t have to care or share these things. See my example: I read about this backround image app or whatever is this, I thought “yeah, it’s stupid and I don’t care” and moved on with my life. Never thought about this again until you posted this here. There are a lot more important things to be angry about. Ignore the unnecessary. This guy makes nicely edited reviews, that’s all, forget the extra bullshit around that. Your life will be better.
That shouldn’t happen. Can you comment there so the maintainer can take a look?