Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

atzanteol, to linux in TIL

They may have been, things were far more trusting back then.

X servers, for example, would accept any connections. So we would often “export DISPLAY=friendscomputer:0.0” in the computer lab and then open windows of embarrassing content. Which at the time would likely be ASCII art…

atzanteol, (edited ) to linux in Why I'm done with Nobara Linux: A Breakup Story with a Tech Twist

Let me save you from reading this.

Why I left nobara: because I did… Then scattered rambling that goes nowhere and certainly doesn’t end with a twist.

atzanteol, to linux in 13 Best Open Source ChatGPT Alternatives

How do you know if it’s open source? Well if it’s called something like “huggingface” or “redpajama” there’s a very good chance it’s made by people who have no marketing department. So good odds it’s free.

atzanteol, to linux in Fish rewrite-it-in Rust progress: 100%

They did it “for the vibes”

Vibes are just as important to free/open source software as proprietary software and although there were solid technical reasons for the port, the PR outcomes are added benefits.

atzanteol, (edited ) to linux in Reminder to clear your ~/.cache folder every now and then

Oh yeah, you never hear such complaints about Windows or MacOS.

BTW can you recommend any good tools to cleanup my registry?

atzanteol, (edited ) to linux in New to Linux, have a few questions

It’s a bit of an unpopular opinion, but if you pick a mainstream distro there isn’t a lot of difference between them. Especially to somebody who is new to linux.

With most any distro you can use KDE, gnome and other desktop environments. You can pick which one you want to use when you login. So don’t think you’re tying yourself to KDE if you install kubuntu or something.

If you want an easy way to switch to a new distro make sure you create a separate partition for /home. Then if/when you want to install something new you can have it overwrite everything except your home directory. So all your steam configs and games will be left untouched (for example). Alternatively just backup /home somewhere and restore as you need.

atzanteol, to linux in Why is Gnome fractional scaling 1.7518248558044434 instead of 1.75?

It’s not a “language” issue it’s a “computer” issue. This math is being done on the CPU.

IEEE 754

Some languages do provide for “arbitrary precision math” (Java’s BigDecimal for example) but it’s slower to do that. Not what you want if you’re multiplying a 4k matrix every millisecond.

atzanteol, to selfhosted in PSA: The Docker Snap package on Ubuntu sucks.

For desktop apps maybe. How do you run a flatpak from the cli? “flatpak run org.something.Command”. Awesome.

Both suffer from not making it obvious what directories your application can access and not providing a clear message when you try to access files it can’t. The user experience sucks.

atzanteol, to linux in Self Post

Is “magic sysrq” enabled? Could be the cat hit alt+sysrq+something.

atzanteol, to linux in "Help me choose my first distro" and other questions for beginners

What’s with the weird anti-Ubuntu bias? “It’ll probably work fine but I don’t like their management?”

You’re recommending a distro for beginners. Personal disagreements with the company are irrelevant.

atzanteol, (edited ) to linux in Fedora, Arch, or EndeavourOS?

Just friggin’ install it. People spend so much time debating “which distro should I install”. Toss a dart at a board and pick one. Install it. Get your hands dirty and go. You’re not naming your first born you’re trying a new OS.

atzanteol, to linux in Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month

Another key for me to pop off my keyboard. Great.

atzanteol, to linux in What is the point of dbus?

Wouldn’t this also be possible with plain sockets tho?

You keep using this phrase. Given time and money anything is possible. Technically we don’t need to use http - every server could implement their own standard using raw sockets. You then could download a simple client library for every site!

With a well defined dbus interface your application can talk to any number of applications that implement that interface. Even those you didn’t know about it at time of development. It provides a structure for ipc other than “go fetch libblah” and also “libblarg” and “libfloob” and read all of their docs and implement each one separately.

atzanteol, to linux in Fedora, Arch, or EndeavourOS?

Just install one. Find out.

atzanteol, to selfhosted in I broke nextcloud and i cant fix it

Have you tried reading the docs?

docs.nextcloud.com/…/reset_admin_password.html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #