Click here to Skip to main content
15,879,095 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CS-insanity and things that make me want to quit Pin
loctrice22-Oct-20 4:14
professionalloctrice22-Oct-20 4:14 
GeneralRe: CS-insanity and things that make me want to quit Pin
JT the Maker22-Oct-20 5:43
JT the Maker22-Oct-20 5:43 
GeneralRe: CS-insanity and things that make me want to quit Pin
User 1493685322-Oct-20 8:55
User 1493685322-Oct-20 8:55 
GeneralRe: CS-insanity and things that make me want to quit Pin
Mark Smeltzer22-Oct-20 6:54
Mark Smeltzer22-Oct-20 6:54 
GeneralRe: CS-insanity and things that make me want to quit Pin
Mateusz Jakub22-Oct-20 7:17
Mateusz Jakub22-Oct-20 7:17 
GeneralRe: CS-insanity and things that make me want to quit Pin
User 1493685322-Oct-20 8:51
User 1493685322-Oct-20 8:51 
GeneralRe: CS-insanity and things that make me want to quit Pin
Mateusz Jakub23-Oct-20 7:59
Mateusz Jakub23-Oct-20 7:59 
GeneralRe: CS-insanity and things that make me want to quit Pin
Kirk 1038982122-Oct-20 8:13
Kirk 1038982122-Oct-20 8:13 
Don't take this the wrong way, but I graduated before C++ was really being taught.
So I took a C++ Class from a local university. Now, I had well over 250,000 lines of C under my belt, and I remember once explaining the "Algebra" of pointer operators to the professor, and him taking some notes, saying "Wow, that makes sense now"... LOL...

But when I did my homework, I did not copy/paste any solutions. 1990s, admittedly...

When I did turn in my solutions, I had written Full-Board Test Harnesses that would test the software quite thoroughly, separate from the software itself. Because I was a BIT BORED with the simplistic assignments.

Meaning:
1) Stop copying other peoples solutions, create your own, debug them, and PROVE THEM correct
2) Solve tough problems without searching for the answer: Here's one:

Given a dictionary of words, and VERY LITTLE computer memory (an assumed constraint), output the dictionary in such a way that for EVERY Word on a line, on that same line, separated by a space is every word that can be created as an ANAGRAM (with the exact same letters) of the first word, and you have to find EVERY anagram.

Anagram: NAP/PAN, DIARY/DAIRY, PIT/TIP

3) Although it has been done, write a program that allows a user to visualize various sorting algorithms. Then TRULY identify the logic difference that separates a Bubble Sort from a Rock Sort.
(Most people actually write a Rock Sort, calling it a bubble Sort).

4) Volunteer. Go grab and rewrite an open source project (I did this at University rewriting a Grammar Tool from Fortran into C as an independent study and donated the source so many could use it).

5) Solve Real World Problems. Go find a company/business that needs your amazing skills and actually build their software. Learn to take specifications, determine needs from wants, learn to visualize a user interface that's appropriate to the CONSUMERS (not the programmers), etc.

You sound really smart. But you are MISSING the point.

All software is about COMMUNICATION:
-> The GUI Communicates TO the user
-> The Inputs Communicates TO the program
-> The program Communicates TO the database, and others through notifications

So, when I hear you complain about all of these cut/paste solutions. What I hear is:

I can't stand having conversations with people. They are all the same conversation, over and over.

It's truly because YOU are BORING, and you are trying to get the right answer. You have NO FOCUS on learning, experiencing, and truly listening.

Focus on those things, and you will NEVER be bored again.

Every day... Make SOMETHING better!

GeneralRe: CS-insanity and things that make me want to quit Pin
User 1493685322-Oct-20 8:36
User 1493685322-Oct-20 8:36 
GeneralRe: CS-insanity and things that make me want to quit Pin
harvyk022-Oct-20 12:45
harvyk022-Oct-20 12:45 
GeneralRe: CS-insanity and things that make me want to quit Pin
RafagaX23-Oct-20 5:25
professionalRafagaX23-Oct-20 5:25 
GeneralRe: CS-insanity and things that make me want to quit Pin
CARNESECCHILuc3-Nov-20 5:09
CARNESECCHILuc3-Nov-20 5:09 
Generalis it secure to send Fax through iPhone apps(FAX)? Pin
Southmountain21-Oct-20 4:30
Southmountain21-Oct-20 4:30 
GeneralRe: is it safe to send Fax through iPhone apps(FAX)? Pin
Richard MacCutchan21-Oct-20 4:54
mveRichard MacCutchan21-Oct-20 4:54 
AnswerRe: is it safe to send Fax through iPhone apps(FAX)? Pin
ZurdoDev21-Oct-20 5:03
professionalZurdoDev21-Oct-20 5:03 
GeneralRe: is it safe to send Fax through iPhone apps(FAX)? Pin
Richard MacCutchan21-Oct-20 5:05
mveRichard MacCutchan21-Oct-20 5:05 
PraiseRe: is it safe to send Fax through iPhone apps(FAX)? Pin
ZurdoDev21-Oct-20 5:07
professionalZurdoDev21-Oct-20 5:07 
GeneralRe: is it secure to send Fax through iPhone apps(FAX)? Pin
GuyThiebaut21-Oct-20 5:59
professionalGuyThiebaut21-Oct-20 5:59 
GeneralRe: is it secure to send Fax through iPhone apps(FAX)? Pin
Southmountain21-Oct-20 6:38
Southmountain21-Oct-20 6:38 
GeneralRe: is it secure to send Fax through iPhone apps(FAX)? Pin
DerekT-P21-Oct-20 11:27
professionalDerekT-P21-Oct-20 11:27 
GeneralRe: is it secure to send Fax through iPhone apps(FAX)? Pin
Mycroft Holmes21-Oct-20 12:28
professionalMycroft Holmes21-Oct-20 12:28 
GeneralRe: is it secure to send Fax through iPhone apps(FAX)? Pin
Southmountain22-Oct-20 7:32
Southmountain22-Oct-20 7:32 
GeneralThought of the Day Pin
OriginalGriff21-Oct-20 4:29
mveOriginalGriff21-Oct-20 4:29 
AnswerRe: Thought of the Day Pin
megaadam21-Oct-20 4:57
professionalmegaadam21-Oct-20 4:57 
GeneralRe: Thought of the Day Pin
ZurdoDev21-Oct-20 5:04
professionalZurdoDev21-Oct-20 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.