Career change?

Hey so, I actually don't know what to do lol currently I already have my cs degree, but with the current market I don't see how I will stand out any time soon. Thankfully, I have the opportunity to go back to school, I like this field but I don't know how worth my time is a MCS, I would like to hear out your opinions in regards to that, is masters worth it? or should I study something else like mechanical or electrical engineering. There's also a Masters in Energy program but I don't know how well it complements with a CS degree. I would deft have to get a BS when it comes to mech or electrical, I don't think I have enough background to pursue a masters in those areas

reddit.com
u/Jean-Luis — 6 hours ago

Split screen can't be rezie

This might be dumb fix but I was working with split screen but now for some reason I can't resize it. It was just fine a minute ago, not sure what I did but it's very annoying

u/Jean-Luis — 4 days ago

Difference between CS 435 and CS 438

Pretty much what the title says I'm planning on doing CS 538 Advanced Computer Networks and CS 498 Cloud Computing Applications but with the dumb breadth requirement I can't really take either (technically I can by I don't want to give up CS 425). Anyways my question is how different are they they seem to be based a lot on computer networking a top approach which I think I can definitely read and understand by spring 27' but I don't know if CS 438 would be very different.

And I guess while I have y'all here, what do you think of my possible options? Also if you guys have any idea how hard any of the classes are I would appreciate your input

Option 1 : I Study 438/435 on my own if equal or possible

Path:
Networking + Software
Area:
Systems and Networking + Parallel computing + AI + Software Engineering

CS 441 Applied Machine Learning 💯 AI Path
CS 425 Distributed Systems 💯 Networking + Software

CS 498 Cloud Computing Applications 💯 Networking Path
CS 484 Parallel Programming 💯 Software Path
CS 427 Software Engineering I 💯 Software Path

CS 538 Advanced Computer Networks 💯Networking Path
CS 521 Topics in Programming Systems 💯 Software Path
CS 537 Advanced Topics in Internet of Things 🧠 Security 

reddit.com
u/Jean-Luis — 5 days ago

esp-32-s3 w TFT-SPI-ST7789

I NEED HELP!

I'm trying to display ANYTHING on my screen but it keeps on failing. I am using <TFT_eSPI.h> library this is the github: https://github.com/Bodmer/TFT_eSPI
The reason that I'm using this library is because it has a sprite function and since I want to make a lil game I feels like it might be convenient, but if you guys have a better library I'm all ears.

This library uses a User_Setup.h to set pins etc, these are my selection

#define SPI_FREQUENCY 10000000
// Optional reduced SPI frequency for reading TFT
#define SPI_READ_FREQUENCY 20000000
#define USER_SETUP_INFO "User_Setup"
#define ST7789_DRIVER // Full configuration option, define additional parameters below for this display
// #define ST7789_2_DRIVER // Minimal configuration option, define additional parameters below for this display
#define TFT_WIDTH 240 // ST7789 240 x 240 and 240 x 320
#define TFT_HEIGHT 240 // ST7789 240 x 240
#define TFT_INVERSION_OFF
#define TFT_BL 8 // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)
#define TFT_MOSI 11
#define TFT_SCLK 12
#define TFT_CS 10 // Chip select control pin
#define TFT_DC 4 // Data Command control pin
#define TFT_RST 5

When doing simple

#include <TFT_eSPI.h>
TFT_eSPI tft = TFT_eSPI();

It doesn't fail but when I introduce tft.init()

I get the following error

entry 0x403c88b8
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x420036e7 PS : 0x00060530 A0 : 0x82003774 A1 : 0x3fcebfd0
A2 : 0x3fc9d548 A3 : 0x00000000 A4 : 0x0000000b A5 : 0x0000000b
A6 : 0x000000ff A7 : 0x60004000 A8 : 0x00000010 A9 : 0x08000000
A10 : 0x3fc9d720 A11 : 0x00989680 A12 : 0x00000301 A13 : 0x00000000
A14 : 0x00989680 A15 : 0x3fcebfa8 SAR : 0x00000005 EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000010 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
Backtrace: 0x420036e4:0x3fcebfd0 0x42003771:0x3fcec000 0x42002089:0x3fcec020 0x42009571:0x3fcec040 0x40380e15:0x3

u/Jean-Luis — 1 month ago

Help with project!

Hi, so I have an idea for a project and I think, well Ik, I'm probably going to have to fine-tune a LLM, I've seen couple videos on youtube but I feel like most are simply telling you a specific step-by-step help by I do not feel like I'm learning anything and I do not want to just copy-paste nor well use AI to do my project lol anyways, to be honest I'm not familiar with LLM work, the closest to it has been in my intro to data science class where we discussed some tokenization and regression and whatnot but I don't see how that relates to my project, maybe the part of cleaning data? but I can't seem to connect the dots to my project idea. I don't want to say what it is because well Idk I think it might be sort of a nice idea and I'll probably wont do anything but who knows! Let's say I want the llm to be good at responding similar to a chatbot, I need memory, and I'll have to figure out how I'm going to need it to express itself. Anyways, my question is what sources should I look for? book? is fine-tuning the correct strategy? what other strategies are there around ?? Am I doing something to beyond me ?

reddit.com
u/Jean-Luis — 2 months ago