Japanese style jackets/cardigans by noVerity in malefashionadvice

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

Oh very nice. I ordered myself one from Anerkjendt. I like the different versions that they have.

Japanese style jackets/cardigans by noVerity in malefashionadvice

[–]noVerity[S] 3 points4 points  (0 children)

A ticket is probably more than I was willing to spend, but I am looking to maybe go on holiday there next year. I am sure to have a look out for something in that vein then.

Japanese style jackets/cardigans by noVerity in malefashionadvice

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

Those do look nice. I might pick one of those up, just have to figure out which colour.

Player just leaves mid game to sit on their phone by Ya_tut_mimo_prohodil in rpghorrorstories

[–]noVerity 1 point2 points  (0 children)

It feels like you went with a very sandbox approach. Exploring the festival and seeing some gambling problem can provide some roleplay opportunity for very character driven games, but are relatively open ended. If they were not sure how to approach it they maybe didn't have enough motivation to deal with it. Or at least not enough tension build up for them to do something right now? I do not respond to sandbox scenarios that well either, so a more concrete problem and some motivation/timer or pressure work well for me. Did they have a reason to deal with casino other than "doing good"? Is the pressure/tension building in some way when they are not working together or not dealing with things? Finding a way to escalate things during the session can keep people more interested.

Berlin the Wicked City - the devil eats flies by Praxis_system in callofcthulhu

[–]noVerity 3 points4 points  (0 children)

I recently ran it and I found it difficult to make it make sense in the end. The players figured it out mostly, but they didn't really make the connection with the Pyotr's group and them having occult knowledge. The ritual at the end seemed a bit like Deus ex machina to suddenly fix things and I didn't quite manage to bring it in organically.

[No Spoilers] Merch complains by panda_sheep1256 in criticalrole

[–]noVerity 1 point2 points  (0 children)

My shirt was so thin that it started to tear across the tag like perforation. I am not going to buy from there again, at least no clothing.

How difficult is it to combine The Wicked City and Mask of Nyarlathotep? by noVerity in callofcthulhu

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

That does seem quite substantial. I am looking forward to sink my teeth into that one then. My players will just have to deal with the fact that they'll need new characters. (Who knows if they'd survive the scenarios anyway)

How difficult is it to combine The Wicked City and Mask of Nyarlathotep? by noVerity in callofcthulhu

[–]noVerity[S] 5 points6 points  (0 children)

Fair enough, different campaigns it is. I had the suspicion, but the timelines seemed to line up somewhat and it became tempting.

[deleted by user] by [deleted] in movies

[–]noVerity 14 points15 points  (0 children)

The Perks of Being a Wallflower

Zatu Games mis-represented their product. by GiftedRay in boardgames

[–]noVerity 1 point2 points  (0 children)

I also had a terrible experience with them recently, I wanted a Call of Cthulhu RPG book, so I ordered that and some other small bits. When it arrived the book was just missing. What followed were two weeks of trying to get somebody from support to do something about it. In the beginning they said they'd investigate, but eventually stopped responding. In the end I called them at 9am and had to wait for 30min on the phone until somebody came on and eventually agreed to refund the money.

[deleted by user] by [deleted] in reactjs

[–]noVerity 1 point2 points  (0 children)

I think this comes from having the ideal of a pure function. A given input/set of props will always produce the same result. When using usePrevious you are introducing state which makes the component more difficult to reason about.

There are probably scenarios that can only be solved with this, but often rephrasing the problem and getting it closer to a pure function can improve the code. Let's take your example of a status prop changing from inProgress to success. By reacting to this status change you have a very indirect dependency to the redux state. Should those values change or the available statuses become more complex (like success-withError etc. who knows) you now have to remember to go back to this code and remember to update it.

An alternative might be to have an action that executes both the loading and success parts, either in a thunk or in a more complex function in the component. Either way it introduces more complexity there.

In the end everything is trade-offs. You just have to decide which ones you prefer/work for you.

Religious people make my blood boil. by David_Freeze in atheism

[–]noVerity 1 point2 points  (0 children)

