![](/static/253f0d9b/assets/icons/icon-96x96.png)
![](https://lemmynsfw.com/pictrs/image/a2a8e7a2-6bc4-45e1-8baa-69935cb8ed99.png)
Dam what a Freudian slip lol
Dam what a Freudian slip lol
🎵 Shawty a lil’ baddie (she a lil’ baddie) 🎵
I mean F-droid has it if you prefer that instead
Reading the room is a skill, not a burden… Keep your opinion, we also have our own. No wonder YouTube got rid of the down vote button and other social platforms don’t really have one. Both sides pretty much want to suppress each other. No matter how much I like factorio, I don’t think many people who do play it care about is looks and the people who also play mindustry also don’t care how “terrible” it looks when we consider your standards as the measurement…
You done goofed your reasoning. You rolled a nat 1 on charisma and intelligence check. Rip bozo
Unofficially the stylus on a Samsung phone is great for this kind of game
There are definitely some maps on the new planet where I seemingly realized that pausing was strictly necessary as the waves start overwhelming the defenses and units to the point that I either run out of resources or they somehow sneak one drone in that wrecks havoc on the supply lines that are already packed with not enough space to add the turrets that can deal with the advanced units. Eventually, it really became a race to finish as fast as possible. Also, the staggered unlocks or limited resources on some maps were brutal.
I didn’t have to work on it for just to not click through ui menus, I just had my autoclicker enabled from some reason(likely game) and just randomly thought, “I’ll use the autoclick, lol” and had some interesting stuff happen. It was entertaining and nothing about being practical.
I would turn off the auto clicker, I just had it on randomly
“Gently slides back” 😂
I promise you I have done exactly that, i had an auto clicker bound to my space bar and was to lazy to click and would just hold the space bar down when I knew that I was going to click a bunch of gui buttons.(which I though wouldnt be problem) Quickly learned some programs don’t like it at all. Lol
Yes, but I usually add my public key to the authorized_keys file and turn off password authentication once i do login with a password. On top of that, I have a sshpass one line command that takes care of this for me. It’s much easier than trying to manually type a password for the next time. I save it and just run it every time I think about using password login. Next time I need to ssh, I know the password login is not necessary.
sshpass -p ‘PASSWORD’ ssh USER@IP.ADDRESS “echo ‘`cat ~/.ssh/id_rsa.pub`’ > ~/.ssh/authorized_keys && echo ‘Match User !root
PasswordAuthentication no
Match all’ > /etc/ssh/sshd_config’ && exit” && ssh USER@IP.ADDRESS
At the next reboot, your system will now only accept key logins, except for root. I hope the root user password is secure. I don’t require it for root because if a hacker does gain shell access, a password(or priv esc exploit) is all they need to gain root shell. It is also a safety net in case you need to login and lost your private key.
OK, I understand your idea. However, I will have to throw some cold water on you. You did a market analysis, and you saw the margins for low-end gaming PCs were too high. However, what you didn’t do is market analysis on the clients. You half ased it and got burned. From my experience, customers do not do much research or think logically about what they spend their money on. It’s true that people will most likely make bad financial decisions. They will see your lower priced PCs and overthink it. They will believe that the lower priced stuff is also lower quality and a worse deal. There is a range in which they believe a PC should cost, and by undercutting the competition, you estranged your client base. On the other hand, presentation and words matter a lot to people and the algorithms(search engine optimizers). They don’t care about acronyms or technical words. If you look at how Apple and other giant tech brands marker their technology, you will find that specs take a back seat. On the flip side, the experience and capabilities take center stage. Making your clients feel welcomed and meeting their desires without accidentally coming off as “cheap garbage” is a tricky balancing act.
If you don’t want to do this type of marketing and selling, then just make the PCs work for you instead.
Maybe don’t try to market them as gaming PCs and just market them as great workstation PCs. Also, it depends on the market and your inventory imports. If your market is people who can afford current Gen laptops, they will not like your PCs. If you market them as home theater media streaming PCs for those who want something better than a firestick, then it will make a better selling point. Either way, if you have a steady supply of these low-end PCs, then think about multiple markets instead of limiting your client base to just cheap gaming PCs. There is so much more a computer can be. Do some market research on your local or online markets and make the PCs capable of solving their needs.
The amount of money you can gain from renting out your equipment vs. the electrical cost is not worth the effort you will need to employ to make this work. Especially for these entry-level spec computers. The best way to monetize is to liquidate them into cash and churn that cash into something more profitable, which is not easy, but it works for those who are creative and passionate enough. Another method is to make them do tasks that frees up your time, or you can delegate tasks that will help you. Good luck on your monetization efforts
I always shy away from newer tech because of lackluster documentation and poor leadership. The latter is rare enough. Without proper documentation, I feel like I have to read the code and make my own notes to put into their documentation platform. Which is not what I want to do when I use it. Contributing is nice, but when doing something a core member would do without credit, it will dissuade me from participating.
Honestly as someone who partakes in some cyber security challenges for fun, there are plenty of weird things that programmers or doc writers never ever consider but other times the docs are so barebones that it is worthless to read. And a high word count does not always mean the doc is useful when all the text is either ai generated slop, or a lot of high level ideations that don’t get into how to work it.