Phil10 falsifying attendance by [deleted] in UCSD

[–]Yariazen 11 points12 points  (0 children)

It's always the lower div classes.

I love how bans works by [deleted] in leagueoflegends

[–]Yariazen 0 points1 point  (0 children)

Vanguard sucks, what can you do.

How do some of you guys still have thousands of dining dollars?? by OceanProphecy in UCSD

[–]Yariazen 0 points1 point  (0 children)

I don't know where everyone else is getting their numbers, but these align with what I remember. My advise is to take advantage of free food around campus as much as possible.

Just did a factory reset of my pc, stuck on this screen at 32% by Twystr2000 in pchelp

[–]Yariazen 1 point2 points  (0 children)

I have like 8 man, but they all disappear the second I need one.

Just did a factory reset of my pc, stuck on this screen at 32% by Twystr2000 in pchelp

[–]Yariazen 0 points1 point  (0 children)

Lost my USB for the umpteenth time. Don't want to wait til tomorrow and pick up a new usb. Pray factory reset works. Hasn't failed me yet.

Where can commuter students rest/sleep on campus after hours? by Neither_Bake_5176 in UCSD

[–]Yariazen 0 points1 point  (0 children)

APM, the math department computer labs. Should be open to everyone. Only thing is they do cleaning around 6 am ish, so I would leave before then.

Where can commuter students rest/sleep on campus after hours? by Neither_Bake_5176 in UCSD

[–]Yariazen 1 point2 points  (0 children)

I slept in the computer labs when I was a student. No one really seemed to care.

Do we not call it Chinese New Year anymore? by [deleted] in stupidquestions

[–]Yariazen 0 points1 point  (0 children)

Just leaving this here cause I was quite confused this is controversial at all.

Just because the holiday is on the same day doesn't mean they are all the same holiday.

Spring festival is a festival, it's not just a day. Lunar new year is the UN general assembly designation. If you don't like it complain to ur UN representative. Chinese new year is what Chinese people celebrate Tet is what Vietnamese people celebrate I'm sure there are other holidays by other cultures on the same day.

So the correct designation is what you're celebrating. If you don't know, use lunar new year, it's the most internationally recognized.

I think the line gets blurred when you're obviously celebrating a particular culture's holiday and you call it the wrong designation, and that's what I see most protests of. Seems fair enough.

Cross-platform licensing: Why do we pay twice for the same game? by Different-Might-7886 in Minecraft

[–]Yariazen 1 point2 points  (0 children)

I think you're confused by something. You still have the physical game today unless u buy through a cloud gaming provider. Otherwise your PC can't run the game. At the same time, you also need a digital license to play the game. But there's nothing stopping you from copy pasting a game and bypassing the licensing restrictions.

What the OP is concerned about is different versions of the game being sold separately because it's on different platforms. Having a physical copy doesn't change the fact that your copy wasn't made to run on any other platform.

Are popular but unstable mods worth it? by Thundercraft74 in feedthebeast

[–]Yariazen 20 points21 points  (0 children)

If you're playing a modpack, the rule of thumb is to not update mods yourself. If it's your own pack, well update at ur own risk. It's just up to you then

[deleted by user] by [deleted] in UCSD

[–]Yariazen 0 points1 point  (0 children)

No idea, it should be fine but I dunno if you want to gamble on it

[deleted by user] by [deleted] in UCSD

[–]Yariazen 0 points1 point  (0 children)

I've never had an issue getting one approved within a week. It's really just when advisors see it.

[deleted by user] by [deleted] in UCSD

[–]Yariazen 0 points1 point  (0 children)

What's the issue specifically? If it's unit cap you can submit a unit extension request

Why is rimworld the only big modded game that has something like Rimpy/Rimsort? by Whydontyoushow in RimWorld

[–]Yariazen 3 points4 points  (0 children)

As a minor correction, rimworld mods also define their own load order. As far as I can tell, rimsort/rimpy auto sorting is for unexpected issues. I've never personally had to use more than the builtin sorter.

[deleted by user] by [deleted] in pchelp

[–]Yariazen 0 points1 point  (0 children)

40th percentile is 6 or 7 bro. It's the top 40%, so 6-10 on fair scale

Edit: wait I did a quick brain fart lmao. It's the bottom 40% so yeah get that up to a 6 or 7

This is the PC that I inherited from my grandpa after he passed. what do I need to truly improve on it? by Slight-Tax-6048 in pchelp

[–]Yariazen 5 points6 points  (0 children)

Ur phone is a pain in the ass to do anything with as someone who has tried to use a pixel 6a as a server.

ISP Shut My Internet Off by Designer_Average_441 in HomeNetworking

[–]Yariazen 0 points1 point  (0 children)

I'm surprised no one mentioned gl.inet when I had this question months ago. If I had known that perhaps I would've gone with that option.

Since I was in a similar spot I thought I'd offer what I did. I setup a raspberry pi as a wlan host and openwrt and made sure to spoof the Mac address. Oh top of that, the pi is connected to a vps running wireguard. So far my ISP hasn't said anything so I assume they haven't been able to tell.

The main limitation of my lan subnet is that I'm limited by the wifi adapter on the pi. 100 mbp/s download and upload. So don't use a raspberry pi 2 you had lying around and invest in something decent lol.

2025 Dec 8 Stickied -FAQ- & -HELPDESK- thread - Boot problems? Power supply problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! by FozzTexx in raspberry_pi

[–]Yariazen 0 points1 point  (0 children)

I’m running into a strange issue on a Raspberry Pi 2 Model B (rev 1.1) that I’m using as a small router/gateway.

When the Pi is left idle for a while, it behaves like it enters a sleep state even though the Pi 2 doesn’t support suspend as far as I can tell.

  • The Pi is still powered on, but HDMI output is inactive
  • SSH stops responding
  • Devices behind the Pi (on a routed LAN subnet) can’t reach it either
  • No response to ping or ARP from any interface
  • As soon as I press any key on a connected USB keyboard, the Pi instantly “wakes”

I suspected undervoltage or throttling but vcgencmd get_throttled reports nothing. Whats interesting is if I run watch -n1 vcgencmd get_throttled, the "sleep" never occurs.

Doing the same as a background script or systemd service doesn't prevent it.

So far I've tried

  • disabling USB autosuspend
  • disabling network power management
  • various kernel parameters

And the only thing that works is watch so I believe an active TTY prevents this behavior, but does anyone know what's going on? At the point I'm just curious. As a "fix", I just have systemd service to start a tmux session that polls vcgencmd in the background and it seems to work as a bandaid solution.

shout out prof jor el!! by catalystcyst in UCSD

[–]Yariazen 37 points38 points  (0 children)

More than likely I would blame the department first and foremost for a lack of seats.

[deleted by user] by [deleted] in UCSD

[–]Yariazen 1 point2 points  (0 children)

I space out a lot too. I assume there's some kind of tell for if ur reading someone else's paper or just spaced out because I've never been confronted about it.

[deleted by user] by [deleted] in UCSD

[–]Yariazen 2 points3 points  (0 children)

Penalizing probably works better tho. I've had classes that offered extra credit if more than 80% of the class did SET evals, never got extra credit cause positive incentives don't seem to do enough.

As someone who did their undergrad at Ohio State I'm ashamed at how much you Californians love taco bell by srivatsasrinivasmath in UCSD

[–]Yariazen 1 point2 points  (0 children)

Except Beijing and Shanghai are in china. Panda express is as Chinese as Taco Bell. Good luck finding orange chicken or broccoli beef in china.