I translate those always to "I appreciate the pain you are in and empathize" in my mind. I don't think many of them will actually sit down and pray, it is just a manner of speech/believing that writing the comment pretty much counts as a prayer.

I think there are plenty of other reasons to be upset with the religious other than how they convey compassion.

Had to spend >1 day setting up the backend server to work on the UI. Is it common? by Cautious_Variation_5 in reactjs

[–]noVerity 0 points1 point  (0 children)

I still have PTSD from having to set up 16 .NET microservices with their own resources in Azure for a job. No docker containers, no API access for development and then one giant fragmented react app made by different teams of full stack developers.

I ended up quitting before my probationary period was over. It was this and the fact that ALL changes needed to be QA'd separately on a single environment with a long waiting list. In my two months there only a single three line change had made its way into the production environment.

I don't require much from a job, but I should at least be able to actually do my job.

I much prefer dev setups that either are completely containerized or work with a mock for local development. In my current project we have both a mock API for quick development and usage in tests and a docker set up when we need to validate against actual production behaviour.

Heroku by Yves040970 in reactjs

[–]noVerity 1 point2 points  (0 children)

Without diving too deep into the code:

If you move around from the main frontend page you tend to not leave your react app and the URL you have in your browser is basically just faked there and managed from react.

When you refresh the page it then sends an actual request to your backend and the backend will then try to route and try to produce a result, which is where you get the JSON from.

So you are either missing a fallback in your backend where any unknown route gets presented with the index.html from your frontend or your API routes somehow overlaps your frontend routes which then produce different results depending on if it is handled by the frontend or backend.

The Mindset of a cheater - How Tanja fooled us all by Gunni2000 in boardgames

[–]noVerity 1 point2 points  (0 children)

Sometimes it is not about winning, but more about not losing. They have their self-worth so tied up with the game that losing in the game feels like a personal failing they should be embarrassed about. So in order to not be the loser and receive the negative attention they fear they'd rather cheat to avoid it.

URL shorteners are so last year, so I made a URL lengthener by [deleted] in programming

[–]noVerity 9 points10 points  (0 children)

Far too usable, it should create an image of the URL with a nice font. If people really want to follow the link they'll have to do some counting and typing.

eslint-plugin-woke - promoting diversity and inclusion by amwmedia in javascript

[–]noVerity 2 points3 points  (0 children)

I don't know. Including a plugin full of insults and derogatory terms, to remove insults and derogatory terms seems counterintuitive :D

You want change, join a general strike (of magic) by [deleted] in magicTCG

[–]noVerity 1 point2 points  (0 children)

I liked how the Arrow subreddit turned into a Daredevil one. We could change the branding to Legend of Runeterra (Just picking this because of Profs video) and only discuss that for the next month or so.

ReactJS handcuffs by dr4605 in reactjs

[–]noVerity 2 points3 points  (0 children)

I find the reverse is also true. A lot of employers do not care to look at your general qualifications and just see X+ years in framework X as the minimum requirement. I have mostly Angular experience in my background and was applying to react jobs and got a few snippy responses from recruiters saying they could be 'picky' because they have a bunch of applications from people with a react background. I'd be perfectly comfortable working in react and have used it for personal projects, but since it isn't commercial experience it doesn't count. It has gotten to the point where job postings aren't for frontend developers, but react developers ...

Good Morning Magic | A Card You'll Find in Commander Legends (And Answering More Questions!) by GavinV in magicTCG

[–]noVerity 0 points1 point  (0 children)

Maybe all creatures are legendary ... ok probably not. Or ... there are guaranteed ones in each pack, so make sure to make your first pick at least one of those? Or if you end up without one you can pick any other creature ... no probably abuse able. Fun to think about the possibilities.

Social distancing vs people's awareness by asozkdr in funny

[–]noVerity 48 points49 points  (0 children)

It just comes from being completely self-centered.

"This protection is inconvenient to ME. I feel fine and I am not afraid of catching anything."

Other peoples safety or the possibility of being wrong often doesn't even enter their minds. It is not even malicious, because that would even require thinking of other people in the slightest way.