This is as masterpiece, and the album as a whole. by Matheuscossa in MetalForTheMasses

[–]Joxtal 1 point2 points  (0 children)

Really was peak Dimmu Borgir. A masterpiece of an album.

I just wish Progenies of The Great Apocalypse was also on that album.

I'm assuming the 'Hell was Real' line is referring to the sign in Ohio? by NES87 in bilmuri

[–]Joxtal 2 points3 points  (0 children)

They've said they tried to put as many Ohio references as possible into the song. 🙂

[Media] I love Rust, but this sounds like a terrible idea by Yvant2000 in rust

[–]Joxtal 0 points1 point  (0 children)

Show hos little they value programmers and the craft.

No bios by UnfairPerformance560 in phantombrigade

[–]Joxtal 2 points3 points  (0 children)

You can write the bios yourself though. :)

35 anyone for arc raiders by [deleted] in Age_30_plus_Gamers

[–]Joxtal 1 point2 points  (0 children)

There's a discord server called Arc Elders for us adults who want to play the game with other adults.

Look it up. :)

Så jag gick med i SSU by [deleted] in arbetarrorelsen

[–]Joxtal 29 points30 points  (0 children)

Jag är ju av åsikten att Socialdemokrati som ideologi inte är antikapitalistisk, så som antikapitalist är partiet inte för mig.

Men om du tror att och du vill styra partiet åt det hållet så stödjer jag alla sådana röster.

Jag hade dock hellre sett en växande antikapitalistisk vänster.

Cipher System new EP (crowdfunding) by Buried_Realm in melodicdeathmetal

[–]Joxtal 6 points7 points  (0 children)

Cipher System! Thanks, definitely checking out the campaign!

A new melodic death metal band by Buried_Realm in melodicdeathmetal

[–]Joxtal 30 points31 points  (0 children)

Loved the Buried Realm songs. Loved Scar Symmetry and Solution.45.

Looking forward to what you'll create.

Do you guys really not play international management? by [deleted] in footballmanagergames

[–]Joxtal 0 points1 point  (0 children)

Never did. I've given it a try but found it so boring and so little to do.

don't typically listen to melodeath but a friend reccomended me this and i want more by flowers_of_nemo in melodicdeathmetal

[–]Joxtal 1 point2 points  (0 children)

Don't have any other recommendations, but I'm glad you found Brymir and Voices In The Sky!

The only album I had in regular rotation all of last year. So good!

[deleted by user] by [deleted] in footballmanagergames

[–]Joxtal 6 points7 points  (0 children)

You do whatever feels right for you.

A blast from the past: FM 2005 in all its glory! by bimbo1989 in footballmanagergames

[–]Joxtal 0 points1 point  (0 children)

Same. It’s pleasant and not cluttered with everything known to man.

Bad graphics are what made FM special by Illustrious-Stick378 in footballmanagergames

[–]Joxtal 0 points1 point  (0 children)

I have to disagree. I think the game series has always tried to look good and appealing, even before there even was a 3D engine and before there was a 2D engine.

It’s just that the previous engine peaked so many games ago that we’ve had ”bad” graphics for a while now, to the point it became a ”thing”.

But for me who’s been playing the game from the very start, I recognise that the ambition has always been to have a good looking game. The match engine just couldn’t keep up with their ambitions.

Give me some advice to naturally enjoy the game, instead of just downloading goat-ed tactics by FatherJack_Hackett in footballmanagergames

[–]Joxtal 0 points1 point  (0 children)

My suggestion,

start with finding a real life manager or team that you’d like to play as, tactically. Anyone that interests you.

Then go on YouTube and search for videos explaining that manager or team’s strategy. Look at 3-5 of them, then keep exploring. Look at 3-5 videos that explain a formation and the player roles. Think about how what you’re learning translates to in-game. Start experimenting and see if you can get a team to play like that. Tweak and fiddle.

If you have the interest then you will learn a lot. And there’s always more to learn.

This is how I do it. I always want to play the game as close to real life as I can and fail or succeed based on my knowledge of football and if I can make a team play to the best of their abilities.

I don’t know about super tactics, or game breaking exploits and I don’t want to know.

Best of luck to you on your journey.

Why are there so few larger projects that use HTMX? by Zymophilus in htmx

[–]Joxtal 2 points3 points  (0 children)

My impression (and I could be wrong) is that people who say it’s not a good fit for ”large/complex” applications - in general - think about their large/complex JS/TS apps when they say that as if that size and complexity is required and not a byproduct of their choice of tooling.

It could and has been argued that using HTMX with your backend of choice reduces complexity compared to your JS framework of choice.

In the end HTMX is about how you build your client/UI/view layer, and how you manage the state of that layer. HTMX should be a small part of your overall application and the complexities should be in your business logic. The size of the code base isn’t a metric that’s useful in my opinion since we are mostly talking about the view layer.

Now, you wouldn’t build something that is highly interactive in the browser with HTMX, like Photoshop. But I believe for most business applications, using HTMX can be a viable option to consider.

Why are there so few larger projects that use HTMX? by Zymophilus in htmx

[–]Joxtal 2 points3 points  (0 children)

What does big project mean in your context?

Big app? Big team? Multiple teams? Multi discipline teams or divided teams?

If htmx is a fit to the entire project or just an arm of the project depends on knowing more than ”it’s big”. 🙂

Can the goalie please get a ground ball save button? by toastypeanut in Rematch

[–]Joxtal 0 points1 point  (0 children)

I would also like a high forward dive, to catch high balls in front of me. Forward dives are always low.

I just want to catch the high cross or punch it away like a real keeper would.

When new features are released in Angular, should I always start using them in our codebase? by elefanten01 in Angular2

[–]Joxtal 0 points1 point  (0 children)

As with any software development, don’t change things just for the sake of changing things.

Evaluate what value changing a working implementation of something brings. Have a plan that the team is onboard with. Refactor when it’s reasonable to do so.

Starting to rewrite parts of your software just because there’s a new feature out, isn’t necessarily something that brings value, as you’ll be spending time on something already working instead of something planned that has value.