CodeBy
Most of these are not used at the actual job
Really? Like algorithms too? And what about data Structure is there no task of storing data and other stuff?
CodeBy
Is this all automated and error are fixed automatically?
Vlad
Really? Like algorithms too? And what about data Structure is there no task of storing data and other stuff?
Lets try again. Does "DSA is in demand" manifests as hard bullshit questions to weed out people that did not grind that stuff for 1000 hours?
Vlad
Really? Like algorithms too? And what about data Structure is there no task of storing data and other stuff?
There's a difference between making an actual product and solving fake problems.
CodeBy
Man I guess we can stop here for now and can continue this Tommorow 🙏
CodeBy
🏳️
CodeBy
🏳🏳
Vlad
So you surrender?
Vlad
Very french of you
CodeBy
I saw it as waterloo and assumed myself as nepolian for a sec
CodeBy
"there's nothing we can do" - Nepolian Bonaparte
Ayush
If you want to burn your money attending "courses" so that you'd have an illusion of achieving something in life then maybe
That course has full stack Web dev, DSA, aptitude, live resume, doubt session means like everything that's why I asked
Proger
https://github.com/me7alix/htmpl.h Hey guys, I've been working on the project and would love your feedback. It's HTML templates to C code compiler
sʜɪᴠᴀ
is anyone there?
sʜɪᴠᴀ
wtf, so how I can send github links
Zeth
wtf, so how I can send github links
https://github.com/skozlovf/sqlcipher-cmake ?
sʜɪᴠᴀ
has anyone a better place for asking c++ questions?
Ziky
Tomorrow I guess :D
Zeth
has anyone a better place for asking c++ questions?
Sorry, i had that issue too when i first joined
Zeth
i guess they set it up like that because of the number of bots
Precious
Am new here
Precious
Please I need someone to help me out
Vlad
Please I need someone to help me out
Can you even put into words what do you need the help with?
Vlad
Damn antispam massacred all of them
Zeth
Damn antispam massacred all of them
Yeah, it just deletes everything blindly lol
Vlad
Who's the actual dev behind the anti spam bot?
Vlad
Their heuristic sucks
Vlad
🔫
Vlad
I said it as it insta-deleted some ad bullshit xd
Zeth
Who's the actual dev behind the anti spam bot?
must be the same genius who thought sorting the months alphabetically was a good idea
Vlad
must be the same genius who thought sorting the months alphabetically was a good idea
I bet it's if(NoPFP(user) && CountryOfOrigin(user) == "india") || DumbGit(user)) return E_SPAM;
klimi
Although it's not ideal
klimi
Oma
I want to start c++ but I have no laptop 🥹
Proger
I want to start c++ but I have no laptop 🥹
android phone + termux + keyboard
Proger
You probably have enough money to buy a keyboard
Proger
Online Compiler exist
Online compiler doesn't allow you to, for example, read/write files or make HTTP requests
Proger
Termux is the best choice. You can even run gui apps in termux, but you have to be familiar enough with linux to do it
sʜɪᴠᴀ
actually just a ssh client is enough.
Proger
actually just a ssh client is enough.
not enough if you don't have a linux server
sʜɪᴠᴀ
not enough if you don't have a linux server
there are many docker linux servers which are free or nearly free
Proger
there are many docker linux servers which are free or nearly free
I think they are too slow to write code in nano/vim/nvim on the servers .
Proger
Termux is limited in functionality, but it's quite sufficient
𝘞𝘦𝘢𝘳𝘪𝘯𝘨𝘔𝘦𝘥𝘢𝘭
hacknoidxOO1
So I want it to be beginner friendly but also to impress employer or showcase that I can build better project than those common simple calculator
Hey, try building a simple calculator that works between two devices using sockets—one should send two numbers and an operator, and the other should calculate and send back the result.
Proger
Or calculator that calculates expressions like that 87+9*(67-7)
Vlad
ssh ping fatigue?
I have that when I vnc to my desktop sometimes
Proger
ssh ping fatigue?
Yeah, it's really annoying especially if you use a code editor with vim motions
~
Termux is the best choice. You can even run gui apps in termux, but you have to be familiar enough with linux to do it
This. I did like this for some years when my laptop is broken :( termux can compile almost all languages, what i have tried (js, php, python, rust, go, c, c++, c# .net, java, koltin, kotlin android with android studio command line version 🤣
~
With just 4 gb android :)
Proger
With just 4 gb android :)
I run local LLMs on my phone using termux with ollama 12 Gb RAM :)
~
I run local LLMs on my phone using termux with ollama 12 Gb RAM :)
Umm what is your use case of the LLM? if it is chatting and getting anwer, isn't chatgpt browser will be better? bigger model == better capability => no need to use own resource 🤔🤔
Proger
Umm what is your use case of the LLM? if it is chatting and getting anwer, isn't chatgpt browser will be better? bigger model == better capability => no need to use own resource 🤔🤔
I do it for fun. I compare them and if a LLM works fine (fast and accurately) I install it on my PC and use it. I also really love chatting with uncensored LLMs
Proger
uncensored LLMs are interesting to talk with
Rose
Reported Me O [1041287981] to admins.​​​​​​​​​
Vlad
Vlad
Drunken bums really do be havin' some valid points sometimes
Michael Scofield
They surely are, they will reveal hidden truths of the world
Ludovic 'Archivist'
Suggest project ideas for new c/c++, I want to include those projects in resume, portfolio. So I don't think calculator/ tic tac toe/ to do list , will stand out from the rest of the candidates. But at the same time time it will be my first project
If you want to impress an employer, those are sufficient, but make it right: add CI/CD, document your code, make specifications, have a coding style, document bugs and fixes. Do the things people forget the job is also about in those tiny projects
Vlad
I'm saying this cause if you do that in the beginning it would kill the fun so to speak, and you'll drop the project more likely
touhou
I'm saying this cause if you do that in the beginning it would kill the fun so to speak, and you'll drop the project more likely
There was one time where I spent more time creating a CI/CD pipeline and fixing it than I spent on actual coding. 😅
touhou
Very frustrating experience.
Ludovic 'Archivist'
There was one time where I spent more time creating a CI/CD pipeline and fixing it than I spent on actual coding. 😅
And people wonder why I make a very janky pipeline made from C and shell scripts
Pavel
There was one time where I spent more time creating a CI/CD pipeline and fixing it than I spent on actual coding. 😅
To do: - start making a project - make a CI/CD pipeline (host TeamCity or something custom because it is cool) - host a bug tracker, configure it for all the scalability you would ever need - make a website for your project - build your own framework that solves all the imaginary scaling problems you have - never actually develop the project functionality-wise past something you've made in the first week
hacknoidxOO1