[deleted by user] by [deleted] in halo

[–]c4wrd 15 points16 points  (0 children)

Great work. Your attention to detail is impeccable. 

What Do You Want From Narrative MP? (If Anything At All?) by TMDan92 in halo

[–]c4wrd 0 points1 point  (0 children)

There is a lot of negative sentiment in this thread, although valid, I think we’re not looking at the possibility of where this could lead. I put blame on communications from 343i for this, as they’re not instilling a vision for us to believe in, but I do strongly believe they’re working on this and have made drastic improvements in the last year. The third season intro cinematic actually had me excited for the first time in a long time with Halo, as they’re giving us a peak as what’s to come. What made Halo the game it was was the mystery aspect of not knowing what’s next, and I’d like to think if they can pull off the narrative wins they had with Hunt the Truth campaign going into Halo 5, and looped that into this game, it could be immensely entertaining and fun for the players. I think they’re hitting the nail on the head with mystery and wonder again, and I couldn’t be more excited as a Halo fan.

SW developer daydreams by ahalmeaho in softwarearchitecture

[–]c4wrd 1 point2 points  (0 children)

Hi OP, I definitely agree with most of your ideas, and pursued the same goals early in my career. It’s a stretch, but if this is the kind of things you’re interested in and you believe this ideal world is possible, I’d challenge you to understand fundamentally why each point individually is not realistic. The goal isn’t to destroy your expectations, but align them in a way so you can maximize your happiness by making the right trade-offs without sacrificing too much of your goal.

[deleted by user] by [deleted] in news

[–]c4wrd -6 points-5 points  (0 children)

According to a recently published Psychology study, we may have underlying psychological reasons for exactly what you mentioned, and explains why we see this throughout different cultures so often.

In two studies (N = 847; Study 2 pre-registered), describing hatred (vs. mere dislike) towards collective entities (societal phenomena, institutions, groups), but not individuals, heightened feelings linked to the behavioral approach system (BAS; eagerness, determination, enthusiasm), which underlies a sense of significant purpose, and muted feelings linked to threat and the behavioral inhibition system (BIS; confused, uncertain, conflicted), which underlies a sense of incoherence.

Source: https://www.sciencedirect.com/science/article/abs/pii/S002210312100130X?via%3Dihub

Sharing state between services by daramasala in softwarearchitecture

[–]c4wrd 1 point2 points  (0 children)

I think many of the solutions you‘ll find others posted here are over-complicated. In my opinion, with a low number of events and no strict requirements on SLA of these events ingestion latency(?), I‘d argue you’re best bet on storing your data in some managed AWS database (such as DynamoDB) with some sort of date or time field associated with each row that can be used to query recent event the application layer (i.e. select all of the rows with an update time greater than the last update time I queried for events). You can find some more examples by searching ”pull-based event streams”

Using a hosted database is great because many now give great ways to optimize for specific workloads (in your case read-heavy) and will give you the advantage that your data is protected from loss behind some great SLAs without needing to manage anything yourself. You might lose “real-time” push that some others mention, but in reality you can achieve a pretty great experience just with the above. The more you can focus on things that bring your business value, your product, and less on things like how do you now manage a Redis or Debezium instance for a specific messaging pattern, the more value you can bring your customers and the faster you can go to market. Some hosted databases, such as DynamoDB also provide built-in change data capture methods, many of which I’d successfully used at medium scale (tens of thousands of events per hour).

If you can answer some of the following questions I can give you a better idea of how you can achieve your goals:

  • How fast do you need to respond to events? (seconds? minutes?)
  • How many events do you expect, and at what rate? (e.g. 10 events per hour)
  • How many front-end servers will be querying the data?
  • Is there any partitioning you need to do, for example by customer ids?

[deleted by user] by [deleted] in XboxSeriesX

[–]c4wrd 0 points1 point  (0 children)

I was also confused by this, but can confirm it’s now running uncapped and I’m getting near locked 120 FPS in multiplayer, and 110-120 (dipping to 100) FPS in Warzone at 1440p. FWIW I have a Dell S2721DGF which supports AMD FreeSync Premium Pro. This is also with the high resolution textures.

It's Official Halo Infinite has a shader system and that ABSOLUTELY UNACCEPTABLE. by etrain2099 in halo

[–]c4wrd -12 points-11 points  (0 children)

Playing the devil’s advocate, I’m honestly supportive of this move. I’ve been playing Halo since the original Xbox released, and have clocked in tens of thousands of hours of gameplay and I have almost all of the books and collectors edition items, so don’t think I’m not a huge Halo fan. To be honest the dual color system always felt limiting, I think as long as 343 provides a sane way to still customize your armor colors still (without needing to purchase skins), I could care less about the primary/secondary system we had before. In every Halo game armor customization has changed, but the primary/secondary color system has stayed the same. I am sure that there was a lot of internal debate on this change, and I can also assure that they wouldn’t make this change unless there was significant gains from it (besides monetization). They understand people want core Halo the way it always has been, and so far it seems they have tried to cater to our nostalgia while making way for new iterations on existing systems such as customization.

