rtxn

joined 2 years ago
MODERATOR OF
[–] rtxn@lemmy.world 9 points 4 hours ago* (last edited 4 hours ago) (1 children)

Rolling release doesn't mean that no testing is done. All updated packages are tested by maintainers before being released into the official repository. A rolling release simply means that there are no individually marked OS versions and you always get the latest packages.

In contrast, take Debian for example. It uses a point release system with major named versions (e.g. Debian 13 "Trixie"), minor point releases (e.g. 13.1), and security and bugfix patches between those. New feature updates are released only between point releases, and breaking changes are only introduced between major versions. This allows the maintainers to practice a greater amount of care in testing that the packages work well together, but also means that new features are always held back to some extent. This does not happen in a rolling release system. All upstream changes are pulled, tested, and released, regardless of whether a breaking change is introduced.

By its nature, a rolling release distribution will require a greater amount of maintenance. If a package update requires manual intervention, it will be published on archlinux.org. For as long as I've been a Linux user, I've only seen one package update that made systems temporarily unbootable, and I was saved from that by being a Manjaro user at the time.

But, to answer the question, I usually update my home and work PCs (both Arch) about once every week or two, or as required by a new software or important security update.

[–] rtxn@lemmy.world 3 points 5 hours ago

It's less about the concept of a game-centric headset and more about the brands that sell themselves as "We Are Gamers" with angular shapes and RGB out the ass. Steelseries, Razer, Alienware, Aorus, ROG... I've had many bad experiences both personally and professionally. The only one I didn't end up regretting was Logitech G. The G502 mouse is a beast.

[–] rtxn@lemmy.world 6 points 8 hours ago* (last edited 8 hours ago) (2 children)

I used to own a HyperX Cloud Flight. It's the best wireless headset I've ever tried. It comes with a USB dongle, no Bluetooth. Worked out of the box on Arch. I bought mine before HP infested HyperX, but my sister uses a post-buyout one and she says it's perfect.

Pros:

  • Audio quality is great for fun (games and films), decent for music and critical listening. The frequency response has a common V shape, but the bass doesn't blow out the top ends (eat a dick, Raycon).
  • Eight-hour battery life, can be used while charge cable is connected.
  • Aux input that bypasses the internal DAC.
  • Signal can penetrate several solid brick walls.
  • Comfortable even on my melon head.
  • Mic is detachable. Quality is as good as an Aussie wanker can expect.

Cons:

  • Micro-USB charger port.
  • Volume control is a click wheel that sends volume up/down keystrokes to the PC. I had to remove it from mine because it wore out and would "bounce" and send several keystrokes every time I touched it.
  • The earpads are covered in shitty leatherette that will fall off in a few months.

In general, avoid anything "Gamer". You're paying for the brand, not the quality. Even the cheapest "audiophile" headphones are better.

Wireless headsets will always be limited by their internal DAC. Another option is to get a decent wired headset and a dedicated wireless DAC. I currently use a modded Beyerdynamic DT770 and an AKG K-240, and if I need them to be wireless, I clip a Fiio BTR5 to the headstrap and connect it with a short cable.

[–] rtxn@lemmy.world 51 points 1 day ago

Like an alpha particle: very low penetrative power.

[–] rtxn@lemmy.world 5 points 1 day ago

TORVALDS is a powerful Great Prince of Hell who has 618 legions of demons under his command. He gives true answers of all things past, present, and yet to come; he reveals the secrets and source of the kernel if asked; and he grants to the conjurer power and authority over devices and binds them to the conjurer's will.

[–] rtxn@lemmy.world 5 points 2 days ago

His name was Ozymandias, King of Kings.

[–] rtxn@lemmy.world 1 points 2 days ago

I guess I forgot to point out (six months ago, well done) that these are free loaners provided by the university. Usually high-end, current-generation hardware. They can be smart on their own devices, that's neither my concern nor my responsibility, but these are not theirs to disembowel.

[–] rtxn@lemmy.world 3 points 2 days ago (1 children)

I'd love to know what an actual moderator would think if you imposed your idea on them.

[–] rtxn@lemmy.world 10 points 2 days ago* (last edited 2 days ago) (3 children)

report bad faith posts

You're supposed to report posts that break instance or community rules, not whatever you happen to consider to be "bad faith". You can't moderate based on intent, only actions, otherwise you're asking for a thought police where only the popular opinion is permitted to exist.

Besides, even if your instance has disabled downvotes, other instances can still see them.

[–] rtxn@lemmy.world 7 points 2 days ago* (last edited 2 days ago) (9 children)

Depending on your sorting method, downvoted posts will be featured less favorably in list views. You will immediately know that a heavily downvoted post is not worth your attention. Some clients might let you filter displayed posts based on vote counts or up/down ratio.

[–] rtxn@lemmy.world 37 points 2 days ago* (last edited 2 days ago) (13 children)

Downvote and move on. Mute accounts and communities you don't want to see. Curate your own feed. Simple as.

[–] rtxn@lemmy.world 1 points 3 days ago

The issue was ARP-related after all. Since all computers were cloned from the same image, the VMs ended up having the same MAC address, which caused collisions.

 

I've found the solution, and it's exactly as stupid and obvious as I was expecting.

