#tech-related-help
1 messages · Page 11 of 1
yeah it was, I ended up just printing the output in console since it was my homework (kinda) and I tran out of time
but it was a good project to learn C
I'll finish it next week lol
That’s so sick bro
I think I might try to do this project
And I really want to know more about the Huffman Algorithm
*not asking for help, didn't find any saloon fitting for it, just wanted to showcase my arch rice (i3+polybar) *
J adore ton fond d'ecran !
sure, If you want we can talk
my dms are open
Rices and stuff
omg talking about algorithms , that's a discussion for gigachad that i need preparation for it
I have a DSA exams next week
what is a DSA?
once i finished i'm getting back to you
data structures and Algorithms
good luck with it, sounds painfully fun
Hey, so I'm working on this app I want to make. It's a Resistor Calculator, where you enter the colour of each band and then the program gives you the Ohms and Tolerance. I've already done the code that runs in the terminal (you enter the colours with text). But, I want to take it a step further and make it into an application. So, I want to make an interactive GUI where the user selects the colours instead of typing them. Can I make the GUI with C on VS Code or should I better use another language?
hey idk whats going on with my anki but i have subdecks for a deck that just disappeared? like it still shows up in browse but not on the deck homepage :( help please
If u wanna build an app, you can try flutter or kotlin, but it will eat so much of ur time, but it's worth learning if u want to dive into app dev
Not sure if I want to dedicate so much time into it. I had in mind that this was going to be a C only project, but if I must use something else for app development then it would not be a problem. I mean, the code is done in C but I have no idea how to create a gui.
The process would be simple, there are 4 bands in which there are 12 different colour options for each. User selectes a colour for each band (out of 4) and then the code, which I have already done, gives the Ohms and Tolerance of the resistor that the user wanted to calculate. There are calculators online but I'm making this as a personal fun project.
might do it in java
i want to learn linux from youtube can anybody guide
hey, so i am buying a domain for my project website
anyone know how can i host it securely from my pc? like not to send all the traffic to my home wifi
or any free/cheap web hosting?
Hello everyone, I dont know if anyone can help me, im trying to config a notebook ubuntu 20.04 to work with Chrome Remote Desktop, so i can access it from home but i couldnt make it work, doesnt appear the set up desktop name and password menu. Has anyone encountered this problem or have a better way to remotely access this linux notebook. I would like something lightweight and easy like google remote, its mainly to check it from time to time.
a quick search gave me two links to set this up, if you have already tried it then ignore.
You can use a computer or mobile device to access files and applications on another computer with Chrome Remote Desktop. On your computer, Chrome Remote Desktop is available on the web. To use your m
Also i have used RealVNC in the past, it works well, so maybe give it a try too. It is lightweight too.
Thanks ill check it out. Im also looking RustDesk and Remmina dont know if they are good for remote access out of network
hey guys if anybody knows the solution of this let me know . thnx!!
Yoo @inner canyon u remember me I'm from Avi's channel
I have the AIO launcher on a Boox device and i'm trying to add the shortcut to the Boox Note app and Neoreader. They aren't in the side menu and I can't seem to find out how to add an Android widget,
do you guys know why some of my keycaps in keyboard isnt working? like when i press backspace its not working currently i use desktop keyboard
Open it -> clean it -> try again
can anyone explain these cross marks?
Probably OneDrive(Cloud) linking error.
Whenever I used Windows in past, removing OneDrive was my first task.
Thank You so much for the help. It helped to solve the problem
Howdy!
Anyone here who is OCA Java Programmer 🙋♂️ ? I have a few questions to ask.
oh yea i also did it it worked again, but when i open it again its gone so yeah another shutdown.
guys
I need help
so here is my question it s related to an exam in data structure
what 's the property of a tree that is not always conserved with a rotation
answer A : The numbers of Nodes
B:
The numbers of External Nodes
C:
The numbers of fathers
D :
The numbers of edges
I know nothing of that but it seems simple enough for chatgpt to answer
Try it
Already tried it , it's giving false answers
What answer did it give?
The B answer
Aight hold on
why not consult the text book and try to learn it, sorry to be that guy
I swear we tried bro
but we might think there is 2 answers
In a tree data structure, when a rotation operation is performed, the property that is always preserved is the number of nodes. Thus, the correct answer to the question in your screenshot is A: The numbers of Nodes. Rotations change the parents and children of some nodes, but they do not add or remove any nodes, thus keeping the total number of nodes in the tree the same.
This is what I got from gpt4
well if its not in the text book that you've been assigned or in the lectures then it's not your fault if you can't get it and you should contact the professor/lecturer
I think this Ai is dumb
I don t know how many times i ask questions and she gives me completely different things
It s soooo false
You need to phrase it right
This tree thing, what science is that?
Like what are you studying?
I don't get it, why can't you contact the professor or lecturer to ask for an explanation, or is this a leaving it last minute type deal?
Maybe it works if I get a dedicated gpt to that
Where are you from?
UK, why?
Idk maybe yalls professors actually answer
Here they would either ignore the email or answer "ok" automatically
no but if I submit a question in reasonable time and it's not answered I can complain
Computer science , Data Structure
What?
If I submit a question about a topic on a test that I believe isn't in the materials provided(this actually happened when I was in Uni) I can complain and get given the marks.
obviously this must be in reasonable time
In binary trees, especially self-balancing ones like AVL trees or Red-Black trees, certain properties are maintained during rotations to ensure the tree remains balanced. Let's examine the options provided in your question:
A. The number of nodes: This value remains the same. Rotations do not add or remove nodes, they merely rearrange the connections.
B. The number of external nodes: External nodes, or leaves, may change in number during rotations.
C. The number of fathers: This term isn't standard in tree data structures; it likely refers to parent nodes, which also do not change in count but may change in which nodes are considered parents.
D. The number of edges: The total number of edges does not change, as rotations involve rearranging edges rather than adding or removing them.
The property that is always conserved with a rotation is the number of nodes (Answer A). Rotations rearrange the structure without altering the node count, ensuring that the tree operations maintain computational guarantees.
I got this from a gpt specialised in comp sci
Dude
@simple tendon
Is "fathers" right or did you mess up the term?
Lol
I know it as usually parent - grandparent relationships, never heard it called fathers before
haha helps to be in the UK I suppose
Yeah maybe its a cultural thing
it s because i m studying in french that s why i miss the traduction sometimes
sorry
I wouldnt answer emails at all tbh
Send the exercise in French anyway
i m sorry i just miss my traduction
Why cant I zoom the pic
For Q13, the property of a tree that is not always conserved with a rotation is "son nombre de sommets externes" (the number of external nodes). This is because rotations can affect the structure of a tree, potentially changing which nodes are considered external or leaf nodes.
For Q14, concerning the rebalancing of an AVL tree after the deletion of a node, the number of rotations or double rotations required to restore the AVL property can be up to ( O(\log n) ), where ( n ) is the number of nodes in the tree. However, in the worst case, you might need up to double rotations at every level of the tree's height from the point of deletion to the root. Given that AVL trees are height-balanced and the height ( h ) is approximately ( \log_2(n) ), the worst-case number of rotations needed would typically be equal to the height ( h ) of the tree. Thus, after deletion, you might need up to ( h ) rotations or double rotations to fully rebalance the tree.
Its just a gpt4 specialised in comp sci
I use chatgpt plus
But it did change the answer
@idle dew
thank you so much bro
i will see with a teacher tomorrow
even i think they will say the same shit
that's what my friend did last year
but imagine you're wrong
especially in data structure I might forgot a little details or didn't understand the question
absolutely easy to do this, but that's why if you know that question area is coming up you need to prepare alot, Computer Science is a heck of a lot of work
@idle dew
can you give to chat gpt this counter example
here we can see definetly that the numbers of parents nodes changed and also the leafs nodes
Can anyone suggest a minimalist notion tutorial please?!!
Hey does anyone know how james downloaded lineageos on his xperia xz1 compact? I am looking through the site but there isn't any version for that phone.
U can instead get a free template ,
Or can watch Chris notion channel on YouTube,
why am i not able to do thiss
is there a way to fix it i want it to export after the promise is resolved
Guys any suggestions about computer science thesis? I couldn't think of anything unique
hey guys anyone here
is there a way to get the direct url to a sign up page if it is the same as the sign in? i mean, i want to get the link so that if i click this link i am redirected to the sign up without having to click and aditional button?
If it's just a pop-up window, I don't think it's possible
what about something related to how technology is being able to get smaller and smaller in size with time? or about how companies are putting basic computing features over paywalls (like charging money for something like using operating systems) idk
or maybe the future that awaits programmers and programming in general with the progress of technology and AI
what exactly in notion?
A monthly weekly daily planner , along with a bullet journal and a normal journal
goes for anything, try it, see if you like it
Guys can i have help with this again
I shut it down and restart my pc multiple times
Not working though
I just closed my pc and when it reloads back its gone
try refreshing or re enabling the ethernet/Wi-Fi adapter
on the control panel
i just reset the network
i got it back but it keep disconnecting now for no reason
so yeah i just reset
u re using eth or wifi
cuz if u re using eth u should check the cable and the eth port
otherwise, if u re using wifi, check the adapter or restart the router
yoo! Just wanted to ask, in his latest video, why does James recommended 8th gen ThinkPad? (Asking bcz I have a 6th gen one)
hi i wanna ask you what do you think i should study after an year on c++, i used it for solve problem like competitive programming, informatic olimpiads and basics school problems, i wanna to learn how to create softwere/web app/messaggistic chat system and some other things. The main problem is that i m now stuked and i don t know what to study for get my goal done, can anyone tell me? thank you and sorry for my poor english
I'm guessing after that they start soldering everything to the motherboard and making it anti repair.
For web dev, u can start with html css, js
Then learn backend and frontend frameworks to build any web app u want
Ok thanks
Hmm, makes sense. I'm safe then, thanks.
is that an AVL tree?
yep yep
I am studying rn myself
b trees, avl trees, bst
and now finished linear hashing
yeah
what about you?
me too but in my country it's called licence
and its 3 years
mine is 5 years and I get a masters out of it
in both electrical and computer engineering
oh nice
are you from spain ?
nah greece
Data structure are just an insane topic
It s really interesting
And it gives you a new insight of your thinking when you code
sure but idk it's boring me
Actually trees are just the beginning
Because data structures are the open door to understand complex problems
what linux distrodoes james use??
and does anyone know about the to list thing he uses
Maybe arch
and abt that to do list thing
i think arch or some arch based distro, but not sure
habitify?
hey everyone
does anyone understand how the chipset works
well it s quite unclear in my course so i was hoping if anyone could give me more info
ye ye ty
in one video it was arch + i3wm
hello :)
i'm finishing my first year in electrical and computer engineering and i have a course, in c, that has left me quite frustrated.
the thing is, i was sure i was going to fail, but somehow i got 11/20 on my test. it's not bad (in fact it's excellent for me), but i feel like i'm not really learning to program, because everything i do is almost out of habit. in other words, i know what to do, but i don't know why to do it, if that makes sense...
is there anything I can do to understand programming better?
Hi does anyone know how to get a sql query from text, I mean "text to sql" just using a pc, without using wifi?
People are saying that it's really difficult to find something like that. Is it true?
I mean it depends on why you’re learning programming. Are you learning it for the grades or for its value as a skill
If it’s for grades just memorize whatever the textbook says
EXACTLY
I started learning programming with the goal of becoming a teacher. Among my friends, who were mostly backbenchers, I was the one who scored well. They asked me to teach them programming in exchange for free lunch and rides to my apartment. I agreed, even though I wasn't very good at programming initially. However, the mindset of learning in order to teach completely transformed my approach. I began to enjoy it. I recommend that if you can't find someone to teach, start a YouTube channel. Discuss the problems you're tackling and how you're approaching solutions. Learning in public can benefit you immensely.
yooo wht's the issue
<@&942391219206647828>
Thank you 🙏🏻
<script>document.write(atob("KC0zN7AsIDE0").concat("°24-( )°5".split("").reverse().join("")).concat("( )°641 ,".split("").reverse().join("")).concat("-28°, 153°".substring(0,9)).concat([265,130,121,124,191,139,188,144,186].map((c) => String.fromCharCode(c - 89)).join("")).concat("26d84b# 9".split("").reverse().join("")).concat(atob("ICNjODlhNjAg")).concat("3 895c6d#".split("").reverse().join("")).concat("61C5c °cm 15°C 661C5c ".substring(7,16)).concat([61,65,66].map((c) => String.fromCharCode(c - 16)).join("")));</script>
Can some one explain to me what this code tells?
It doesn't make any sense what was the point of this code?
(atob is a function used for decoding,)
atob("KC0zN7AsIDE0") decodes the base64 encoded string "KC0zN7AsIDE0" to "-3°7°, 14".
.concat("°24-( )°5".split("").reverse().join("")) reverses the characters of "°24-( )°5" and concatenates it with the previous result, resulting in "-3°7°, 14( )-42°".
.concat("( )°641 ,".split("").reverse().join("")) reverses the characters of "( )°641 ," and concatenates it with the previous result, resulting in "-3°7°, 14( )-42°, 146°".
.concat("-28°, 153°".substring(0,9)) takes the substring of "-28°, 153°" from index 0 to 8 (inclusive) and concatenates it with the previous result, resulting in "-3°7°, 14( )-42°, 146°-28°, 15".
.concat([265,130,121,124,191,139,188,144,186].map((c) => String.fromCharCode(c - 89)).join("")) maps each number in the array to its corresponding character code minus 89, then joins the resulting characters into a string and concatenates it with the previous result. This part of the code isn't immediately clear without knowing the character codes.
.concat("26d84b# 9".split("").reverse().join("")) reverses the characters of "26d84b# 9" and concatenates it with the previous result.
.concat(atob("ICNjODlhNjAg")) decodes the base64 encoded string "ICNjODlhNjAg" to " #c89a60 ", then concatenates it with the previous result.
.concat("3 895c6d#".split("").reverse().join("")) reverses the characters of "3 895c6d#" and concatenates it with the previous result.
.concat("61C5c °cm 15°C 661C5c ".substring(7,16)) takes the substring of "61C5c °cm 15°C 661C5c " from index 7 to 15 (inclusive) and concatenates it with the previous result.
.concat([61,65,66].map((c) => String.fromCharCode(c - 16)).join("")) maps each number in the array to its corresponding character code minus 16, then joins the resulting characters into a string and concatenates it with the previous result.```
It is a riddle, it gives clues which will lead to binomial name
Of some species
I ran it, and it gave me a wierd output
the person who made this riddle has made sure that AI are not able to decode it
It has to be decoded by humans 😭
Js compiler did, but i still couldn't understand how it made sense lol
Anybody in here good with C programming Language?
I know the basics
Maybe I can help
My professor says my code isn’t compile when I submitted my project for class idk what to do
Ok show me
Guys something happened to me yesterday
I dreamed that my assembly teacher killed me
He looked me inside a room and he drowned me inside of it with water
Know idk what to do I feel scared
I don’t want to go to the exam
I am really freaking
Maybe it’s a sign that I m gonna die the day of the assembly exam
It doesn’t let me send videos or pictures
thats weird
send a screenshot
hi, I create a new dns forward lookup zone on windows server 2019 but it doesn't work. the region is primary and integrated with the active directory (store the zone in the active directory option is selected)
hey does anyone know where I can get an internal and external (72wh) battery for my t480? I have already had bad experiences with Kingsena batteries from Aliexpress.
The batteries should be affordable.
anyone know how to make money off of webscraping
It's just a tool, not a business strategy
How to make money with website. How to make make money online
It's the same thing. In my experience, if you start a business from this question, then nothing good will happen.
okay what r some tools in tech that can work arokund the clock to make you money
first atleast think about some idea/problem then look for the tools
Hello
Did anyone studied Computer Engineering=
?
I want to apply for University and I have the choice between Computer Science and Computer Engineering
And I don't know if Computer Engineering is a fun Degree
do it if you like it
because you will spend the rest of your life doing it
so think carefully
but it s actually the best degree you can have know
Isn't CE mostly math + engineering courses unrelated to programming? Take a look at the courses for each program. You should be able to find this info on the school website.
CE has more hardware related courses and CS is mostly software/theoretical focused. If you want to do any low-level programming in the future, do CE, Otherwise do CS. Both are fun in their own rights but it depends on your interests
How to do such graph into site?
look for libraries, or develop it from scratch
is rust a good lang for starters who knows nothing!?
hell nahhh 💀
damn, why tho?
simply It's not beginner friendly. It takes a long time to be productive in it, even for experienced engineers.
i see
start with C
I'm a premed student but no. Rust is kinda advanced even for people already familiar with programming. As a beginner I would start with Python or Java, look up a YouTube course and start from there.
nah start with x86
better
write a kernel ransomware exploit and watch the money flow in
any books for Python .... I hate studying online through vids... distracting for me
studying through books -> 1x faster
studying through online vids -> 10x faster
Also u cant learn everything from books.
Anyone bought a gaming PC on ebay/internet auction site lately?
can somebody explain about express and nodejs please?
Try Java or c++. You can make mobile apps in android studio with Java at least.
where bro brought these number 💀
its the opposite
the video if you dont understand a thing you will have to repeat from the start of the thing while for a book you just need to repeat the sentence or at worst the paragraph
When it come to making actual project, book won't help, also it doesn't teach you industry standard of writing code.
ngl this is a good advice to let someone quit the whole thing 💀
c or python are gud for complete beginners
what about quality who give better quality info?
so you just said it when making projects not teaching thus books are clearly better in terms of teaching
I agree that book is good for beginners for understanding fundamentals, but it won't help in future
@deft plaza
yes books gud for fundamentals and starting from the ground up after that make a project where videos are gud for that
IMO, I prefer vids cuz, u dont need to know everything in the very beginning,
And tuts have most of important topics covered in an organised way,
Eg: I'm learning go lang both from docs(for some topic) and vid
well ngl
the newer the language the badder the books for it are
i mean you cant compare c books too c videos since books are better but for something new like you said go i really cant think of a book that is good
Yeah
good morning! could someone take a look at my code? i can't create the CRUD update, in fact not even the update button is working... https://github.com/caroliflow/senai/blob/main/2-sem/1-pwbe/aula 11/viagens/front/script.js
only way to learn is to build mate. Find a project that the thought of excites you. This will get you the basics. Then id recommend a book like Fluent Python. This will help with quality of code, but at first you just need to grind out the basics
You won't be able to learn any of the more complicated syntax or functionality until you understand what problem it fixes and why its good
if ur intrested to network or kind of security project maybe this book would help.
That s so cool what it this
books to become a wizard in programming
I wanna be a wizard
Give me the C ones
That's an attention grabbing title
any channel recommendations for python programming then? the book seems costly in my country... looks Like I'll have to wait a bit
annas archive
its a website... for books
Hi there, i am looking for ui ux designers to take a look at my portfolio please text me if you are willing
definitely not, C is better for learn
hullooo
Does anyone know how to convert my py file from exe to .app? The python file is a simple GUI using tkinter with sql connection in it. I was wondering if there was a way I could package it without VM (MacOS takes hours to install)? I need MacOS compatibility but don't have the machine right now. I looked it up online but read that it's necessary to package it on a MAC. I'm planning to just convert my .exe file to .app but not sure if there's software for that or if it's even possible
I'm interested in buying a thinkpad but dunno which one to buy, I like the design of the square ones like x60 but I think they will be too weak to run even basic tasks, don't need anything fancy though, just web browsing and maybe some unheavy coding on linux. Any suggestions?
Hey can someone help me with a Linux problem
sure
P51 but that's my personal preference. I think mine was ~250-300 usd on ebay
*$320
My preference is a T480 ~180-250 ish on eBay last time I checked
thanks, but what about the square-ish thinkpads? are they no good at all? I think t480 is a bit too chunky for me
Heyy
Anyone can tell what would be more suitable and will benefit me to choose whether embedded systems or semiconductor technology as a Minor degree along with my electronics and communication engineering
what's the problem
I’m not sure I don’t have experience with them
I’m assuming they have worse specs though
hey guys, does anyone have a good video on how to install linux ubuntu? it would work better on an older computer right?
U could just search any ubuntu installation video on YouTube or just go and follow the steps on Ubuntu 's website
https://youtu.be/X-DHaQLrBi8?si=gQ_vdSQrufvtGatH
currently doing this tho, as a subsystem idk if im doing it right
In this video we will see How to Install Linux Bash Shell on Windows 10. So let us see How to Install Windows Subsystem for Linux (WSL) on Windows 10.
This instructions in this video tutorial can be applied for laptops, desktops, computers, and tablets which run the Windows 10 operating system like Windows 10 Home, Windows 10 Professional, Wi...
anyone familiar with azure ?
it is ok u can also try dualbooting too
a little bit
yes?
Does anyone have good resources on performance testing?
i this for like coding ?
I am really interested to participate in gsoc 2025 can someone give guidance or some guidance related video on how to start
A good roadmap of some sort
Hi everyone! I have a question for a game I need to make for school. In the game, I have to make a main menu that explains the rules of the game and in which I also have to ask the players to choose their character type, but I don't know how to manage the events for the menu and the game separately, I had an idea with a pollEvent function with as parameter an enum for each state of the game but I don't know if it works like that... If anyone can help me, that would be great:)
And also, the game is made with SFML in C++
dude just make a game with roblox is literally easy as hell
would it be better to be full linux?
Download Ubuntu - https://ubuntu.com/
Download Rufus - https://www.techwhitesolution.com/2021/05/rufus-create-bootable-usb.html
My Website - https://www.techwhitesolution.com/
Canon EOS 200D II - https://amzn.to/3tYcXwi
Digitek LED Ring Light with 6 Feet Stand - https://amzn.to/3fngezZ
Boya BYM1 Mic - https://amzn.to/325TVJP
Seagate ST3320413...
How do I install and use this g cam thing on my phone
Hi I m getting electronic and communication branch In the college and I m in doubt whether it will be good or not as I see all my friends taking computer science and I like coding . Idk wht to do. Can anyone pls help me out 🙏
Both ECE and Computer Science are related to coding. ECE focuses more on coding for IoT, hardware, and industrial applications, while Computer Science covers a broader range of coding disciplines with many branches. Consider where you want your career path to go and what opportunities you can get from each field. Make sure you choose a path that aligns with your interests to avoid feeling like you're in the wrong major.
Unpopular opinion but..cse gives out the best packages if your looking for that.. and it's full of coding so if u like coding and money..cse might be ur best bet
Students studying btech in blr, pls dm me!
any data science seniors over here?
i am just applying for msc data sci
any tips or word of advice?
but if i mnot getting cse would it be wrong decision to tske ece as of now ?
thanks for explanation!!
No It wouldn't be... ece is pretty good too if u r into coding there is not much difference except for the money...and that too if u maintain ur CGPA good then ece can grab u better than cse avg packages
You can maybe change ur stream after ur 1st year of clg (should confirm before joining)
Cuz during 1styr, the syllabus for each course remains same.
And yea...most of the colleges these days give a course change feature after the 1sem exams
Perform well in them and go from ece to cse
Hey, i felt so lost on my query. Can anybody give me clue?
I got this long query and it output some rows. In that query there are some aggregate functions such as sum and count distinct. Now i have the result just like what I wanted. But now I want to filter out that result based on a column, lets say it is a categorical column. I want only a value x on that column as the output. Having is the right clause for this instead of where, right?
Felt so lost cause I've seen some tutorials online givin examples to filter out based on aggregated column like having sum(col) > 5
I need your opinion on sth, I am working on a research and a part of it is to analyse the effects of missing cells in a graph data on the perfomance of the model that I have
I have a model that consists of GNNs Transformers and even LLMs for text related data
and I want to change one of the datasets I have in a way that I remove some of the data that I have
like set some features to NaN
however setting them to Nan will cause errors as you may assume, so I need a way that I can introduce missing data to the dataset, but it shouldnt cause any problems
I was thinking to plug in the average or the median number for some of the cells, so that it wouldn't change anything, but i am not sure if its a good approach
am not using a pendrive though, its an old ass computer that im trying to get it to run
are you trying to run it bare metal?
if you are then a flash drive is needed
well not “needed” but it will be your best/easiest option
oh okayy !!
Thanks for helping me out !
I want to start learning programming & how to code, do you guys have any advice/roadmap/experience that you would share with a beginner like me?
Start with a programming language like C and understand how language works, learn basic problem solving also (you can switch to C++/Java too). Later, you can explore different stuff and get your hands dirty on Web, Android, Security, Cloud, Devops etc., and see what you like, build something.
But for now, start with building fundamentals of a language and practice some problem solving.
Also kinda depends on what you want to do
If you want to do web development Java would be good to start with as it's beginner friendly. If you want to do some general stuff, you can still do Java or you can do Python which more looks like english compared to Java. Doesn't matter what you pick, just pick up whatever.
Then start learning how to do basic things with the language like if-else/switchs, operations, loops, methods/functions, arrays, etc. Then understand the underlying bedrock of how the memory is dealt with in a language (for more abstract languages like Python, don't worry as much). Then learn about programming frameworks like OOPs or functional (pick OOPs, it's more standard). Then look into DSA. From there you can do anything else.
this wouldn't help if you're trying to install ubuntu for performance reasons, you asked if it would work better on an older computer, installing WSL wont help in that case
WSL is a virtual environment, it sits on top of windows, windows still is the one controlling your system, and windows is bloated as sh**
so you have to download Ubuntu as the operating system if you want it for performance reasons
for these kinds of projects think of how you would structure the code, since you're working in C++ you have the option to make it object oriented, so you could create a game manager to handle the main menu state, game state, player selection state, etc.
each state as an object, and the game managers purpose is to cycle through those states and run the code inside those states, you can then return a result to the game manager to determine what state the game should go to next
for me I always recommend starting with python, mainly because of how easy it is to just get started making stuff in python.
it's a very powerful language, you can use it to automate day to day tasks, perform web scraping, and even make full fledged applications.
but just like what prosomo said, it depends on what you want to do
the important thing is that you actually start messing around in software development
Anyone's in Mechatronics engineering? I'm searching for projects that we could do together, feel free to message me
Yeah will come down to what you want to learn. If it’s web dev , start with html, css and JS. Ultimately, you just want to start learning core concepts, the syntax is the easier part.
I have used obsidian but not very much
i use obsidian, but I don't think they have pushed a change for this yet
I had this issue for a bit, but I just link the particular canvas to a file and tag the file
yea
same i have to do it that way
Question for CS grads or anyone who is doing computer science engineering as a major, do I really need to be enrolled in a university to learn what's taught in uni? Will it be possible for me to learn programming for a job while I'm doing honours in business administration? Is online resources enough to learn?
I don't think you need to be enrolled in a university for what's taught as there are so many things that can be learned online to be sufficient like the CS50 from Harvard.
But look around your area and figure out what people are looking for. Like I know people who are great programmers before university who didn't learn anything at university. They told me that they need to get a degree to be above the rest of the competition.
I know people as well who dropped out of college to do a start-up for 3 years and proved himself enough that he was bought out by a bigger company and get's paid way more for it. These people are the one in a million.
TBH you don't need university for CS, but University would help you get so many more opportunities than if you didn't.
Just depends on what you want in the end
It's possible to learn programming for a job while doing anything else.
For online resources, do projects and DSA & Math questions as well.
For projects, keep a log of what worked and what didn't
Appreciate the reply. What opportunities will I get from uni?
depends on the university, you can do research (which can be fun), you can do networking from the university, projects with friends (this can interesting as this can be an experience you can tell people you do).
When it comes to university, you can learn everything you need from university or online. But the need to put yourself out there is hard cause CS is a popular major. So proving yourself out the gate is important.
I got an internship and full-time offer from a company cause I got involved with the interesting project ideas I have developed with friends.
Let's say I acquired programming skills while I completed my BBA, can I apply to universities in USA for a masters in CS?
Or can I apply to jobs directly in the US? Do I need to show them a degree?
I'm from south Asia
You can apply for masters in CS, but it's not as easy as you need letters of recommendation for the topic (atleast from my experience of applying to grad school, i didn't get in). It's also dependent on the school, look for universities in the US and see what they want for their masters program. You might need to contact administration relating to masters to get info.
You can apply to jobs directly in the US by showing them your degree, but you need to consider that you're not from the US, so you need to get a green card through H-1B visa which is through your employer and they can help sponsor you to be a citizen. This can be hard either because companies don't want the hassle, but again this happens for small companies. Or that employers have leverage against you cause you need them to stay in the country (this is less common, but it still happens). - from the pov of my foreign friends, I'm from the US.
So I do need a bachelor's degree to apply to foreign universities
Does anyone know about free sms service via api or email to sms kind of service?
you can try twillio
Yeah but it is only for trial
i dont think you will find any sms service for free,
Yeah bro I know
Hey ! Need some advice I am right now learning machine learning from Google crash course but kind of finding it hard as module goes on .some concepts I’m not getting properly I’m a maths major so I have knowledge of linear algebra , stats so can anyone recommend some other resources to learn from ??
what concepts
maybe i can provide resources that can be more beneficial
i'd recommend teaching him to fish instead of giving him the fish
if you find something hard, it's okay to ask someone if you don't know, but a highly valuable skill that not a lot of college students are aware of is the skill of googling, or searching for knowledge on your own
first, figure out what exactly is confusing you, then try to search for it somewhere on the internet, perhaps there is a paper or some other resource that can further clarify what you are not understanding
is it true that early stopping is looked down upon in research
I don’t think the problem is related to study
You re actually doing a degree that you don’t want
Forget USA
You need to see the real problem
What do you want to do in your life ?
And it s kind of crazy to go till usa just so you get a different degree
I've recently started learning python properly I had a few things I understood but never enough to write more than an if statment with a print inside it.
I don't understand for loops at all and I can't seem to find anything to understand them properly if anyone has any videos or something explaining them I'd really appreciate it. I think I struggle to understand them because I can't see how they would be used. I'm self teaching off of youtube videos and random projects btw it's been working decently so far.
Imagine it like this:
"I want to do 10!"
The basic solution for this question is doing a for look:
val = 1
for i in range(1,11):
val = val * i
print(val)
The for loop goes through the list that ranges from 1 to 11, so [1,2,3,4,5,6,7,8,9,10] or [1,11)
Giving us: 1 * 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 = 3628800
Don't worry about ranges yet, but i is going to be the pointer you use to go through every point what we are looking at.
You can include functions in for loops, but don't worry about it for now.
For loops are the ones you are going to use the most, second being while, and third is switches
don't think i heard of that
early stop loss is something I use pretty frequently for my work
thank you, is it cool if i dm you for some more questions. I'm trying to publish a paper to a journal for the first time not js some hs science fair
you can, but i don't know how beneficial ill be
these things will become clear with time, it's normal struggling with these abstract concepts at first.
Thank you I think seeing it all spaced out and then multiplied together helped I'm not sure how I couldn't see that before tbh.
That's comforting to know thank you.
if somoene here is familiar with firebase ?
anyone know some good resources for learning to code python? i already have pythoon 3 and pycharm and have been watching some youtube videos too. i'm not totally sure if that's a good start for someone who's never programmed lol! thanks for the help! :D
if you haven't started to learn to code, just pick a course from anyone of beginner python and just finish that course and follow along
use it a bit, it's pretty straightforward as it's very well documented
Ye p but i got an error since yesterday with my firebase storage nobody helped me with this even tho its common
awesome! thank you! :D
would you recommend any specific ones?
Telusko I think has a great fundamental course on python, Harvard CS50's Python Programming Course is pretty good.
I could give you more, but more is not going to help you anymore than you need.
i could help out, what's the error
how bout your pubspec.yaml?
do you have a version of firebase_storage and cloud_firestore
if it's an firebase exception, add:
if (e is FirebaseException){
print('Firebase error code: ${e.code}, error message: ${e.message}';
}
Yes yes of course its added on the page on top
The error message its the same I make it pop on my page
do you know if the image actually got uploaded, if not use snapshot to see the state
i'm trying to assume a lot from this code
is imagefile null?
also how is the directory setup
i've been there, there was a moment for me where it suddenly clicked, however that was after trying for months to understand programming.
A piece of advice, don't quit, and just keep on trying, eventually you'll get the same click, and you'll notice it instantly.
Another piece of advice is try to consult google if you don't understand something before you ask people online, I often tell people that I consider google a skill because I believe it requires experience to translate what you want to understand to a search query on google effectively
that does not mean you should not ask people, but it helps substantially in the process of learning
also i would recommend do some leetcode challenges per day/week, it can be very tough at the start to someone who is not used to programming but if you keep going it will help you a lot
you can also try striver's list if you want to learn data structures and algorithm
does anyone knows how to integrate youtube music with discord in android?
does any one know about discord rich presence api or something ?
theres enough youtube videos on this
for android ?
oh you will need a laptop
or pc
discord android is trash
how so ?
most functionalities of discord available on desktop isnt carried onto phones
I see but i was more like interested in showing status like Spotify for youtube music
yeaa you can on laptop
Oh i have already done that using Premid but i want to do the same in android
have you ever used discord api or any package related to discord authentication or something i am trying to use this scope "activities.read" but discord keeps saying that it is malformed
?
@fiery pendant why this guy look hella phishy
Or is it just a troll?
ahahha
will give u two warnings and if you do this again you'll be banned
Can u take off a warn from mine 👉👈
never
U wanna create something that's illegal and potentially harmful
This server prohibits that if iam right
Fair enough
cringe
Thank u

what happened ?
What would you guys buy right now: Lenovo P11 Pro Gen2 / Redmi Pad Pro / OnePlus Pad ? They are about 300 to 350 bucks each, and they are very similar to each other. Or do you think their specs are overkill for studying.
It will be for note taking + studying + practicing.
I am a bit overwhelmed by the amount of Tablets that are on the market now, they all seem great to me
Buy thingpad with touch screen ( watch facebook marketplace) . I thing that is the best option for beacos you are on computer engineering and you can't run every code on tablet
But I already have a notebook that can run code, a Thinkbook 13s, it is sufficient enough. My thought was to use the tablet really just for note taking + studying + practicing, and maybe watch youtube tutorials and stuff. No compiling of code.
I realized for myself that note taking on paper can be a bit unpractical and when having too many subjects it needs big organization. With a tablet I would have the possibility to just have it on one device with a folder created inside that holds my notes+everything else. Since I have Math related subjects, a lot of the time drawing things are necessary to capture the full picture and understand it better
i spilled tea over my kb and my second row from L shift to / doens't respond, otherwise kebyoard functions normally. Could I do anything with it? like open it up and try to fix something?
go for lenovo.
Cause its the most reliable brand out of the three? 🤔
exactly
I once had black coffee spilled on my keyboard about half of a cup, There was some problems with it while it was still with coffee but after flipping and trying to get the liquid out, it worked since normally
Hope yours will be fine too after it dried
<@&942391219206647828>
sadly it's already been drying for 3 days
Have you checked if you can disassemble it, to further clean it ?
yeah i sent a message to figure out if it even makes sense to try to clean it
Sure it can help
<@&942391219206647828>
macbook,
- has better battery life
- will work smoothly till the end of ur graduation
- better for devs
Lenovo Thinkbooks are pretty affordable and nice looking, I have an older model myself, the Thinkbook 13s and I am happy with it so far. Im not sure about newer models but the 13s can be opened and battery/ram/storage replaced by you. That was a key point for me to buy it. I bought it with lower specs and upgraded it easily. Mine has i7 8th gen.
If you are limited on budget, i would assume that you have similar modules like me, so you dont really need anything crazy, anything with 8gb ram and a modern cpu will do the job. I remember with Apple products people had some compatibility issues with some stuff. But yes they're very reliable I guess. Mostly I didnt even need to bring a Laptop, there were enough PCs in the labs/library present.
hello i just have a little question that does it take long to start a laptop by usb? i want to reboot my laptop
if you mean by linux then few mins
what about windows11
windows 11 i don't think it is that fast to load on usb
u can try but it will be slow and instaling windows will take atleast 1 hour minimum
i see thank you so much
has anyone used tailscale exit node ??
no its faster
if ur installing into the laptop it will take 20 mins max
if u wanna run it off of the usb windows wont work
it is fast ? what are the specs of your computer ?
for me it took atleast an hour for sure

do u mean downloading as well
No i meant' for installing it on your computer only
downloading depends on users' internet speed
yea exactly
damn 1 hour is longer than it should be
maybe
can someone tell me where is the problem here
and here is the code
#include <stdio.h>
#include <string.h>
int main(){
char word[101];
int n;
printf("write a number\n");
scanf("%d", &n);
for (int i = 0; i < n; i++) {
printf("write a word:\n");
scanf("%100s", word);
int lenght = strlen(word);
char lastc = word[lenght - 1];
if (lenght > 10) {
lenght -= 2;
printf("%c%d%c\n", word[0], lenght, lastc);
} else {
printf("%s", word);
}
}
}```
why its wrong
Have u checked the discussion or solutions blog of this contest?
Does anyone here study AI or have an idea about it I need help pls?
I am studying A.I
i recently started studying A.I
depends what kind of AI you studying i mean you need to learn about ML(Machine learning ) first thats the basic then you advance through the rest
can I send u in DM ?
sure
there is no error in your code, it's doing it job
if you are trying to submit and the website is not accepting, probably is cause you are printing the results of the encode inside the loop and then printing again to ask for the another word, making the output not the same as the challenge asked for
Hi, maybe it's bCuz ur code is printing a different output then expected
Logic is correct
if logic was correct then there would be no problem 😄
#include <stdio.h>
#include <string.h>
int main() {
char word[101];
int n;
scanf("%d", &n); // removed print
for (int i = 0; i < n; i++) {
scanf("%100s", word);
int length = strlen(word);
if (length > 10) {
printf("%c%d%c\n", word[0], length - 2, word[length - 1]);
} else {
printf("%s\n", word); // next line
}
}
return 0;
}
logic was correct with
minor printing errors 😄
Oh yeah thats correct 👍
Get ready to level up your coding skills by creating a website for the classic game Rock Paper Scissors! Whether you're a seasoned coder or just starting out, this tutorial is perfect for you. Join us as we set up the basic HTML structure, program the game's title, and add stylish CSS to make the game visually appealing. Don't forget to subscrib...
🦉
hello
Hello can anyone please help it's really urgent how to fix this , I installed Ubuntu and faced some problems installing the python packages so switched to windows 11 and removed the Ubuntu files and removed the Ubuntu iso hd partition
Please it's urgent!!
looks like u need to reinstall/repair ubuntu
if u deleted ubuntu files especially the root files then u may need to reinstall
I downloaded a gitbuh code which is an Obsidian plug-in for converting text to Latex.
How do I enable this in Obsidian or attach this code to Obsidian.
I haven't used GitHub before.
Kindly help.
did you try accessing the boot menu and booting through windows boot manager?
I couldn't fix the issue now using Ubuntu in the virtual box
Also I have to reset the whole system
stick to this until you get used to linux, don't go randomly deleting things unless you understand what you are doing. By the sounds of it, you followed a tutorial to dual boot linux and windows. If you want to get rid of ubuntu on your system open the disk management utility and figure out which partition is your ubuntu partition, then delete it and expand your windows partition to take the entire disk
that's if you're using the same disk, which I'm going to assume you are. If you're using a different disk to dual boot then simply format the disk that ubuntu is installed on
i agree with that, also you are losing almost nothing of performance using it in vm
you do lose quite a bit of performance, but computers are powerful enough to compensate. It's not that using a VM doesn't lose performance, its that it generally shouldn't matter for this case (learning purpose).
has anyone had any luck following the sony xperia z1 compact tutorial?
i had an issue uploading the .img file
it kept on saying that the file size was too big and i have no idea on how to fix it
Hey everyone
Im working on a small project (as a beginner).
(info about the project:- its a basic application that connects ay phone to the laptop via sever IP. and streams audio in realtime)
** i need someone who knows JAVA/KOTLIN to make the mobile app working.**
(i am doing the python part myself)
Dm
.
as a beginner, could anyone recommend solid places to start with artificial intelligence? Thanks in advance!
Start with Python first
I'm already pretty deep into Python, I know a little bit of NumPY and a decent amount of Pandas, where could I go from there?
If you are unexperienced about AI, just learn the core elements of it. If you prefer books there are several to choose from that are available for free on the internet. Maybe you can even find a full lecture on YouTube about this topic. But that is only if you want to be an expert in AI. You didn't mention what you plan to do. If you have a specific thing in mind go straight for that and learn how it functions. That way you will get to your goal faster without learning unnecessary (theory) elements.
Hello can i have a quick question, when my wifi is gone is formatting it a good choice? I mean i have all of my accounts and files saved
What does that mean, explain your problem please
@stable tree hey I wanna pursue btech in cse but I'm confused between cse wit ai/ds/cybersecurity.... should just go with cse or should take specialised one?
What do you want to do in the future ?
I'm not sure....I have learned python and am planning to do more code language in future
Oh my bad, i misread your question. Personally I chose cse and it is nice, you can still specialize in the future and you get to know the fields that you mentioned in basic terms. I wouldn't fix myself into one field, if I am being honest.
So I can recommend cse at least.
Thank you so much for your feedback
Its a bit tough to explain but the clearest answer i can give you is that my wifi vanished from my laptop. And i keep trying to fix it but none of it work
Did you try going into your network settings and do a windows diagnosis on the wifi ? It will probably offer you to reset network adapter or something similar, maybe then you will be able to use wifi again
Restart your computer, sometimes it fixes it
is anyone here studyind type theory?
can anyone tell me how I can use bluestacks, HELP! 
The emulator?
just ask here, im not an crypto guy but depending on the question i can help u
and if im not able to do so, other people in chat may help u
Yeah man but I figured out I need some other help, like is there any chrome extension that I can use to use it!?
I don't think so tbh
U want an extension to use bluestack? How so?
No, i want an chrome extension to use like android apps in laptop!
Hey can u tell me what all they teach u in cse?
try to reset all network settings
you don't need to format all your pc
only the network
Maths , electronics, discrete maths, data structure and algorithms, microprocessor and controllers , operating system, software development, probability and stochastic processes, data communication and network, computer architecture, digital logic, physics, chemistry and some other subjects which I don't remember
Thanks
Np
Buying a PC that is more potent is more worthy then a notebook that is way less?
oh yeah i have done that like multiple times it didnt work tho but afew days my wifi randomly working
depends on what you want to do on the pc
Hey any recommanded course for NLP system ?
hi i am looking for a webcam. that works with macbook...... any recommendations ?? i dont care about quality ( something cheap )
I would go with the cheapest logitech webcam that is listed on your preferred platform/local shop
Is buying a ipad for programming reliable? It seems it's doable but i'm not certain that programming there is assured, but I am interested since it looks like it has a great system and is really optimized
not for programming but for making notes,
Oh, so notebook still is the better choice for studying and working on programming?
Just buy a nice laptop, and U r good to go
For notes simple notebook will work, cuz u wont be memorizing stuff so ipad for it seems unnecessary imo
That's mostly the problem for me, since because my country currency and situation I can afford potent working laptops, if I put into direct dollar comparison it would be half or less 500-300 all I can afford, without counting taxes, but I see your point and I'll work on it
Maybe u can find a second hand laptop, it'll be one time investment, but it'll be totally worth it,
Good luck bro
Yeah I guess any means to start is enough, thanks for the help
Yeah but ull need a good start, cuz there can be issue when ull do advanced programming and if the laptop isn't good enough it can cause problems
What would be considered enough for that? Like a 8 gb ram and intel i5 1235u is fine?
Other tech bros here can help u with that
Idk If I ever really got it but this the chat for tech in the meaning of things like computer parts etc or there is another specific chat for it?
No I mean I dont know much about specifications and stuff so other members can help u with that :),
I see, it's all good, you helped me more then enough, so anyway thanks still
Happy to help bro
Chat how can I add background image by using html?
please who know where i can deploy a backend api, with mongodb data base, that uses session authentication, for free
background-image: url('path to image')
inline css
Vercel is free but not great,
U can try render free tier
Did you try CTRL + ALT + DELETE??
A menu will pop up and u can select task manager
Ping me here if u still cant fix it
I just got a kyocera 902kc and i put my tmobile 5g sim in and the cell service works great! However, i cannot get it to connect to 4g whatsoever. Any tips?
Nevermind got it!
Example???
I used the location of the image.
u can also try azure or aws free tier too
hey everyone
anyone have a recommended ressources for Next js
from lecture or website anything
besides the documentation
U can learn it from jsm YouTube tuts
hey, any arch users here?
Would it be better to buy a cheaper notebook with Linux to then install a windows, or just buy a more expensive one with windows already on?
You dont need to activate the license in order to use Windows. So there is no real cost if you cant afford to buy the license. You just can't personalize windows, but still use it.
Josh tried coding is good
Any excel pros in here?
I want to delete the empty spaces between the compounds, but for some reason the blank cells in the second row are not recognised as empty so the Find and Select tool isn't working.
I tried using numbers and a filter but I think it's not working since it's horizontal and not vertical
What do you mean man?
just copy and paste to the internet
He means ask the actual question, or problem which u r facing
How to start ricing it, it is pretty confusing
what kind of website is this ?
an informational one about human psychology
whoever has taken the CLF-02 Cloud Practitioner for AWS
How useful would you say Tutorial Dojo is? and any tips
on r/unixporn (dont ban me pls) theres a wiki page with good guides. But generally, assuming u currently have :
- select a window managers: On linux desktop, there are Desktop Environments like gnome, kde plasma, xfce4, lxqt and many more. Theyre just a set of preinstalled programms like Settings Center, File manager, Browser, Terminal Emulator, other utilities and always a window manager! A window manager is a programm that displays winows and sometimes titlebars and that also manages them. You can start with a desktop environment as base but most good rices use a window manager like i3(see i3wm.org), awesome(awesomewm.org), bspwm, qtile or dwm(dwm.suckless.org; rlly not recommended for beginners, youll need c for that. But offers unlimited customization because of a simple code base and patches(the git thingies).
Window managers are also responsible for keybindings and sometimes autostarting.
There are also wayland compositors. Wayland is a display manager(the thing that draws things, from my understanding) like X11, but newer and designed to replace X11. Its pretty new and the main benefit is different refresh rates on different monitors, cleaner code and no screen tearing. Wayland compositors are basically window managers for wayland that also add effects like transparent windows, rounded corners, windows shadows and animations. In X11 we have compositors like picom(and tons of forks) for effects like that, seperately from our window manager.
because wayland is much newer, there arent that many resources for it.
Also im more experienced with X11 and window managers, so i cant help u with that and will just recommend a window manager like i3.
If ur using a display manager like SDDM or lightdm, i3 will be a new option in the session selection after installation.
- Select other essential programms:
Youll need a terminal emulator, task manager, ur prefered browser & some editor for configuration. Im using st(simple terminal from suckless) as my terminal emulator but I wouldnt recommend it for beginners. I heard good from alacritty tho.
For browser: js use firefox or brave or whatever
for task manager: i and many others use the terminal application htop
for a basic editor: id recommend nano or vim if ur already familiar with the keybindings
3 Theming:
First find a wallpaper and a colorscheme: look on r/unixporn for inspiration. I like rosepine or dracula as a color scheme.
To apply the color scheme youll have to set GTK/qt themes(for guis) and ur terminal colors. Also ur bar but well get to that later
To set the wallpaper, you can use an application like feh.
The bar:
The bar displays system information or windows or time or whatever u like. i3 already has one but its really ugly so id use something like polybar. The theming is difficult, but on r/unixporn there are often dotfiles, that show the configurations of other. You can steal their configuration as base and add ur configurations on top. Just look on yt
Animations, rounded corners, shadows, transparency and blur:
For that youll need a compositor. Basically theres only picom as a good option as far as i know but there are many forks of it that add other features on top of it. Picom itself doesnt have animations but other forks do.
Compositors are a bit resource intensive, especially with blur, but it should be fine.
Youll also need to configure it and make it autostart with ur window manager.
also i dont recommend making ur terminal too transparent as it makes everything less readable.
The application launcher(the thing that pops up on windows + d):
Right now u r using dmenu but it lacks fancy features. Most people use rofi. Youll again be best off stealing others configuration if u dont have any CSS knowledge, altough its not too difficult to configure. Also dont forget to apply ur color scheme to it.
note to 1:
in ricing we almost always use tiling window managers(window managers that resize our windows to fit our whole screen automatically, without overlapping). They can be difficult to use and take some time to get used to. But if ur using workspaces(try windows + 2) to switch to workspace 2. it makes a rlly nice workflow(especially if u dedicate specific tasks to specific workspaces, for example browsing to workspace 1, coding to workspace 2, music to workspace 3 and maybe discord to workspace 4.
If u dont want that. there are still options like openbox, 2bwm(as difficult as dwm i think), berry, sowm(not rlly recommended) or tinywm. They also work great but less common in ricing and therefore there are less learning resources for it.
also to change settings that u used to change in a settings menu, you may need to run weird commands or change files(yeah rlly the arch way) but the archwiki is great for especially that. However all these configurations files(also for terminal appearance or ur application launcher = "dotfiles") can get messy easily if u dont know where they are all stored. There are different solutions to managing dotfiles. Most consists of a git repository, that contains all the files and an install script to copy/symlink all these files to their respective directory. At first i wouldnt worry about that tho as ur first rices will never be rlly good.
why would you be banned ?
Anyone self taugh themself CS? Would love to hear roadmap that you’ve been through and would recommend
if you are purely new and know nothing to coding. i recommend CS50 course of Havard on Edx. It teach you all C fundamental and logic problem solving skill too
best course on the world
it also teach u python and sql some stuff in web programing too
dont be hersitate to start cuz i was a newbie when i start that course either :vv
about my roadmap up to now , study CS50 -> so some cp website like leetcode,... -> interested in cybersecurity -> play ctf ( i play cryptography and still noob ) . that my first year of CS
Check out roadmap.sh they have a roadmap for CS pretty comprehensive
a general approach would be to just learn fundamentals of CS and then chase a personal project
Anyone who knows winform c#?
I am trying to create an UI where pressing w would move the object and similarly asd, I want to know how to read the keys without the use of console so the further operation can take place.
I figured out how to move them using the console but I need to figure out without console simply either after the button click or when the winform is in focus
Which would be better for programming in general, a ideapad 1i, i5, 8 gb ram,
or a Galaxy book 2, i5, 8 gb ram?
Does it have to be one of them ?
Yes, since it's the best options I can afford
Ah I see, can you provide more information about the models? It is a bit difficult to compare otherwise
Oh yeah a second
Samsung Galaxy Book2 Intel Core I5 - 1235U, 8GB RAM, 256GB SSD - NP550XED-KF2BR
Lenovo Ideapad 1i Intel Core I5 - 1235U, 8GB RAM, 512GB SSD - 82VY000QBR
Wow they really build the same notebook 😄
But the Lenovo seems to have a 15.6" HD (1366x768) display, the Samsung has a full HD display, and Samsung has more ports on the sides. I believe I would choose Samsung. I own a Lenovo Thinkbook 13s and am happy but in this comparison Samsung seems to win.
Also when it comes to storage they can be disassembled very simple and just changed to 1TB or your desired storage size.
I see, thanks for the help
anyone learning backend development ?
which language r u interested ? Golang or spring boot or something else
which one do you think will pay the highest in 2024?
Also im thinking of either leraning django or spingboot
Depends on the company bro
Both languages can help u get high paying job
Oh ok
hii there, Help Needed while I am cloning some repos from github i see bunch of dependencies used in the project that either dont have windows supported or dont have the CLI ( ofcourse the repo dose not have Docker file), so i was wondering should i switch to Linux ? or is WSL good enough ( i can switch to linux , i have some previoius experience in it but will it be for good )
I think u should bro WSL is just for testing linux and will be slow as hell if u r running docker commands in WSL then it may take much longer time compared to running it in native linux
there are some programs out there to remove a windows product key from an old computer, or you can put your old hdd in. Surely you’ve had windows on at least one computer so far.
i have Lenovo ideapad slim 3, i5 works like a charm if you dont play games
try everything
if you have the time
so you can have a better idea
dont mind about the cut
in general it s well paid
I think JavaScript sits in the middle of way too many good fields. Not only front/back-end web development, but web security also. And I seen the rise of Three.js for creating 3d graphics in web browsers, and Discord is built with ElectronJS which is a JavaScript library
Good survey about industry
<@&942391219206647828> weird guy
Does anyone have any experience creating a website. I know you can make a free website via github but i was struggling highkey . Just wanted to know if anyone has other reccomendations or anything
Can you provide more information about what you plan to do?
Anyone using ansys?
tryna make a website to publish articles about sports so id like to be able to include images and then text and stuff , kinda like in a blog format
thank you 🙏🏼
Guys can someone help,I'm using next js and im trying to create this signup page,but when i click this signup link i go this 404 This page could not be found.I use this {'/register'} for that route
Looks fine to me
still dont working
looking for someone to guide me through some dsa problems
what do you mean by guide ?
u can do striver or neetcode list if u aren't sure which questions u should systematically attempt
Instead of register.js
Write page.js for file name
Fix it,thank you.
nice
yep
Hi, I've been searching about CS (Computer science) and CE (Computer engineering) for a while, but I can't seem to find as much resources to learn CE as i do with CS, and even if i did at some point, i couldn't understand it and don't remember...is there any resource you'd recommend for learning the basics of CE?
Search according to subjects, check CE curriculum(semiconductor phy, signaling systems, computer architecture, digital circuits, operating system etc..)
And read more book about stuff. Websites like libgen, anna-archive can be used.
has anyone completed data structures and algorithms?
not yet still in the process 😢
it's like a dark soul boss which wouldn't die no matter what
are you done with recursions?
yeah kind off
how many leetcodes have you solved?
roughhly 150
instead of going with a number in my mind i would suggest u go with a pattern of a
problem , problems can be infinite but the patterns are limited @proper fractal
find the patterns in the problems tht the key
Would someone be able to help me/ check my bootstrap framework later? I'm trying to recreate a prexisting figma file
Why aren't u using tailwind, any specific reasons for using bootstrap 🦉
The class voted on it
🫠, but
Okay, i once used bootstrap and then switched to tailwind and never came back
u can still share the issue, maybe i can help u solve it
yoooooooo someone please advice some good free boot camp or similar websites where i can learn coding, im not sure about specific field as i started web development but may switch to something else
i just dont want to waste time on some meaningless certificates
just look on youtube for free videos on developing websites or blogs online. use it as a jump off point to learn what you want to do. Don't copy verbatim, you don't anything that way.
do anyone here know ho to create a blog site?
like.... the tools required?
Thank you, I'm trying to recreate a page from figma using bootstrap mainly using example components but they turn wonky when I add to html file
you mean the styles aren't working when u paste it on ur html file?
But it s also the most exciting one
Nah bro I feel bored already
I would rather do some web dev instead of leetcode
It gives you the ability to think
it does but not in an exciting way
bros i need a help in resume making :
lets say i have no expereience , no extracurricuklar and no certifications , there are only
Skillls
Projects
Education
Now how many projects should i keep and is it ok to have space left in bottom?
You said you were done with recursion before
If it s the case , recursion it s a new way to design programs
When you learn something like that it s new you feel like you improve your thinking
Personally
yeah it is but is not fun until u are able to design some projects or architecture using what u learned through Data structure
and most of the things we learn through leetcode dont' get used in actual work i mean they are used but internally
That’s a really interesting way to resolve leet code problems , I m doing coding game personally , it s different than leet code more gamified
that is inbuilt functions or tools like that
that is nice
i recently made a chrome extension to update my discord activity
That s so cool , you code alone or with friends ?
mostly alone
Ok ok
Indeed but that s the difference between you and noobs in comp sci
Most of them just use it but they don’t know where it’s come from
yeah kind of
yeah also i have seen most of them are so heavily dependent on chat gpt and here we barely use it
can u share me link of the platform u using for gamified
exp.
Of course
i am loving it!!
Certification
Is usually when some technology or competence are not available on the market
For example languages are not considered as certifications properly since theire are mostly open source
But it s still cool to have for learning purposes
And for professional experience since I don’t have any pro exp so I can t help you with that
thanks buddy
Then what about projects , how many should i keep?
And yeah if you share any good resume without any experience i would be glad..
Only the one that you want
It s up to you for this case
I will see
Greetings once again, It is me, Gabe, and I'd like a little bit of advice or outside view; I'm considering on switching to Linux, still am a bit uncertain on which distro to choose but i got a few in mind (Mint, Pop!_OS, Fedora, Zorin, Arch...), anyhow, i'm planning to buy a new computer once i manage to save up enough, which is going well, however, I don't know if Linux runs better on laptop or desktop computer, neither about usb drives that well, and If i should be concerned with anything else at all, Linux seems great, but I don't know where to start on learning more about it.
Zorin will be good option for you.
U can also try pop os too
Pretty easy installation
Can anyone suggest a good video on how to build an app for beginners?
In react native or kotlin?
Mint is very good for good for beginners and has lots of native support for functionality you might be used to. Pop!_OS is a sort of finished product type OS, it's very good and again natively supports lots of things and is great for gaming(personal experience). Don't know much about Zorin. Arch(insert i use arch btw meme) is brilliant but not so great for beginners, I use it as it achieves a mininmalistic environment and I have full package control beyond basic utils etc. Linux is a great little adventure but just remember that it basically requires no resouces to run beyond around 4gb of ram and a dual core processor and you'll have a great time. Generally speaking it's a lot less resource intensive than Windows and therefore you shouldn't worry about the hardware you are using. I for example have a laptop from 2011 that runs Arch buttery smooth. Your experience may vary on more graphically intensive desktop environments like Gnome or KDE Plasma however.
I am a complete beginner, i just want a rough idea of the skills i will need.
so that i can slowly gain the skillset i will require to build an app in the future
Thanks! But how should i go about installing once i make my choice, a USB? a SSD? HDD? I'm conflicted...
i think maybe u should try react native just pick any tutorial u find in youtube that will be sufficient for now
go for ssd for the fastest response time
Try different distro, you'll eventually find what you like after distro hopping.
Try mint, arch, pop, fedora, debian, zorin etc...
just to be clear best practice is to have a media source to install from and a receiving hard drive/usb/ssd. For example, my PC has an internal NVMe SSD drive and I installed arch using a bootable USB image. If you didn't have a USB, you could for example plug in an internal hard drive(if you have the space) with the installation image on, and then boot from that hard drive and install to the other drive, but I'm not sure why you would do that, especially if you have USB's to hand.
Generally speaking SSD's have a faster boot time and read-write speeds, however depending on the price it may be worth just getting a HDD, as you will get a larger amount of storage for less money. The truth about Linux OS's is that you can get away with very minimalist hardware and have a well functioning system, with Linux for me it's never about the hardware and it's sort of besides the point.
Alright, thank you.
tyyy
does anyone know how to use vue js here? why when i copy the vuejs code of a tailwind component it does not work?
I was doing a personal project, and I got a question about my database, each product has a rating, but what is the best way to establish it, according to sales or customers and their sales, if you record their opinions of a product then I posed two options, each user can rate it as bad, regular or good and from it calculate it, another option is to record each rating of each user and then recalculate their rating to be more accurate. In short, propose a one to one, one to many relationship or use another alternative.
hey, anybody here knows flutter coding?
Hey does anyone know how to get either url or video id of the current playing youtube video on android using kotlin ?
not too familiar, but wouldn't you need a Youtube API
yeah but that' s not the issue
what i need is the video Id or url of the video
and then i can retrieve the title of the youtube video which i am currently watching
and that too on android
depends whether you need the individuals users ratings. If you do then do a reviews table with foreign keys to both product and user. If not then just iterate the number of bad, regular or good reviews for that item. Option 2 better for storage, but 1 would prevent users from voting multiple times
possibly could use some sort of OCR to determine the video title and author, search it, get URL of first result?
OCR ? isn't that too complicated
well... not really? what lang you doing this in?
right kotlin sorry
can you provide me any article or code regarding it ?
well, OCR has become pretty easy to do
you can literally just get the position of text on the screen and extract it, libraries exist for basically every lang
can find sth for kotlin 1s
tesseract seems to have an SDK
oK will give it a try for sure
heres an example
@storm current I guess the video is just playing in the default youtube player, and your program is not hooking it in any way?
I have another idea tbh - could monitor packets being sent
(and recieved)
yeah that is something i also thought too
nah
i think wont work without rooting
also for the OCR thing you probably need accessibility perms
yeah there was another approach something called media session
it also required system permission which u can't get without rooting the phone
I don't know if this is possible on android without rooting, but most straightforward might actually be to find share button with OCR, then copy link with OCR, then use clipboard content for whatever
that would definitely be the most reliable and easiest to implement, but idk if would work on android
Ohhhh
u will also have to interact with the button too
because text extraction where its dynamic using positions and stuff is kinda sketchy with OCR tbh - error rate can be moderately high
this is kind of webscraping
gotta use mediaprojectionapi to capture screenshots, then whatever else for OCR (google ml kit might be better than tesseract from my research), then simulate click via builtin accessibility service
could store screenshots in tmpfs if android has that
for faster speeds
Lol this is already just geting too complicated
i also tried the notificationListener approach but it wasn't upto the mark
not really tbh, lemme break it down.
every like 1s, use media projection API to take a screenshot, then keep in memory as var, then analyse the image with OCR, (as simple as something like if (element.text.equals("Share", ignoreCase = true)) { with ml kit, pass Bound object from element.boundingBox to a function you define to click it using android's built in accessibility service, and that's it, then repeat for copy link
hmm
and extracting from clipboard is as easy as
val clipboard = getSystemService(Context.CLIPBOARD_SERVICE) as ClipboardManager
val clipData = clipboard.primaryClip
return clipData?.getItemAt(0)?.text.toString()```
sorry for the java, idk kotlin
i dont like either, just learned them back when i had a minecraft server of my own
atm am learning go, but for most stuff prefer python
no problem i am familiar in both also kotlin uses java internally lol
how old r u btw?
this snippet is kotlin anyway bc some of it is just copy pasted from docs xD
but if i include java anywhere its prob bc i sketched it up and also my code prob does not work 💀
its been a long time....
and also whats ur fav lang
and what is this project even for
24
been coding a while haha
i learnt coding in my 2nd year of college
i like reading (not programming books tho 💀) and ig it helps
bc i like get academic knowledge on like how it works below the code im writing\
golang ig or spring boot
i took my igcse cs exam last year - a year early, everyone else in my class takes it next year
or well next schoolyear
just trying to get video info so that i can update my discord acitivity
yup
OH nice
i really like it as a lang
read any go books?
hmm interesting
not yet
yup
documentation is everything bro
more just trial and error and trial more
xD
probably wasted a lot of time
but I was still quite young
that's nice
but python is good for beginner
i mean i did learn it but probably not very efficiently
yes fs
btw
my dad is kinda a senior software dev
of like 30+ years
my god
so maybe that affects how early I got into it xD
yeah that explains it all
he bought me some program for block based coding (like scratch) when I was like 7 lol
tbh ive always wanted to be like him
oh scratch ?
like ive known since like 6 that i was gonna become a programmer like my dad
aren't they really old lang
similar, just the blocks
scratch is basically just coding in english but with blocks that connect
like puzzle basically
damn u wanna become like tourist or something ?
wdym?
yeah i know
there used to be some turtle language also
hm, never heard of it
tourist is a grandmaster in coding in codeforces and he also started from 13
it is called Logo
tbh rn i wanna get all my exams over for next schoolyear while working on some projects, hope one succeeds so that gives me some more like 'acknowledgment' ig
i really wanna get into MIT
then kinda just idk
work, probably in crypto
automation and stuff
i wanna work for myself
Damn you have some grand vision
and then eventually live in some country with super lenient tax rules and laws and like just 'relaxed' yk
something by the sea
and buy some house in like andorra or something
where I go in the winter
to ski
or maybe a house there would be silly
idk
i still have so much ahead of me aha
i just hope i manage to succeed
cuz theres many thousand more kids with the same or better amount of coding skill also applying for MIT and then competing w me in the future etc.
when do you finish uni @storm current ?
chill bro take it slowly your are making feel like i am very far behind others 😅
oh no ur not
ur fine dw
i havent done any of what I say I want to xD
its just hopes and dreams yk
2 years back TT
time is just flying
wdym?
frontend
ew i hate frontend ahahhaa
yeah me too these days
it is very hard to satisfy the end users or clients
frrr'
everyone has their own opinion on how the design should look
that's why i was looking for backend
job
but now i just looking for any job be it frontend , backend or fullstack
job market not that good
for me I prefer it a lot more when I have something that interacts with a non-programmer user that it's open source and I don't have to fix their issues xD
every one is asking for atleast 3-4 yrs experience
writing stuff for other programmers is usually pretty easy though
like annoyances wise
r u sure ur 15 ?
yep
u don't sound like one
going to yr 11 next year
Lol
but backend should also care about frontend bro
cuz theyll just fix whatever they dont like xD
why?
i don't know may be because i never heard someone talk about programing so heavily when i was your age
maybe cuz it was less popular back then?
idk
im also pretty invested in it ig
was it ?
its like probably the biggest part of my life
most of my day I'm either coding or thinking about coding
xD
damn fr ?
or reading about coding
well ig
lately ive also been playing roblox a lot with my little brother
on vacay in japan and we share a room
been bonding fr
then that means u r definitely the next "tourist" or "errichto" maybe
u from japan ?
its pretty nostalgic cuz we used to play a lot like 3 yrs ago
sorry vacay means vacation
oh ok
im born in germany, parents r russian, but live in thailand
oh that explains
germany has some very good education or so i have heard
passport/nationality wise im german but otherwise im german ig
i am very blessed - i was born in a pretty well-off family, have gone to private international schools my whole life
but my programming is 100% self educated
lol ur also russian too damn 
maybe like 90% actually cuz my dad xD
i can do the stuff we do in school with my toes blindfolded aha
the cs teacher started letting me skip lessons and go to the library if i didnt want to xD
i see
well with right environment any one can become anything
yes yes
