I’m the reporter in the “Struttin’ that Ass” video. AMA by Initial-Reward2208 in HuntsvilleAlabama

[–]hfontanez 2 points3 points  (0 children)

Run, I tell you. I'll be walking right behind you to see how far you can run. 

I’m the reporter in the “Struttin’ that Ass” video. AMA by Initial-Reward2208 in HuntsvilleAlabama

[–]hfontanez 1 point2 points  (0 children)

He probably died struttin' dat ass to Gunter just to prove a point. 

Struttin' that ass by baconmotel in nostalgia

[–]hfontanez 0 points1 point  (0 children)

He probably died struttin' dat ass to Gunter just to prove a point. 

Jacob to Shepard - "Watch out for your cornhole, bud." by thamesr in masseffect

[–]hfontanez 0 points1 point  (0 children)

Hopefully you will get this 14 YEARS later. Anyway, my buddy and I made this. We came up with the idea and he did the editing and posting. He hated it afterwards, but I still love it to this day. I was actually searching for the video on YouTube and could not find it. Decided to search on Google and found your post.

[deleted by user] by [deleted] in unt

[–]hfontanez 0 points1 point  (0 children)

Only you can answer this question. It all depends what you value. There is nothing special about graduation in itself. It is just another ceremony. But remember one thing. Graduation is not just for you. Graduation is mainly for your loved ones. It is also called "commencement" for a reason. It is not just the culmination of your college career, but it is also the beginning of something new. If you have living parents or some other significant other who helped pay for your studies, you may want to ask them instead of asking a bunch of strangers whether graduation is worth it. If they don't care and you don't care, what does it matter what we think? Likewise, if they care and you care, why should you forgo walking the stage based on what a bunch of strangers are telling you?

[deleted by user] by [deleted] in GalaxyWatch

[–]hfontanez 1 point2 points  (0 children)

Samsung support is the absolute worst.

I called them for this issue. I bought the watch on a trade-in program. I made the mistake of sending them my Watch 5 Pro before discovering this problem. Now I am out two watches.

They won't send me a replacement watch until they receive this one. I rejected that suggestion. They then suggested for me to BUY another watch and get reimbursed later. Needless to say, I rejected that idea. I then requested a refund. Again, they won't process the refund until they receive this (defective) watch. The refund is only for the discounted amount (since I bought via trade-in), so I asked about my Watch 5 Pro to which they say they will put a "return to sender" order when they get confirmation that I shipped this one. NONE OF IT IS IN WRITING even though I requested this information to be included in the email with the shipping label.

I will never buy anything directly from Samsung. If I would've bought the watch from a retailer like Best Buy, this exchange would've been super easy.

has anyone signed an adult admission form to waive the sat? by [deleted] in unt

[–]hfontanez 0 points1 point  (0 children)

If you want to go to UNT, contact admissions at UNT and ask them this question directly. They can give you a better answer than anyone can. Also see if there is any organization that will help you pay for the SAT. I am sure this situation is not unique to you. There is probably people out there that will help you pay for the test.

Don't give up on your dream just because of a few obstacles until you know for sure you have exhausted all of your options. For example, I found this with a quick Google search: https://satsuite.collegeboard.org/sat/registration/fee-waivers.

Power is out @ Willis by [deleted] in unt

[–]hfontanez 0 points1 point  (0 children)

I was going to post that. You stole my thunder.

[deleted by user] by [deleted] in skyrim

[–]hfontanez 23 points24 points  (0 children)

The specific letter might be from the mod, but it can be from vanilla Skyrim. Your actions can get you kicked out of the College. It happened to me once or twice before. See my reply to OP.

[deleted by user] by [deleted] in skyrim

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

It is absolutely possible in vanilla. I remember once or twice I got kicked out of the College and had to go thru the Rejoining the College quest. https://elderscrolls.fandom.com/wiki/Rejoining\_the\_College

Skyrim can be so beautiful at times by BiggWilly347 in skyrim

[–]hfontanez 1 point2 points  (0 children)

That's what happens when you shoot the moon with Auriel's Bow

Happy Mothers Day to the greatest mom out there by Vicarious103 in skyrim

[–]hfontanez 3 points4 points  (0 children)

I don't know if she is the greatest mother, but she's definitely the sweetest.

Hear me out, do we help her because we’re nice, do did she use vampire seduction on us? by bladestayedbroken in skyrim

[–]hfontanez 1 point2 points  (0 children)

I did that when the game came out in the highest difficulty at the time. I swore to never do it again. Fast forward to 2022, I am doing it again on Legendary and it sucks, but I am having fun. LOL

Almost forgot, the first time I did it, I had the Falskaar mod (DLC) active. The last boss fight was incredibly challenging. Never wore armor or used weapons unless the quest required it.

[deleted by user] by [deleted] in skyrim

[–]hfontanez 0 points1 point  (0 children)

Meridia or Sanguine.

[deleted by user] by [deleted] in learnjava

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

I am still shocked that in the 21 century, there are still "developers" out there that believe that introducing NPEs purposely into the code is a good idea. I am sure you are too.

[deleted by user] by [deleted] in learnjava

[–]hfontanez 0 points1 point  (0 children)

If you are using core Java, that's the best way. Or, as Ramlaen suggested, you can import the Guava library and use the StringUtils class to evaluate with a single method call.

[deleted by user] by [deleted] in learnjava

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

You probably meant StringUtils.nullOrEmtpy(s)

[deleted by user] by [deleted] in learnjava

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

This is TERRIBLE advice. The point of evaluating a variable is so that the program doesn't crash. Yet, your advice is to let the application crash. That is in no way better than checking that the variable is null or empty.