pixelscript

joined 1 year ago
[–] pixelscript@lemmy.ml 25 points 7 months ago (2 children)
  1. Decide your budget
  2. Go to logicalincrements.com
  3. Find the tier that matches your budget
  4. Buy that
  5. Enjoy your PC

Once you get a feel for building and owning, then you can start making more informed choices about what you really need.

[–] pixelscript@lemmy.ml 80 points 8 months ago (2 children)

I replied to that thread.

OP was claiming to be working on a static HTML-serving search engine. They suggested that because it's just HTML and CSS, and that interested parties can use Inspect Element to read the network requests, that it constituted "open source".

Commenters then got on his case about not open sourcing the server backend. OP defended that choice saying they didn't want a competitor taking their code and building a company off of it that would "drive [them] out of business". Uh-huh. So, proprietary software, then. Bye.

[–] pixelscript@lemmy.ml 5 points 8 months ago* (last edited 8 months ago)

mean: <2 eyes

median: 2 eyes

mode: 2 eyes

[–] pixelscript@lemmy.ml 14 points 8 months ago (2 children)

Seeing "please" in the script for some commands but not all of them is giving me INTERCAL flashbacks.

[–] pixelscript@lemmy.ml 0 points 8 months ago (2 children)

They mutually imply one another.

If something was private, but not secure, well, that implies there are ways to breach the privacy, which isn't very private at all.

If it's secure, but not private, that implies it's readable by someone other than the consenting conversational parties, which makes it insecure.

[–] pixelscript@lemmy.ml 1 points 8 months ago (1 children)

No one said it was shameful?

[–] pixelscript@lemmy.ml 25 points 8 months ago (3 children)

It's a huge win, but not the kind of win people reading the statistic with no context (like me) probably thought.

I'm sure a lot of us looked at "15 percent of desktop PCs in India run Linux" and, regardless of whether it was hasty and irresponsible for us to do so, extrapolated that to, "15 percent of Indian PC users are personally selecting Linux and normalizing its paradigms".

But in reality, it sounds more like "15 percent of Indian PC users use Linux to launch Google Chrome". Which is impressive, but not the specific kind of impressive we wanted.

It feels a bit like how I imagine, say, a song artist feels when they pour their heart and soul into a piece of music, it gets modest to no traction for a while, and then years later a 20 second loop becomes the backing track for a massive Tiktok meme, and almost zero of that attention trickles back to their other work.

[–] pixelscript@lemmy.ml 28 points 8 months ago

In a rather unorthodox way, yes.

Android is one of those rare examples of a Linux kernel not being paired with GNU tools. I believe Android wrote their own versions of all the tools they wanted.

The kernel is also extremely locked down by default. They very intentionally designed the OS in such a way that every facet of the kernel is kept abstracted away from you. It's about as black-boxed as you can get, to the point where the fact that it's Linux underneath is almost meaningless.

[–] pixelscript@lemmy.ml 4 points 9 months ago

Every edition that isn't the Java edition has been merged into one edition that cross-plays with every other edition. Pocket Edition is the same edition as every console port as well as the Windows 10 native version.

[–] pixelscript@lemmy.ml 2 points 9 months ago* (last edited 9 months ago)

I use KDE on Debian and did not encounter this problem when I did the reverse action (migrated /home from a second drive back to the system drive).

This may be an insulting question, but are your files in the new home partition inside a /home directory on that partition? Because if they are, that would definitely mess it up. If you mounted that to /home in your fstab file, then the path to your home dir would be /home/home/user instead of /home/user. Your user directory needs to be at the root of the filesystem on that partition.

I expect you did not make this mistake, but a sanity check never hurts...

Oh, and check the files on the new partition with ls -l as well. See who owns them. If you did the copy with the root account or with sudo, the owner of the files might be root. They should be owned by the user you are trying to log in as.

[–] pixelscript@lemmy.ml 5 points 9 months ago (3 children)

I can't give you precise directions on how to troubleshoot this, hoping someone else can chime in with some wisdom.

What I can tell you is that being able to log in and then failing to launch a session is definitely evidence that your system either cannot find or cannot access the /home directory. I ran into the same thing not too long ago, but I guarantee you that we don't have the same problem. Mine was file permission related due to installing a new OS. You have the same OS.

When you installed your OS, did you create a root user account? Not an account that can use sudo, I mean the root user. That user has a special home directory, /root, which is entirely separate from /home. If you can find a guide that tells you how you can boot your OS as the root user, try that.

Put your system back into the broken state with the new partition in the fstab file, reboot, log in as root, and check the filesystem. If you did things correctly, a /home directory should be there, and there should be files in it. If you don't see it, it means for whatever reason it failed to mount on startup. Try using the mount command manually to force it to mount, and see if it gives an error. If it works with the command, it means your fstab is not correct.

Best of luck! Welcome to the Linux experience... lmao

[–] pixelscript@lemmy.ml 10 points 9 months ago

or is it a really good OS for privacy that sacrifices in usability?

Privacy and usability are inversely correlated. Anyone who tells you otherwise either has a relatively weak definition of "privacy" or a relatively exotic definition of "usable". If you're at the point of installing an OS like Gentoo just for its privacy benefits alone, I'd say you're already the latter case, even from the perspective of most fellow Linux users.

Of course, that doesn't necessarily imply very un-private software is always very usable, or that highly privacy-respecting tools with good UX don't exist. Just that most highly UX-polished software tends to have poor privacy, and most privacy-focused software expects the user to do a lot of hoop-jumping to make up for all the systems and workflows the user can't utilize due to having some dealbreaking non-privacy-respecting component to them.

view more: next ›