The classroom computers were deployed using Clonezilla from an image that had the VirtualBox VM pre-configured. As a result of this, every VM had the same MAC address, which probably caused a lot of ARP collisions, since all the hosts and VMs were essentially on the same broadcast domain.

The solution was to simply randomize each VM's MAC address. After that, ICMP, SSH, and HTTP worked as expected. Thanks for the suggestions, but it was caused by my own oversight in the end.

(edit) I got around to reading the comments just now, @maxy@piefed.social was totally correct.


I know this isn't "selfhosting" as most people imagine it, but it is about hosting services on own hardware, hence why I'm posting in this community.

I'm supposed to help a teacher set up a networking exercise where pairs of computers are connected directly on a crossover cable and can access services (echo, HTTP, SSH, FTP) on each other. Every computer is identical: Windows 10 host, one VirtualBox VM running Linux Mint with a bridged adapter in promiscuous mode. Each host and VM has its own static link-local IP address.

The problem is, the VMs can't talk to each other, and I don't know why.

From one VM, I can ping itself, its host, and the remote host, but not the remote VM. Each host can ping itself, the local VM, the remote host, but not the remote VM. I've tried connecting both hosts to a layer-2 switch, with the same result.

Can someone point me at the one thing that I'm obviously doing wrong?

(edit) I've also tried to set the default gateway to the host's, remote host's, and remote VM's address, but nothing changed.


Running Linux on metal isn't an option. In the past, the classroom computers used to dual boot Windows and Ubuntu, but the Windows install got so bloated (the software too, not just Windows) that it needs the full SSD.

 

An interesting and important look at the development of Factorio's Linux-native port from an actual developer: the platform in general, Wayland, GNOME's bullshit, and dependencies.

 

35000 power-on hours. SMART still reports it as OK.

Time to figure out how to rebuild a RAID 5 array. The other two drives are probably nearly cooked too, but I have plenty of spares that I got for free.

 

Somebody accidentally deleted most of the system. There were no executables for any shells, text editors, or utilities. All they had was a single terminal that was still logged in as root. I think they had to manually type in some executable's machine code and echo it into a file.

 

I've been reading a lot about massive stellar objects, degenerate matter, and how the Pauli exclusion principle works at that scale. One thing I don't understand is what it means for two particles to occupy the same quantum state, or what a quantum state really is.

My background in computers probably isn't helping either. When I think of what "state" means, I imagine a class or a structure. It has a spin field, an energy_level field, and whatever else is required by the model. Two such instances would be indistinguishable if all of their properties were equal. Is this in any way relevant to what a quantum state is, or should I completely abandon this idea?

How many properties does it take to describe, for example, an electron? What kind of precision does it take to tell whether the two states are identical?

Is it even possible to explain it in an intuitive manner?

13
This may be useful. (lemmy.world)
submitted 6 months ago* (last edited 6 months ago) by rtxn@lemmy.world to c/assholedesign@lemmy.world
 

I'm getting this error that says Error. I can't tell if I fat-fingered the community name in the URL, or it got removed, or it doesn't exist in the first place, or maybe there's a legitimate issue with the software, but I hope it's useful!

I need to clarify because some people apparently never encountered the error page: it used to show the actual error. It was later changed to not do that.

(apologies for the atrocious aspect ratio)

 

Minecraft and Factorio ain't shit next to Conway's Game Of Life.

332
submitted 9 months ago* (last edited 9 months ago) by rtxn@lemmy.world to c/linuxmemes@lemmy.world
 

Low effort meme while flatpak update finishes.

I understand why having eight very specific versions of the same library is important. Doesn't mean it isn't annoying.

TranscriptFLATPAK EMPLOYEE: what would u like?
ME: one flatpak update please
FPE: so u want "a whole bag of updates?"
ME: no, just a "flatp-"
FPE: I definitely heard "more updates than u could ever handle"
ME: please, no--
FPE: JERRY, FOIST UPON THIS MAN "A FUCKASS LOAD AMOUNT OF UPDATES"

 

This image is no longer available on nasa.gov.

 

It's a Creative Zen Stone that I got as a Christmas gift in 2008. I just found it in a drawer, and it's still holding charge. The last thing I put on it was The Life And Times Of Scrooge by Tuomas Holopainen, in 2015 -- I don't know why, at that time I definitely had a smartphone.

It has a headphone jack, which immediately makes it better than every smartphone produced in the last several years, and it can easily drive my 80-ohm Beyerdynamic. The audio quality is as good as one can expect. The only drawback is that it only holds 1GB... my old CD rips had to be compressed to hell and back.

Let me reiterate that this has been sitting untouched for a decade and was immediately ready for action. No login, no annoying software updates, expired subscription, or remote bricking by the manufacturer. Eat my shorts, Spotify Car Thing.

P.s. A Lifetime Of Adventure is a banger. https://www.youtube.com/watch?v=JWwSVOo5K_k

10
My Deer Friend Bajirao (www.youtube.com)
submitted 9 months ago* (last edited 9 months ago) by rtxn@lemmy.world to c/nokotan@ani.social
 

LED lights are great, but I miss having a mini hot plate on my desk to mindlessly touch and burn my hand.

(Do kids even watch cartoons these days, or do they go into scrolling withdrawal before the first commercial break?)

view more: next ›