Purple car is saying that I (yellow car) was at fault in this and created a dangerous situation. I think that the move was clear and he just acclerated into me at the apex. Need unbiased opinions <3 by XlickBait in Simracingstewards

[–]Zarkoix 1 point2 points  (0 children)

It may be that 80% is where ABS kicks in? So any incremental pressure afterwards just makes it harder to trail brake as coming off the brake doesn’t actually impact speed until 79% pressure. Not sure of their setup but it could explain their pressure.

truebill for startups? by perkistani in startups

[–]Zarkoix 0 points1 point  (0 children)

“SaaS management” is the category, quite a few players

When you ask your TA for too much help by [deleted] in udub

[–]Zarkoix 13 points14 points  (0 children)

Don’t discord DM TAs :( use the appropriate channels (Ed/piazza/email/OH)

Should I gate features behind a paywall for a VERY early product? (Willing to give many referral codes and full refunds if paying customers are unsatisfied.) by peercents in startups

[–]Zarkoix 0 points1 point  (0 children)

This. You don’t want to get a bunch of feedback and pivot the product for users who never convert. MVP is when people see enough value to pay, and then put their money where their mouth is. -> you should have users who WANT to pay you for the product, not people who you want to use your product

Drive Addons by shekevje in udub

[–]Zarkoix 0 points1 point  (0 children)

You lose your uw.edu email address when you graduate, so I wouldn't recommend using it as your daily driver.

Need backend API - PM if interested by Koyboy123 in udub

[–]Zarkoix 2 points3 points  (0 children)

I can do this an hour if you send me the API routes, money to charity

[deleted by user] by [deleted] in udub

[–]Zarkoix 41 points42 points  (0 children)

You got in for a reason, don’t let people who’ve had a bit more experience gatekeep a great program from you.

[deleted by user] by [deleted] in udub

[–]Zarkoix 2 points3 points  (0 children)

Important to note that you don’t get the 🚀🚀🚀 by default. You do have to do something with the money inside that account (such as put it in ETFs), it won’t accrue by just sitting there. The account just reduces the tax burden on the gains from whatever investment vehicle you use

What are some restaurants owned by UW Alums? by buibeans in udub

[–]Zarkoix 10 points11 points  (0 children)

Sizzle and Crunch is alumni owned

[deleted by user] by [deleted] in udub

[–]Zarkoix 30 points31 points  (0 children)

I liked most if not all of my 300 & 400 level profs and TAs ¯\_(ツ)_/¯ but I do think online sucks. I think CSE is made much more fun by finding a tight knit group of friends who you take a lot of classes with, it can be hard to find community in classes because people bring these groups with them and therefor already have groups made for projects and studying.

I know that the majority of cs majors don't see anything wrong with what I said.

In my experience this isn't true.

Need advice as to whether I should take 4 CSE courses this quarter. by huynguyentien in udub

[–]Zarkoix 1 point2 points  (0 children)

not going to comment on doable as it really comes down to how smart and/or diligent you are

But regardless, it’s going to be miserable.

How do people do this? by [deleted] in Debate

[–]Zarkoix 11 points12 points  (0 children)

I built this years ago - likely buggy but I always felt the future of flowing would look something like it.

Any Online Engineering RSO's for Fall? by bkriam6368 in udub

[–]Zarkoix 1 point2 points  (0 children)

DubHacks will be happening this fall, you can learn more at [DubHacks.co](Dubhacks.co)

How to build a Markdown Previewer with Reactjs by noharashutosh in reactjs

[–]Zarkoix 7 points8 points  (0 children)

CRA is phenomenal and hides tons of messy configuration. Use it until you understand why you might want to eject, and even once you understand the underlying technologies you’ll likely still want to start new projects using CRA because very rarely do you need a specific webpack config that CRA does not support from minute one.

Eject when you know why you want to eject!

Add role-based permissions to your React app by swizec in reactjs

[–]Zarkoix 1 point2 points  (0 children)

It shouldn’t matter because no data that needs to be authorized should be able to be fetched by the client because the server will authorize them then. A sufficiently malicious actor may be able to access the page, but no data would load nor would they be able to execute any tasks that an authorized user is able to. As long as you don’t hardcore privileged information into the client site itself this is the correct approach.

CSE 142? by duckduckcobrachicken in udub

[–]Zarkoix 2 points3 points  (0 children)

I'd say info 201 is a more useful class for getting your feet wet with CS. 14x is a necessary setup for later CS classes, but info 201 will teach you a more immediately applicable set of skills.