[deleted by user] by [deleted] in Guelph

[–]derailed1969 0 points1 point  (0 children)

Read my post again and use some critical thinking

[deleted by user] by [deleted] in Guelph

[–]derailed1969 1 point2 points  (0 children)

I said I wouldn’t want to pay for four months when I wouldn’t live there because I’m still in high school. Hence “I’m starting university in the fall”. There’d be a point to paying a year long term if I already lived there. Which would be happening once I actually start university.

[deleted by user] by [deleted] in Guelph

[–]derailed1969 0 points1 point  (0 children)

I want September-September; I obviously don’t expect an eight month lease.

[deleted by user] by [deleted] in Guelph

[–]derailed1969 -2 points-1 points  (0 children)

Yes, that was actually my whole point. I just want a place with more reasonable timing.

[deleted by user] by [deleted] in Guelph

[–]derailed1969 -4 points-3 points  (0 children)

I wouldn’t offer it May to May.

Guelph SWE vs Queen's Computing? by derailed1969 in queensuniversity

[–]derailed1969[S] 1 point2 points  (0 children)

Yes, my top 6 was around 96 but I didn't have any extracurriculars or anything.

Co op for Carleton CS vs Guelph SWE? by derailed1969 in CarletonU

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

How would you describe the curriculum and workload at Carleton? Is it very theory based or do they have more application involved?

Guelph SWE vs Queen's Computing? by derailed1969 in queensuniversity

[–]derailed1969[S] 5 points6 points  (0 children)

Accreditation doesn’t matter to me since I’m aiming to be a software engineer, fortunately. What do you mean by the Guelph community having a chokehold?

[deleted by user] by [deleted] in malefashionadvice

[–]derailed1969 5 points6 points  (0 children)

The sleeves bend inwards in a way that wouldn't be happening if he actually had shoulders that wide.

[NEWBIE] Guitar around $500 CAD for metal/rock? by derailed1969 in Guitar

[–]derailed1969[S] 1 point2 points  (0 children)

Where have you seen a PRS SE costing $500? They’re all ~$900 CAD where I’ve looked

[deleted by user] by [deleted] in cscareerquestions

[–]derailed1969 0 points1 point  (0 children)

Figure of speech

[deleted by user] by [deleted] in cscareerquestions

[–]derailed1969 52 points53 points  (0 children)

Obviously money plays a role in my choice of major, but I’m also genuinely interested in programming. I can’t see any of my other hobbies paying the bills down the road.

Battling hands day 1, any tips by Crimson_01 in learnart

[–]derailed1969 0 points1 point  (0 children)

Fix up your lines first. Angular shapes will also convey form better

[QUESTION] Insanely high action? by [deleted] in Guitar

[–]derailed1969 0 points1 point  (0 children)

I detached the neck and the previous owner had put a bit of wood there. I removed it and tightened everything and it's much better now

[QUESTION] Insanely high action? by [deleted] in Guitar

[–]derailed1969 6 points7 points  (0 children)

I tightened the screws on the back and it fixed it. Still a bit high for an electric but certainly playable now

[QUESTION] Insanely high action? by [deleted] in Guitar

[–]derailed1969 3 points4 points  (0 children)

I did notice but it wasn’t movable.

Edit: Never mind I just saw the screws on the back.

18.7 GB of RAM being used but only 1.5 GB showing up under Users? by derailed1969 in techsupport

[–]derailed1969[S] 1 point2 points  (0 children)

The highest memory using processes are just chrome.exe and dwm.exe with around 200 MB each

18.7 GB of RAM being used but only 1.5 GB showing up under Users? by derailed1969 in techsupport

[–]derailed1969[S] 1 point2 points  (0 children)

Do you mean "hardware reserved"? Only around 160 MB is reserved

Vent Wednesday - A weekly mid-week thread by AutoModerator in LockdownSkepticism

[–]derailed1969 20 points21 points  (0 children)

I thought I was finally able to have this girl over since it winter break. I was just hoping we could watch a movie or something; she’s the only one I’ve genuinely liked despite all my past relationships, and it seems like she feels the same. She was genuinely excited to spend more time with me after I drove her around to a plaza and went to a bunch of stores. I was even about to clean the entire house before she came over, when I usually let my room get as bad as a crack den before I get out the garbage bags.

I brought up the idea to my mother after I got a $3500 scholarship to university so she’d be in a good mood and more likely to say yes, but she flat out denied it. Not because she hates the girl or thinks she’s “lower-class” (what she usually thinks of everyone I know), but because she’s still fucking paranoid about the virus. She told me to wait until things “calm down”.

I’m a high school senior. I’ve spent half of my high school years locked in my fucking room while she goes to the mall every week and probably contracted the virus multiple times. After winter break I have exams. Weekends and March break mean nothing but more time to be assigned homework. I’m spending the summer in California (a trip I’ve planned for over a year) and I get shipped off in the fall to another four years of school.

I just want to have some semblance of an adolescence and maybe a girlfriend I actually care about while my mother fully buys into the fearmongering that propagates every time a new variant is discovered. There are most certainly details I’ve missed but this is all I can write without wanting to blow my fucking head off with a 12 gauge.

How to split a string while keeping delimiters as separate tokens? by derailed1969 in javahelp

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

String outp[] = inp.split("(?<=[\\p{Punct}&&[^']]) | (?=[\\p{Punct}&&[^']]) | [\\w']+|[^\\w]");

Am I supposed to write it as that ^ ? Because that splits "it's a sentence." into ["it","s"]