Comments

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

OneRedFox, to linux in Which communication protocol or open standard in software do you wish was more common or used more?
@OneRedFox@beehaw.org avatar

SimpleX was nice when I used it for small chats, but how is it with large groups? Matrix really drags ass with large rooms, even on native clients.

OneRedFox, to technology in We Need To Rewild The Internet
@OneRedFox@beehaw.org avatar

The internet has become an extractive and fragile monoculture.

Something that has become very apparent to me over the past year of migrating away from the big 6 sites into the dark forest is that, no honestly, the internet isn’t that; the big 6 sites are that. Places like Neocities still exist and have lots of traffic and you can go there and have an interesting time. I’ve encountered more cultural diversity on the Fediverse than I had in the past decade of using Reddit. There’s still cool stuff and interesting communities; it’s just hard to find because search engines are increasingly useless. We need better discoverability; if we fix that, then we’re golden.

OneRedFox, to humanities in Laziness Does Not Exist
@OneRedFox@beehaw.org avatar

The solution, instead, is to look for what is holding the procrastinator back. If anxiety is the major barrier, the procrastinator actually needs to walk away from the computer/book/word document and engage in a relaxing activity. Being branded “lazy” by other people is likely to lead to the exact opposite behavior.

Often, though, the barrier is that procrastinators have executive functioning challenges — they struggle to divide a large responsibility into a series of discrete, specific, and ordered tasks. Here’s an example of executive functioning in action: I completed my dissertation (from proposal to data collection to final defense) in a little over a year. I was able to write my dissertation pretty easily and quickly because I knew that I had to a) compile research on the topic, b) outline the paper, c) schedule regular writing periods, and d) chip away at the paper, section by section, day by day, according to a schedule I had pre-determined.

Yeah, this matches my experience from when I used to tutor people. They tended to be below grade level and would fall victim to a fear of failure, since their self-esteem has taken hits from struggling with the work, in their mind the failure would be confirmation that they’re stupid and would make them not want to try. Getting them to change their mentality resulted in more productive sessions going forward and accomplishing that required addressing the root causes of their anxiety and/or skill deficits.

OneRedFox, to linux in LXQt 2.0.0 released
@OneRedFox@beehaw.org avatar

I don’t use LXQt itself, but its software suite is nice if you want a Qt desktop with a tiling window manager. Looking forward to it landing in my distro. 👍

OneRedFox, to linux in Stay on Fedora or Switch to Void?
@OneRedFox@beehaw.org avatar

Is the bootup/shutdown speed, and faster package management really worth it? Is it really significant enough?

No. The primary reasons why you’d want to use Void Linux are the musl packages, the easy packaging experience with XBPS, and the simplicity of Runit. The distro felt like BSD on Linux when I last used it (it’s admittedly been a few years since then); I liked it. If the above things interest you, then go for it; otherwise, stick with Fedora.

OneRedFox, to socialism in The Intercept is running out of cash
@OneRedFox@beehaw.org avatar

Yeah, it’d be a real shame if they have to shut down. Hopefully their talent can find work elsewhere if it comes to that.

OneRedFox, to piracy in The Pirate Bay’s Oldest Torrent is Now 20 Years Old * TorrentFreak
@OneRedFox@beehaw.org avatar

Well if it’s any consolation, the Fediverse is basically the spiritual successor to that time period on the internet: now with interesting tech improvements.

OneRedFox, to fediverse in Oh, Zot! Nomadic Identity is Coming to ActivityPub
@OneRedFox@beehaw.org avatar

OpenWebAuth used to be called “Magic Auth”, because of how seamless the experience is. Instead of only being able to manage things from your social dashboard, you can jump from one part of the Fediverse to another, and your permissions will be granted automatically. It all happens in the browser.

The way this works is relatively simple: your browser accesses a token inside of a cookie. That token references your Digital Identity in the Fediverse, verifies it, and a handshake is performed. Afterwards, anything you were given permission to access unlocks and becomes visible on the page.

Will this be impacted by browsers killing third-party cookies?

OneRedFox, to fediverse in How does Sharkey compare to Mastodon?
@OneRedFox@beehaw.org avatar

The MissKey forks like Sharkey/Iceshrimp/Catodon all have better featuresets and UI/UX than Mastodon IMO. If you don’t already have a Mastodon instance that you’re extremely pleased with, I would pick one of them instead. I can’t comment on the app situation though.

OneRedFox, to linux in My experience trying wayland with NVIDIA in 2024
@OneRedFox@beehaw.org avatar

Sway doesn’t support the proprietary Nvidia driver and Nouveau was hot garbage last time I tried it. IIRC, GNOME and KDE are the two projects that have invested the most resources into accommodating Nvidia’s bullshit and even then I’d still expect the experience to be lackluster.

OneRedFox, to socialism in News Brief: Media, Billionaires' Attacks on Homeless People May Pay Off Big at Supreme Court --- Citations Needed Podcast
@OneRedFox@beehaw.org avatar

I looked, but I couldn’t find one unfortunately.

OneRedFox, to technology in Are We Watching The Internet Die?
@OneRedFox@beehaw.org avatar

It’s a trade off that we’ll probably have to take unless we want to deanonymize the internet.

OneRedFox, to technology in Are We Watching The Internet Die?
@OneRedFox@beehaw.org avatar

We’re probably lucky that AI spammers haven’t discovered the Fediverse yet, but if the Fediverse does actually become big enough for mainstream use, we’ll see Twitter level reaction spam in no time, and no amount of CAPTCHAs will be able to stop it.

I was thinking about this the other day. We might have to move to a whitelist federation model with invite-only instances at some point.

OneRedFox, to linux in NixOS for gamedev
@OneRedFox@beehaw.org avatar

Filesystem Hierarchy Standard. It’s the spec for how the file directories should be set up on UNIX-like systems, like how typically user binaries would go in /usr/bin and libraries for those binaries would go in /usr/lib.

OneRedFox, to linux in NixOS for gamedev
@OneRedFox@beehaw.org avatar

Installing proprietary software. For certain courses I unfortunately have to use software like Unreal Engine, Maya, Houdini, Unity, P4V, and a few others. I read NixOS has difficulty with running random binaries. I also could not find an UE5 package in nixpkgs, which Arch does have.

So NixOS is different from other distros in that it throws out the FHS so that it can do things like install multiple versions of the same library without issues; this breaks binaries, however, and they have to be patched to work with NixOS. So you basically have to package things for Nix for them to work. Certain programs like Steam and VSCode even have a wrapper as part of their setup that recreates the FHS to make them work as expected, so doing this is possible, but as a beginner I doubt you want to fuck with that.

Building binaries. I know nixos does some weird stuff with libraries and binaries. I need to be able to do normal stuff with binaries, and perhaps package and distribute them. It’d be really nice to be able to try out different compilers for my CMake/C++ projects also. Can NixOS do that easily?

It’s actually nice as a dev environment. You do have to write flakes for your projects, but that’s not a big deal and the reproducibility is nice.

VMs. I will be doing dGPU passthrough for testing assignments before handin. I assume this is no problem but it requires some weird stuff so I want to be sure before diving in!

I’ve used VMs without issue, so should be fine.


Since Nix is a distro-agnostic package manager, in your case I would probably use a normal distro like Ubuntu/Arch/Fedora and just use Nix with that if you want to go that route. It’ll go smoother than diving into the deep end right away.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • megavids
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • provamag3
  • tester
  • Leos
  • JUstTest
  • All magazines