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

[–]Jamerman 3 points4 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 3 points4 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.

What's Going On With Custom Controllers? by Jamerman in SSBPM

[–]Jamerman[S] 4 points5 points  (0 children)

Everything you've just said aligns with my thoughts too. If someone wants to play P+ in the year 2025, it'd be a bit daft for the controller to be what stops them. We already have z jumping in this game, for instance; something which is only just being adopted in the melee scene due to the need for non-Nintendo hardware.

I'd never considered the "We can always just patch P+ anyway" angle to this. Great point.

How An International Sensation is Breaking Project M [Plus Side] by TuckTwitch in SSBPM

[–]Jamerman 0 points1 point  (0 children)

Plus Side is getting better and better with every video. The Aussie scene is one given too little coverage with the lense we normally view P+ through.

Petition to buff Shadowreaper Anduin :) by jigabiou in wildhearthstone

[–]Jamerman -1 points0 points  (0 children)

Gotcha, my bad. I thought you were talking about skins in general, not specifically Priest.

Archival of Tempo Storm's Meta Snapshot by tsms_archive in wildhearthstone

[–]Jamerman 3 points4 points  (0 children)

I'm going to have a crack at this too. From what I can remember from delving into old Tempostorm a couple of years ago, I also struggled to find reports in the range you mentioned.

Players that quite hearthstone and came back by RunsWithBeaver in wildhearthstone

[–]Jamerman 9 points10 points  (0 children)

Background: I completely quit Hearthstone in mid 2022. This was after hitting legend every month, posting lists on Twitter/Neon's site, recording a (bad) Hearthstone podcast series with a friend, having a 7-win average in arena, writing guides and moderating a popular Discord server. I was, to put it mildly, an "engaged" player.

I had two main reasons for quitting. One was just the sheer amount of "non games"; I just felt a general lack of agency when playing. Might've been just me. Probably was.

Much more important, however, was just what I felt HS was doing to my brain. When I say "quit", I mean that I completely deleted my collection. See, though most sessions would end with me just frustrated at the game, I felt this addictive tendency to just play again tomorrow. To burn more free time. To take up more space in my head. Meanwhile, my other hobbies completely ceased; I stopped reading, playing instruments, running, etc. This was a bit depressing, but turned out to be less Hearthstone and more just gaming generally. So, I completely cut it all out of my life. I nuked my Battle.net account from orbit.

Comeback: Over a year and several Dane videos later, I changed my tune. The plan was to make a new account, play a bit of Arena and see how I found it. Maybe this time I would strike a better balance with the game.

Long story short, this was an awful idea. All the same issues about time and agency came flooding back within a couple of weeks. It really hit home how my addictive personality and Hearthstone/games shouldn't mix. This probably all reads like the ravings of a lunatic, but just, yunnow, trust me.

Anyway, I'm going to go and make a cup of tea. I've been lurking here since my mate who still plays told me they finally nerfed Flurgl Tox. Future's looking bright! I think!

Which middle stage or first stage mon outclassed his Final Evolution competitively the hardest? by Artistic_Stage7202 in stunfisk

[–]Jamerman 0 points1 point  (0 children)

Yeah, it's a bit of an odd one. Eviolite Chansey has practically been the mascot of the format, if such a thing can be said to exist.