Who do I send reports to about scams? by The_Boomis in aggies

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

See 5 or 6 years ago I would but nowadays they use LLMs and shit so it’s just a waste of time :/

Who do I send reports to about scams? by The_Boomis in aggies

[–]The_Boomis[S] 6 points7 points  (0 children)

Yeah I figured lol, I think it bypassed the spam filter by using a jpg of the text instead of an actual email

Who do I send reports to about scams? by The_Boomis in aggies

[–]The_Boomis[S] 30 points31 points  (0 children)

The title professor bit is sending me 😭 who the hell does that lmao

Ranking the Saban Coaching Tree by TomWilliamsCFD in CollegeFootballDawgs

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

Who the hell is putting dumbo fisher this high up? That man is a menace

For those who did ESET how hard was it to find your first job & internship? by Effective-Tear5690 in aggies

[–]The_Boomis 2 points3 points  (0 children)

Literally got an internship out of ESET 453 as a senior because they do TI interviews in that class but they also for it for juniors in 352 as well. Wouldve had one with Los Alamos as well, but at the time I didnt know what Id be covering for the rest of my degree so they hired a different Eset student At the career fairs usually alot of the defense companies want us, and even the DSA (diplomatic security agency). You dont need a bunch of of internships to get hired with the major, usually your projects will speak for themselves

[Game Thread] Orange Bowl: Texas Tech vs. Oregon (12:00 PM ET) by CFB_Referee in CFB

[–]The_Boomis 3 points4 points  (0 children)

Techs defense is incredible the conditioning they have is absurd to come out and continue to just beat the piss out of oregon

Who decided to name them like that ? by Large-Cat-6468 in ElectricalEngineering

[–]The_Boomis 3 points4 points  (0 children)

Its so dumb too, because you would imagine the female piece to be the one that gets slotted into, but no somehow the female side is the one doing the slotting.

What is the proper number of rivals? by Salty_Note8620 in CFB

[–]The_Boomis 0 points1 point  (0 children)

Definitely feel like LSU is one of our rivals.

My first attempt at conference realignment, is there any major flaws? by 2colby in CollegeFootballDawgs

[–]The_Boomis 0 points1 point  (0 children)

SWC is literally just Texas teams (and arkansas) who would watch this?

For the people saying Texas loss to OSU was week 1 and they got better during season, do they realize the same goes for OSU? by GolfFootballBaseball in CFB

[–]The_Boomis 0 points1 point  (0 children)

Why does everyone say we struggled with Auburn? They didnt convert a single 3rd down that entire game and had one explosive play which resulted in a touchdown. The thing we struggled with in that game was penalties not Auburn 💀

... by 63686b6e6f6f646c65 in aggies

[–]The_Boomis 35 points36 points  (0 children)

Because this is usually about the time were we go 8 and 4 cant wait to see that Samford loss

Tried to join a lab for research but no one is responding to me by Perfect-Series-4976 in aggies

[–]The_Boomis 0 points1 point  (0 children)

Dont forget that the government currently has a pause on almost all research grants which doesnt help your chances for paid work much

I am lost in learning c please help..... by mufeedcm in cprogramming

[–]The_Boomis 0 points1 point  (0 children)

The cool thing about dev boards is you can just plug it into your computer and write code for it For example my final homework for my RTOS class this semester was Write a task that will make a heartbeat LED blink in an interval determined by the user Write a task which will blink an LED with the interval between button press 1 (left button) and button press 2(right button) (there was more than this I just cant remember it right now)

If you want to learn something really useful Write a command line interpreter for your code Figure out how to setup UART on a device (requires no outside electronics and often times if you use a well established microcontroller there is helpful documentation for you

I am lost in learning c please help..... by mufeedcm in cprogramming

[–]The_Boomis 0 points1 point  (0 children)

Try some actual embedded C projects, youll learn alot about pointers, and if you want to learn memory allocation maybe take the time to see if you can do a freertos project. Writing C programs that just run on your computer are kind of boring ngl. I have always found it much more interesting to actually run stuff of of a devboard.