[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: frying pad.png (2.92 MB, 2046x1800)
2.92 MB PNG
I have no CS degree and mu knowledge about tech is to how to repair hardware and running linux with wine. I made a local LLM last year but i deleted it because of storage space
Been thinking about learning software to complement my hardware knowledge and maybe even start working from home if possible. How do i get into the software game in my mid 20s. I have some free time during summer?
>>
Install Gentoo.
>>
>>109373804
Same. I know basic electronics, I can fix laptops but when given a text editor or IDE to code I'm a dumbass.
>>
Start with small projects, I bet we can start a flamewar about programming languages but I started with Python and C in uni (non IT degree tho).
Do absolutely small starting projects (calculator, guess the number, whatevs) just to get the hang of it. Then up the complexity, come up with ideas and try to solve them. It should be challenging. Do not use LLMs to solve it for you, maybe, at best, ask for what topic to look into, not code, if you really want to understand it.
However, it will be hard to get a job anyway, so do not get your hopes up high that you will be working from home in no time.When I started 2-3 nicely done projects on Github plus being a non retard at the interview was enough for a decent internship at one of the largest fintech companies, but now it's quite grim. Learn it though, it's a useful skill.
>>
>>109373804
>made a local llm
Made or downloaded?
>>
>>109373931
Is making a first person point and click adventure game with basic inventory system a complex system for programming?
>>
>>109373804
Just start writing code.
>>
>>109373804
Lmao nigga what
Go learn plumbing or some useful shit
>>
File: full-104289671.gif (487 KB, 400x300)
487 KB GIF
1. Open a text editor and create some file with .c extension
2. Copy paste the following:
#include <stdio.h>

int main() {
printf("niggers!\n");
return0;
}

3. Run gcc /path/to/the/file/you/just/created.c
4. Run ./a.out
5. Congrats you just coded, now rinse and repeat
>>
>>109374668
woops made a small typo, there should be a space between return and 0, so it should be
    return 0;
>>
File: jump rope.jpg (24 KB, 561x547)
24 KB JPG
https://freecodecamp.org/

get the basics there. you need some form of meditation, i suggest you get a jump rope
>>
>>109373804
Whatever you do, don't use a mac
>>
>>109373804
You can start out with something like python.
This tutorial is decent, and the book is also one of the recommended ones.
https://1337x.to/torrent/5790279/Automate-the-Boring-Stuff-with-Python-Programming/
>>
>>109375082
>jump rope
Holy shit my roommate during college would walk around in circles while thinking and whenever we were in the living room it drove us fucking insane when he did that
>>
>>109373804
lrn2vibecode
>>
>>109373804
Just put ur lips together and bloe
>>
>>109373804
You code then you learn how to code
>>
>>109373804
>I have some free time during summer?
I don't know. Do you?
>>
If you're in hardware read a bit about computer architecture, Assembly and C. That's a more natural evolution and you'll understand naturally how shit works
If you're asking about coding because of job prospects then you're 10 years too late to the party because people with masters degrees can't find work
Either way learning how to code has never been easier than it is today. Just try to code something simple you thought of and then ask AI to fill you in on the shit you don't know and to explain things to you and just do that until you're capable enough to make something without the assistance of AI. Then just repeat that but keep raising the bar
>>
>>109373931
Is he coding in scratch? What is the mouse for?
>>
>>109373804
You vibecode now
>>
>>109373804
>I made a local LLM last year
No you didn't. You mean you downloaded a local model from huggingface
>>
File: 1785092308644.jpg (221 KB, 1183x870)
221 KB JPG
>>109373804
>>
>>109373804
Use ai, snailcat
Coding is obsolete
>>
What's with these threads? atp if you didn't start when you were a teenager coding isn't for you. It's all going to shit with vibecoding anyway.

Fuck off we're full.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.