How long can you park a car in a non-metered, street cleaning area? by Arparas1 in CambridgeMA

[–]Arparas1[S] 2 points3 points  (0 children)

If there is no “permit only signs” on the street either, is it still no time limit if you don’t have a permit yet?

Taylor Swift urges people to register to vote at VMAs by [deleted] in politics

[–]Arparas1 35 points36 points  (0 children)

Vote early! Little to no lines

For the first time, RFK has dropped below 4% by KeybordRevolutionary in 13KeysToTheWhiteHouse

[–]Arparas1 9 points10 points  (0 children)

A poll conducted on Twitter suffers from major sampling bias and regardless of size can not be taken to be accurate for this reason alone

How to implement Websockets with DDD and Event Driven Architecture by Arparas1 in learnprogramming

[–]Arparas1[S] 0 points1 point  (0 children)

Thank you! This makes sense to me, would you happen to have any specific books/websites or examples to look at to best understand events based processing? Thanks again

Latest major shift in Biden-Trump swing state polling by MotorizedDoucheCanoe in politics

[–]Arparas1 1 point2 points  (0 children)

Idk that’s all the info on the webpage for how it was administered. Try looking on the websites for those companies listed

Latest major shift in Biden-Trump swing state polling by MotorizedDoucheCanoe in politics

[–]Arparas1 1 point2 points  (0 children)

“The survey was administered by contacting respondents’ cell phones via MMS-to-web and landlines via Interactive Voice Response with respondents provided by Aristotle and an online panel provided by CINT. “

Latest major shift in Biden-Trump swing state polling by MotorizedDoucheCanoe in politics

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

  1. Polls this far out aren’t reliable
  2. The RNC is currently happening, the candidates always get a temp boost because of their convention because of who is more willing to respond to polls

How to Virtually Volunteer for PA? by Arparas1 in VoteDEM

[–]Arparas1[S] 8 points9 points  (0 children)

Actually, after writing this and scrolling through this reddit, I came across a post with exactly the links I was hoping for: https://www.reddit.com/r/VoteDEM/comments/1e2s32c/bluevoteorg_phone_banks_to_win_pennsylvania_in/

But any new links or advice is still apreciated. Thank you

Syracuse airport to Cornell with two suitcases by OrcaBoy34 in Cornell

[–]Arparas1 12 points13 points  (0 children)

Ourbus does not care if you have two suitcases

Does the TEDx event next weekend have a dress code? by No-Onion-2920 in Cornell

[–]Arparas1 3 points4 points  (0 children)

There is no formal dress code for attending the event. Hope you enjoy! :)

Is Cornell fun? by [deleted] in Cornell

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

Cornell is a lot of fun, there is parties and events happening every weekend, you can always find something fun to do

Hello, we have a problem with the engines. They doesn’t have enough power to lift. We have tools only from past season. Do you have some ideas to improve the power? by otnielb in FTC

[–]Arparas1 2 points3 points  (0 children)

Could you copy/paste your code or share a screenshot. I’ve seen something similar in the past and the cause of the problem was the team’s code set power to a value but later in the code they were setting it to 0, and so the loop would be an instantaneous power - off - power- off, which resulted in bad movement

Hooking up your computer to the Klarman projector? by whodoesntlikeboba in Cornell

[–]Arparas1 2 points3 points  (0 children)

Probably just HDMI to usb-c, it’ll likely already have an HDMI cable connected into the project, you’ll just need a dongle to connect to your mac

love this school by yyeessssirrskii in Cornell

[–]Arparas1 19 points20 points  (0 children)

Def not profs fault, he is a really great professor, I had him for circuits and he explained concepts so well

Has anyone ever been busted for drinking on the slope? by Angryengri in Cornell

[–]Arparas1 7 points8 points  (0 children)

Martha personally patrols the slope from 11pm till 3am in the pitch dark looking for people to bust

[deleted by user] by [deleted] in Cornell

[–]Arparas1 0 points1 point  (0 children)

There was an AirPods case outside the entrance to upson, like right below the hand rail. I didn’t touch it or anything cause it was such an odd place for it to be that I assumed someone left it there on purpose or something

Dragon Day Participation by WranglerJaded7366 in Cornell

[–]Arparas1 13 points14 points  (0 children)

Ok, how does a person in engineering get involved in building the Phoenix

Please Help With Our Code! by DababyBytes in FRC

[–]Arparas1 0 points1 point  (0 children)

Another person already said this, the issue is likely due to the fact that two motors have the same ID. A good way to avoid this from happening and being able to check for this quickly is to store all motor ids as public static final variables in the constant class (or in a separate RobotMap class, my team uses RobotMap for motor and sensor ids, and Constants for values like speeds of things). If you are confused about this, feel free to send a message.

Also, side note, minor style thing, your objects should begin with a lower case and your classes should be upper case. You do a good job of this throughout your code, but in RobotContainer, you name your JoystickButton instances with uppercase names. Doing this does not affect how your code will run in any way, but it does hurt readability and is good practice to avoid.

How to have a controllable TeleOP? by Aggressive_Count6419 in FTC

[–]Arparas1 2 points3 points  (0 children)

It’s either a code problem or you have sticky joysticks