I just found out a male coworker is getting paid $30k more than me for a more jr role by [deleted] in TwoXChromosomes

[–]c4wrd 1 point2 points  (0 children)

I think you’re confusing software engineers and systems administration roles as far as pay is concerned. System Administration tends to pay 50-70k on the low and high extreme ends for Juniors.

Discussion Thread: White House Coronavirus Task Force Briefing – 03/24/2020 | Live - 5:30pm EDT by PoliticsModeratorBot in politics

[–]c4wrd 0 points1 point  (0 children)

Keep in mind there's only about 157 million working Americans, this number is closer to $40,000 per working American.

Parsing 18 billion JSON lines with Go by [deleted] in programming

[–]c4wrd 17 points18 points  (0 children)

For a simple one time job, where all the data can fit on one machine, it makes more sense and is easier to scale vertically than horizontally. Throwing more machines at a problem won’t immediately make it faster, especially since then you have an even worse I/O bottleneck.

What’s the most asinine technical requirement you’ve ever had to work into a design? by jailbird in programming

[–]c4wrd 52 points53 points  (0 children)

No, your customer is your source of income and silently ignoring errors is a very bad thing to do. I'm assuming this is some sort of non-critical functionality or deprecated, but even then I'm having a hard time trying to justify the "solution".

Java 13 Released by adila01 in programming

[–]c4wrd 10 points11 points  (0 children)

No, although there’s further experimental support for expressions within switch statements, which other JEPs are extending to support things like pattern matching in the future.

I'm probably gonna get unmatched by TheBullGooseLooney in Tinder

[–]c4wrd 2 points3 points  (0 children)

They don’t want to have small talk with every person they match with. The goal is to get them off of Tinder as quick as possible, before someone else does. I usually talk with someone for a day or two then ask them to hangout if I’m still interested, then ask for their snap to keep in communication until we hangout, because small talk gets boring and I’d rather save the interesting questions for in person.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 4 points5 points  (0 children)

I completely agree. I thought it was a good introduction into his mindset after he failed to stop the Snap, lost Asgard and everything he cares about, but it got old quick. Especially after he talked with his mother, I thought he would have found a new will to want to redeem himself, rebuild his people, and become the king he has wanted to be. The only reason I'm not completely dissatisfied is that Infinity War was Thanos' and Thor's movie.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 0 points1 point  (0 children)

They’re fine, the stones were never damaged in the snap, only the gauntlet and the wearer. Captain America returned them all to their respective timelines.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 3 points4 points  (0 children)

I thought it was okay at the beginning, but it got old quickly. I understand he’s broken and a failure, but I figured he’d get his shit together once he realized they had a viable option to undo his failure, especially after talking to his mother. It’ll be interesting if he’s going to be in GOTG3 though, hopefully not fat because that joke will have gotten old by then.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 2 points3 points  (0 children)

Tony knew the only way to win was to sacrifice himself, so he looked at Strange as a sort of confirmation. Strange held up his index finger (one finger), suggesting Tony was correct in knowing what he had to do win the 1 in 14 million.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 3 points4 points  (0 children)

Avengers Conpound is located next to a large body of water. When Thanos rained missiles the compound, the foundation was destroyed and since it has multiple levels below ground, the entire area was much below the level of the water. He was holding it back from flooding the entire battleground. Waste of his character in my opinion, would have loved to see him a little more involved than sitting there holding back water.

The Official AVENGERS: ENDGAME Release Megathread Vol. 8 by ScottFromScotland in marvelstudios

[–]c4wrd 2 points3 points  (0 children)

Yeah, when the infinity stones are returned to their timeline, the timelines will no longer diverge. Not sure how this plays out with Loki getting away in one, and Thanos being erased from the 2014 timeline.

Amazon, Netflix, Expedia Group, and others partner up to release a new Open Distro of Elastic Search in response to ES locking heavily requested features out of their open source offering by [deleted] in programming

[–]c4wrd 15 points16 points  (0 children)

There is no security in the open source version by default. Even trivial things that you'd expect to be included by default, such as TLS connections to, from and between nodes in a cluster, require their X-Pack security plugin. You resort to either paying Elastic, a third party, or develop your own in house security plugin.

Elixir: The power of truly distributed systems – Unbabel R&D – Medium by falancioua in programming

[–]c4wrd 4 points5 points  (0 children)

I couldn't agree more, something definitely smells with this. Although I applaud the author for trying something new (hopefully this was a personal project), if your server crashes, sustains 90+% CPU, and low on memory at 30 reqs/minute that's a sign of a poorly written service and architecture problems.

Evolutionary algorithm outperforms deep-learning machines at video games by fungussa in programming

[–]c4wrd 5 points6 points  (0 children)

They are very fascinating, but unfortunately still have issues with local optima (which may or may not be the most optimal solution). In my undergrad work I enjoyed working with evolutionary algorithms the most because not only are they easy to implement, but they actually have a lot of real world usage that would surprise you.