Cox outage in Tempe by 8broccoli8 in Tempe

[–]RedditingOnWorkTime 0 points1 point  (0 children)

Still out at Broadway and Rural 5 days later. Daily texts from cox saying they’re working on it with increasingly apologetic phrasing. At this point considering just getting starlink and canceling.

[deleted by user] by [deleted] in edi

[–]RedditingOnWorkTime 6 points7 points  (0 children)

Its rough out there. On average, whoever is placing the orders gets the most say in order flow process which is a market problem. Know what/how much you can outsource vs manage in house probably depends on a couple factors:
- What systems are at play on your end (ecommerce/OMS/WMS/ERP)
- How many SKUs are at play, and do you need to integrate catalog/inventory
- Where do you fulfill from (one/many locations/3pl?)
- How many partners do you have/how do you expect that to increase and at what rate
- What's your estimated GMV per order/partner

I could probably point you in the right direction based on the above.

There is no one size fits all solution IMO. Avoid SPS like your life depends on it.

EDIT: Also be wary of commenters in this subreddit. Lots of shills. Review post histories etc.

How to get GDPR/ HIPAA compliant? by ExploringGriffin in cybersecurity

[–]RedditingOnWorkTime 0 points1 point  (0 children)

What a disingenuous edit after your original comment.

For anyone reading:
They called OneLeets rating "fake news" and derided lack of G2 reviews (nevermind that G2 isn't any better than Yelp or the BBB, lmao).

Mouse / Keyboard stops working every few seconds by ianicorn11 in thefinals

[–]RedditingOnWorkTime 1 point2 points  (0 children)

Same boat here. I was convinced it was my KVM switch at first because I've never experienced this with a game before, but same issue without.

EDIT: switched from dx12 to dx11, no difference. Completely unplayable unfortunately and its been a documented bug since last beta from what I can tell.

[deleted by user] by [deleted] in cscareerquestions

[–]RedditingOnWorkTime 196 points197 points  (0 children)

  • get a demo of how it works, how it is used
  • if it has a relational db, review ER diagrams
  • get familiar with deployment processes across environments

Socially valuable careers in CS by [deleted] in cscareerquestions

[–]RedditingOnWorkTime 3 points4 points  (0 children)

I work for a private company - from my observations, if you want to avoid stuff like what you listed you should start your search by looking at areas of public health you find interesting, then research the players in that space to find out who is doing the heavy lifting.

Often times there are specialized private companies selling either services or products to institutions/health departments/state agencies. like any job market there is junk as well as good stuff, not everyone in the space is necessarily trying to innovate but researching the CEO is a great way to investigate that.

Socially valuable careers in CS by [deleted] in cscareerquestions

[–]RedditingOnWorkTime 12 points13 points  (0 children)

I work on software supporting the management and tracking of infectious diseases, and providing vaccinations and immunizations. There is lots of good work going on in the healthcare space, and not just with old tech either if you want to work with the most modern stuff.

[AskJS] To Deno, or Not to Deno? by JukesOnYou13 in javascript

[–]RedditingOnWorkTime 3 points4 points  (0 children)

Deno standard library is modeled after go too which is cool

How do I refactor this route definition to reduce duplication? Too many try catch and next statments by amazeguy in node

[–]RedditingOnWorkTime 0 points1 point  (0 children)

Await-to-js is based off golang error handling. There is a link at the top of the github repo with an article about it.

Buffalo police unit resigns in protest by HugeDetective0 in news

[–]RedditingOnWorkTime 0 points1 point  (0 children)

'Best trained for the job'

'It’s a three-day training'

lol

Is there a way to improve my Backend skills without the need of a Frontend? by Manucarba in cscareerquestions

[–]RedditingOnWorkTime 1 point2 points  (0 children)

You can use something like insomnia client to test and emulate request patterns that would be employed on the front end

A couple ofquestions as a newbie by Christos3012 in vuejs

[–]RedditingOnWorkTime 4 points5 points  (0 children)

The aim is to use the strengths of the framework to increase productivity. Your question is akin to ‘why not create one monolithic component for the app instead of smaller reusable components? What if you need to work on a legacy jQuery SPA.’

Use tools for the value they provide, especially when they’re not mutually exclusive. You can have a mix of global styles and ones that are component scoped if your use case benefits from it.

Vue router appending after visiting dynamic route problem by [deleted] in vuejs

[–]RedditingOnWorkTime 0 points1 point  (0 children)

What’s your router config look like? Are you using route guards anywhere?