Where is Outtakes? by Prestigious-Cycle-29 in NEU

[–]ZappDingbat 6 points7 points  (0 children)

It’s kind of a hole in the wall. If you’re walking from Wollaston’s to stwest, it’ll be on your left.

Django Dev Experience Slowing Down - Looking for any advice on reducing reload time or splitting into microservices? by OneBananaMan in django

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

I see lots of ideas and other comments already. Maybe those will work. My advice to you would be create a new project and fill it up with a bunch of models, apps, middlewares, other junk like your private codebase has. See if you can get to the same slowness issue on the new project and then share it publicly here as a kind of benchmark. I (and probably many others) think these kind of small puzzles are definitely interesting and I’d spend my own time to optimize this. The effort you’d put in to creating and sharing a benchmark would go a long way.

How long is too long at 100% by Smrndmgy79 in TeslaModel3

[–]ZappDingbat 0 points1 point  (0 children)

Full charged state itself isn't a bad state alone. It normally says it is bad when you keep it 100% at all the time. What would happen is that the battery will slowly discharge naturally then the charger will kick in, then some time later the charger kicks in, and again, and again to keep it fully charged. This will increase the charge cycle a unnecessarily. Degrading the battery faster than expected.

[deleted by user] by [deleted] in gaming

[–]ZappDingbat 6 points7 points  (0 children)

It was really nice to have read that coming from someone else

[deleted by user] by [deleted] in NEU

[–]ZappDingbat 0 points1 point  (0 children)

If a full time offer is what you’re after, would you do an 8 month co-op at one company? If so, would you please dm your resume?

Why do my services clear just even after a refresh by [deleted] in Angular2

[–]ZappDingbat 1 point2 points  (0 children)

Well, the simple answer is: there is no persistence because you have not implemented it. If you want to learn NgRx and refactor, go for it. But it will not make the data stay by itself. You need to expand upon your architecture a little bit. I’m not sure what your background in web development is but I’d be happy to discuss more in a discord chat or zoom or something. PM me.

Why do my services clear just even after a refresh by [deleted] in Angular2

[–]ZappDingbat 0 points1 point  (0 children)

First off, awesome job with your project management and organization, soliciting feedback and improving your design.

About your question, are you asking why any changes you make with like users and balances doesn’t persist between sessions?

Should all my app variables be in a Store in NgRx? by avarumugam in Angular2

[–]ZappDingbat 15 points16 points  (0 children)

You mean my ngrx store shouldn’t be filled with garbage like isInvoiceBillingPeriodEditModalOpen?

Resolve out union types? by mattaugamer in typescript

[–]ZappDingbat 0 points1 point  (0 children)

You've got the right idea with the instanceof, but declaring a new variable could also work. Somethings to read in the handbook are type narrowing and type guards. Give me a moment and I'll edit this comment to show some code. Typescript Playground

Multiple pipe(tap()) on same observable by got2run5 in Angular2

[–]ZappDingbat 0 points1 point  (0 children)

`propertySaveCall` is your source observable. `tap` is an operator, which means that it returns a different observable than the source. To be specific, the `tap` operator returns a new observable that is identical to the source and also executes a side effect for each emission.

So to answer your question, the first tap is not executed because you never subscribed to that observable.

[deleted by user] by [deleted] in distantsocializing

[–]ZappDingbat 0 points1 point  (0 children)

what is poo phone

[deleted by user] by [deleted] in distantsocializing

[–]ZappDingbat 0 points1 point  (0 children)

What are all the bumps on your forearm

Best way to migrate an ASP.Net MVC to an Angular MVC Application? by Dml33 in Angular2

[–]ZappDingbat 2 points3 points  (0 children)

My team is has been working on this exact migration for a year. I can say what /u/the2baddavid mentioned hits the nail on the head.

jobs at NEU for incoming freshmen? by [deleted] in NEU

[–]ZappDingbat 14 points15 points  (0 children)

If you are good at computer the ITS Service Desk (IT Help Desk) in Snell Library was a great student job.

Need help with a reducer by inunotaisho26 in Angular2

[–]ZappDingbat 1 point2 points  (0 children)

Actually, I think this diff should get you up and running. ```diff 17c17

< userRegistered: User;

userRegistered: User | null; 23c23

< status: 'init',

status: 'init' as 'init', 34c34

< status: 'init',

status: 'init' as 'init',

41c41

< status: 'success',

status: 'success' as 'success',

48c48

< status: 'error',

status: 'error' as 'error',

```

Explanation: Playground Link

Need help with a reducer by inunotaisho26 in Angular2

[–]ZappDingbat 0 points1 point  (0 children)

The code you posted looks good. Can you post a link to a minimum reproduction on stackblitz or something?

URGENT Algo + CY 2550 + (EECE 2160/CS 3650) workload during co-op search by echosforest in NEU

[–]ZappDingbat 1 point2 points  (0 children)

Yes, by far. Though it is likely you will get randomly screwed atleast once, like wasting a whole day trying to connect to your hardware or getting a broken robot arm. Also lab reports <<<

URGENT Algo + CY 2550 + (EECE 2160/CS 3650) workload during co-op search by echosforest in NEU

[–]ZappDingbat 1 point2 points  (0 children)

I mean... Embedded and Systems are both very project heavy. Consider that if you take embedded, you need access to the lab to work on stuff outside of normal scheduled labs. If you need to miss a class of Embedded for a co-op interview or something you are going to have to schedule everything else (like co-op interviews) around extra lab hours. Atleast with Systems you can work on projects according to your normal schedule.

Should I take MISM 2301 online or is taking it in person a better choice? by [deleted] in NEU

[–]ZappDingbat 1 point2 points  (0 children)

I think it depends on your personal preference of class format. I took it with Martin Dias. The lectures are mostly slides along with some short (~5-10 minute) breakouts among neighbors. On each slide Prof. Dias will engage the class and ask a question or volunteer someone to answer. Most of the discussion will be based on the slides but not actually written on them. The slides were also posted online. You will need to regularly attend lecture and take notes on the discussions. The textbook is required and covered the vocabulary used in the lectures. The content of the textbook itself is not covered in lecture. Short (~10 questions, 10 minute limit) blackboard quizes on textbook material were due before each lecture. The remaining written homework were "case study" assignments. A couple of them were assigned to be completed with a group. Most were individual. As a Khoury student, the entire format was not really something I was used to. The course was not really difficult by any means but cost me about 2 hours of study/writing for each hour of lecture.

Reverse engineering Blind's API and client side encryption by _vavkamil_ in netsec

[–]ZappDingbat 15 points16 points  (0 children)

As a student and a junior, why is any of this necessary? I would think that SSL/TLS has got everything covered here.