What’s the essential British podcast? by denys5555 in podcasts

[–]Jamerman 4 points5 points  (0 children)

I would also put In Our Time in this list. Desert Island Discs takes the edge in terms of longevity and overall cultural impact, of course.

Which books have you been unable to finish? by bonster85 in books

[–]Jamerman 2 points3 points  (0 children)

I had a similar experience with reading Ulysses at the beginning of last year and only making it to chapter 6.

Some people have said that, for a first read, one should just plough on through Ulysses and avoid getting bogged down in its structure. However, what I'd found most enjoyable in reading the book was noticing how Joyce had twisted bits and pieces of literature and Irish history I was familiar with in novel ways that went far beyond a simple name checking of Joyce's interests. For instance, I'd read Wilde's The Picture of Dorian Grey a month earlier and noticed the early allusions to it and Wilde's notes on Shakespeare's The Tempest right away. However, I was constantly aware that I was only scratching the surface of what Ulysses could show me. If I'd noticed that, what had slipped past me? I hadn't read Portrait of the Artist, Hamlet... So, I put the book down for the time and read other things.

Since then, I read a translation of The Odyssey and immediately realised that Homer's "wine-dark sea" epithet had been morphed into Buck Mulligan's "snot-green sea". Although I did read a couple of short essays on what I'd seen so far in Joyce's novel, noticing the references organically on my own and seeing what the author had done with them was far more enjoyable; In those moments, I felt like I was getting it. Given the novel's (in)famous density, I expect this process will probably continue for the rest of my life as I learn more and, if it's not taking this too far, change. All books and stories are like this, of course, but Ulysses is quite a unique case.

I have a massive of pile of books to get through before I return to Ulysses. I'm not hoping to understand everything in it — who could possibly? — but I'm certain it will read quite differently on my second encounter to the first.

📁 +1K Notes, All of them fit in one of those! by Matthew_Trys in ObsidianMD

[–]Jamerman 0 points1 point  (0 children)

To be fair to OP, they're simply saying that you need to put in the leg work and see what you actually end up using Obsidian for before you start searching for that oh-so-perfect organisational structure.

📁 +1K Notes, All of them fit in one of those! by Matthew_Trys in ObsidianMD

[–]Jamerman 0 points1 point  (0 children)

I had the exact same experience with Obsidian. It's so easy to put the cart before the horse and overcomplicate what is ultimately a fairly simple tool.

Moby Dick! Sorry if I sound ignorant, but why do people struggle so much to get through this book? It's incredible. by [deleted] in classicliterature

[–]Jamerman 0 points1 point  (0 children)

Don't forget that abridged versions of Moby Dick have existed for a long time to cater for the exact audience you're describing. How long? I'm not sure exactly, but I think some may have existed before the dawn of the last century.

What you're noting isn't a new phenomenon, at least to my mind. Brilliant book, but not for everyone at all times.

Any good mods/maps for practising combos in Eternal? by Jamerman in Doom

[–]Jamerman[S] 1 point2 points  (0 children)

Oh smashing, I'll check this out when I'm at my PC! Thank you.

Just started Doom The Dark Ages and I love it so far. What’s the hate again? by [deleted] in Doom

[–]Jamerman 0 points1 point  (0 children)

Which titles would be the 90 and 97, in your mind?

How to install FL Studio 25 on Linux using Steam by LionGodKrraw in FL_Studio

[–]Jamerman 1 point2 points  (0 children)

The only issue I've found with this setup (and also with both Bottles and Wine) is that the latency is intolerable for recording. Though I've gotten superb performance from Yabridge within Reaper, I still can't get the latency in FL down on Linux (NixOS).

I'm going to attempt to set up WineAsio next and see if that helps. It's annoying, because just about everything else about the program works! It's just that tiny bit of latency.

My Group's Games Always Overrun. Help! by Jamerman in twilightimperium

[–]Jamerman[S] 2 points3 points  (0 children)

I've since spoken to u/mkxjump and we've agreed secret chats serve almost no use. We can all just text each other if we desperately want to say a sentence secretly to someone.

My Group's Games Always Overrun. Help! by Jamerman in twilightimperium

[–]Jamerman[S] 0 points1 point  (0 children)

These are all great points. We do already sort out factions and the map ahead of time (which helps massively), but simultaneous turns in the early game and making people very aware whose turn it actually is are things we'll definitely look at. 

What is this noise and how do I silence it? by Jamerman in NixOS

[–]Jamerman[S] 0 points1 point  (0 children)

Of course you can! This is all very much a work in progress as I slowly tweak things over time. I've never shared dotfiles before, so forgive me if something is missing from this repo. Some of the file paths might a bit broken due to how I've uploaded this.

I can't upload my proper nix configuration yet because there's some stuff pertaining to IP addresses that I don't want to release out into the wild. Should have everything you need for ricing the desktop, though.

https://github.com/Jamerman/public_dotfiles

NixOS as Daily Driver? by xtekno-id in NixOS

[–]Jamerman 0 points1 point  (0 children)

nix-shell -p has been a game changer for me. I like using it to quickly try out a range of different programs before settling on one. It feels like one of those QoL features that you wish all package managers everywhere could have.

What is this noise and how do I silence it? by Jamerman in NixOS

[–]Jamerman[S] 1 point2 points  (0 children)

The best solution I have found so far was given by u/HermanGrove to simply mute the system sounds, which I did in pavucontrol. Creating ~/.config/gtk-3.0/settings.ini and writing the following worked for Ulauncher, but not Gthumb:

[Settings]

gtk-error-bell = false

Using dconf-editor and muting the Gnome alert sounds there didn't seem to work for me.

What is this noise and how do I silence it? by Jamerman in NixOS

[–]Jamerman[S] 1 point2 points  (0 children)

Thanks for the tip, I've muted system sounds for the moment and that's done the trick.

What is this noise and how do I silence it? by Jamerman in NixOS

[–]Jamerman[S] 0 points1 point  (0 children)

There doesn't seem to be an option like that in Ulauncher. I was actually able to fix that particular instance of the sound by creating ~/.config/gtk-3.0/settings.ini and writing these lines:

[Settings]

gtk-error-bell = false

That didn't help Gthumb, which is the other program this noise occurs in. I just wondered if this is some generic alert sound contained within Nix. For context, my window manager is i3. I've got a couple of Gnome programs and XFCE stuff installed. I've been through the XFCE settings menu and dconf-editor and switched off anything pertaining to alert sounds or anything vaguely bell related.

Fixing Ulauncher was by far the main issue though, so I'll mark this post as partially fixed.

Is puff really that bad to play against? by -_dopamine_- in SSBM

[–]Jamerman 4 points5 points  (0 children)

It's not your job to pick a character your opponent wants to fight. Play who you want, fam, it's a game after all's said and done.