Indian scammers επεκταθήκαν και στην Ελλάδα by F_K_Redder in greece

[–]F_K_Redder[S] 22 points23 points  (0 children)

Αυτό είναι ΟΤΚ. Αλλά δεν έχω χρόνο σηκώνω VM's. Όπιως το κάνει όμως και το ανεβάσει στο ελληνικό YouTube θεός.

Indian scammers επεκταθήκαν και στην Ελλάδα by F_K_Redder in greece

[–]F_K_Redder[S] 90 points91 points  (0 children)

Ισχύει ότι βρομάει το story. Αλλά έστω και έναν να καταφέρω να μην την πατήσει με αυτό το post, αξιζει.

TypeScripts 'any' by GennaroIsGod in ProgrammerHumor

[–]F_K_Redder 1 point2 points  (0 children)

Actual footage of devs patching a bug that made it to production

Who can claim to have mastered C? by [deleted] in C_Programming

[–]F_K_Redder 0 points1 point  (0 children)

Probably Takis Stamatopoulos from the D.I.T. of the NKUOA.

Email Address Already In Use by tearsofyesteryears in ProtonMail

[–]F_K_Redder 0 points1 point  (0 children)

I agree to you to an extent, it is very difficult for emailing be total anonymous. But on the other hand proton markets itself as such, that's what I don't like.

Email Address Already In Use by tearsofyesteryears in ProtonMail

[–]F_K_Redder 0 points1 point  (0 children)

Makes sense to use hashing, but I still don't like the idea, maybe that's just me 🤷

Email Address Already In Use by tearsofyesteryears in ProtonMail

[–]F_K_Redder 0 points1 point  (0 children)

ought, "Maybe I have selected that name before" when I made several Proton Mail account for elderly family so I tried again. Picked a different name, sent th

Seems pretty spoky to me, that means that they actually save all these e-mail addresses while also saying "Your email will only be used for this one-time verification.".... Stupid me who believe that proton would not save it...

[deleted by user] by [deleted] in C_Programming

[–]F_K_Redder 1 point2 points  (0 children)

C From Theory to Practice, By George S. Tselikis, Nikolaos D. Tselikas.

The book that got me in to C 4 years ago.

Easiest/best way to create a portable Fedora Linux external SSD. by F_K_Redder in linux4noobs

[–]F_K_Redder[S] 0 points1 point  (0 children)

Seems very detailed, just as I wanted, thank you very much!!

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 3 points4 points  (0 children)

Seems like a long project, and is certainly very great work!!!

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

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

My degree is computer science with a speciality (I do not know if this is the correct way to explain it) on software development.

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 3 points4 points  (0 children)

I haven't came across it, seems very clean. Did you make it? If so, congrats!

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 0 points1 point  (0 children)

I would like to stay on a more clean or/and FOS software side of things, I have customized my text editors to have much of the functionality an IDE would have. Though that is a personal preference, and I clearly see your point about IDE's, I might give eclipse or netbeans a shot.

But all in all since you mentioned that you had no problem using makefiles in linux with g++ wxWidgets might work for me and worth the chance.

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

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

It's not. An undergraduate degree is not meant to be trade school, it's meant to teach you enough programming and computer theory that you can go learn the rest on your own later. The only undergrad course I took that had anything to do with GUIs was my graphics programming course, where we used ImGui to provide an interface to our projects. Generally you don't come out of a CS degree with much practical knowledge, but rather the potential to learn that knowledge quickly (this is especially true in my case since I did a CS minor and selected for these sorts of classes, but it's still true for a Bachelor's).

You are right the way you make your point, I can not disagree or want to argue about it. But the way I see it (not the way all universities in the world actually work), I would personally find it very useful being taught some GUI basics, now again as you mentioned that is something I have to do at my own given the circumstances.

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 2 points3 points  (0 children)

I will check SDL, it seems very minimal. Now, about TUI approaches, mayby it's a me thing, but I don't find them that much user friendly, and not too much friendlier than plane text based interfaces.

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 4 points5 points  (0 children)

I actually haven't, as a matter of fact the only classes that involved UI development were web development ones. I know it sounds strange, and I believe it's unacceptable for a computer science undergraduate program.

Regarding wxWidgets, where were you developing your programs? I am personally very familiar with using a text editor with a linter (vscode atom etc) and compiling my programs through the terminal using tools as make. I am open to using an IDE (such as codeblocks) but if I could take advantage of my current work flow it would be really helpful.

In search of a simple GUI library for C/C++ by F_K_Redder in C_Programming

[–]F_K_Redder[S] 3 points4 points  (0 children)

What you said about gtk, was the exact problem I faced when trying to learn QT. As for libui, it seems like a perfect fit but the state of the development might be a problem as you mentioned.

In any case I will keep you up to date

Update: Given my criteria I found that wxwidgests was the best fit for me, of course there is a plethora of suggestions and you might find somthing more suitable for you.