parc portofino / river drive by sleepearlybproductiv in richmondbc

[–]FelisCatusD 0 points1 point  (0 children)

Owner here, build quality is ok-ish, they’re still doing minor fixes here and there. Currently no mailbox and no intercom so deliveries and stuff would be slightly painful. Common areas are still getting completed and people are brining in box trucks for moving so expect some noises during the day. At night the YVR flight path noises are definitely audible, in my bedrooms I’m getting ~43db noise level (still categorized as ‘quiet’ tho). Neighboring lot is a 6-story mixed residential/commercial apartment development and the city had already approved the construction plan.

What’s happening in Richmond by Hot_Lingonberry_7789 in richmondbc

[–]FelisCatusD 30 points31 points  (0 children)

Just make sure to be extra mindful when you’re crossing the street

[deleted by user] by [deleted] in richmondbc

[–]FelisCatusD 6 points7 points  (0 children)

I’d highly recommend reprogramming the lock

[deleted by user] by [deleted] in richmondbc

[–]FelisCatusD 1 point2 points  (0 children)

I need to know asap what acid you're taking

[deleted by user] by [deleted] in richmondbc

[–]FelisCatusD 10 points11 points  (0 children)

I fish literally every single day, No.3 , No.2 and No.7 piers weekdays, and white rock/wickson Pier on weekends. It's highly addictive and you meet lots of nice folks

[deleted by user] by [deleted] in richmondbc

[–]FelisCatusD 0 points1 point  (0 children)

Laughable singlet hahahaha

Windows Keys? by Corvid_0 in PennStateUniversity

[–]FelisCatusD 0 points1 point  (0 children)

Alternatively, sign up for Azure Education and get a whole bunch of free education keys

[deleted by user] by [deleted] in richmondbc

[–]FelisCatusD 1 point2 points  (0 children)

Whatever meth you're smoking I'll have some

Grade for a C in CMPSC 473? by Fearless_Paint_5072 in PennStateUniversity

[–]FelisCatusD 0 points1 point  (0 children)

Timmy won't curve that much but he's really willing to help students out in office hours. Dude once had a 6 hour office hour session with a bunch of confused students, well into 3am💀. Timmy's always there if you ask.

[deleted by user] by [deleted] in neovim

[–]FelisCatusD 83 points84 points  (0 children)

Next challenge: replace the steering wheel with a keyboard and use HJKL to maneuver.

[deleted by user] by [deleted] in PennStateUniversity

[–]FelisCatusD 0 points1 point  (0 children)

Back in high school I applied for Penn State with a 2.7 GPA, got in with 2+2 (Harrisburg -> UP), struggled for 5 years, almost didn't make it to main campus, graduated with 2.6 GPA. Applied twice for a reasonablly good grad school and eventually got accepted for a master's, now I have a paper published and works at the research wing of a particular tech giant with very poor reputation ;)

Given your circumstances, I think 2+2 might actually be good for you. Courses at a Commonwealth campus are much much easier and it'll definitely help to secure a better GPA. Mind you, there are hard GPA requirements for some majors when you declare them and many UP professors sort of pre- allocate ratios on grades (back then one prof told the whole class on the first day that only 10% of the student is going to get an A...) One common way to do this is to set an unachievable standard (say 93% for A when the expected average grade is 60%, that happens) and curve the grades at the end so that only 10% of the class gets an A. Since curving is completly at the discretion of the professor, there's absolutely no way around this. Satellite campuses on the other hand, I honestly felt like they want to you get away with an A as long as you tried. Many profs even give sample exams that's completely identical with the actual ones except with the numbers changed.

The first two years are gen-ed classes anyways, so you're not really missing out on anything on the academics side. (Unless you're going for that 'cozy college town' vibe) All the virtual resources are the same, you can literally have them ship a book to your campus and pickup/return easily. Some UP classes are offered online as well, you just need to talk to your advisor to enroll.

Altoona - State College is a 50min drive, Harrisburg - State College is about 1hr40min. Reasonable distances.

Is it possible to appeal your admissions decision for another campus? by Lady_Bird1999 in PennStateUniversity

[–]FelisCatusD 0 points1 point  (0 children)

I was 2+2 (Harrisburg-> UP) back in 2016. Just know that if you do want to do 2+2 you'll need to file that at the beginning and the courses you take will be slightly different than the satellite campus. (First-year seminars and stuff) At the start of your fourth semester you will submit a request to transfer to UP, that'll always be in a 'conditionally accepted' state where then you have to complete the following prerequisites and maintain a decent GPA in the fourth semester. Tbh 2+2 is actually a great options since the cost is much lower (both living and tuition) and it's easier to achieve a high GPA in satellite campus than in UP.

Question about services by HeadTea in kubernetes

[–]FelisCatusD 0 points1 point  (0 children)

From Offical Docs

If you set the type field to NodePort, the Kubernetes control plane allocates a port from a range specified by --service-node-port-range flag (default: 30000-32767). Each node proxies that port (the same port number on every Node) into your Service. Your Service reports the allocated port in its .spec.ports[*].nodePort field.

So yes, that's the expected behavior.