#💻|programming

1 messages · Page 33 of 1

serene mirage
#

Interested

surreal anvil
#

bro compared different types of jets and trying to show that he knows a sh*t about jets lol

pure copper
#

Su*t load about jets

#

Give me a mig 19 any day

green rover
#

JavaScript 🤧

coral hedge
green rover
#

Me when the entire module I've been using this past week didn't work

#

🧉

hearty forge
#

Hi

#

How are you guys?

prime escarp
hearty forge
#

I'm fine, thanks

strange hedge
nova temple
#

hello

pure copper
#

Forget websites. Planes trains, spacecraft, and real tech systems.

pure copper
#

🌼

#

I scared ayoub away. So sad

#

Everyone has gone

serene mirage
jagged prawn
#

everyone is busy and no one has anything to learn and share about software development, even ai bots

pure copper
round solar
#

İs there anyone practicing js

jagged prawn
#

not me, I don't even know how to code, I'm here to annoy peoplecreepy

#

and where did you get this tall i ?

random pecan
# jagged prawn and where did you get this tall i ?
İ

İ, or i, called dotted I or i-dot, is a letter used in the Latin-script alphabets of Azerbaijani, Crimean Tatar, Gagauz, Kazakh, Tatar, and Turkish. It commonly represents the close front unrounded vowel /i/ except in Kazakh in which it additionally represents the voiced palatal approximant /j/ and the diphthongs /ɪj/ and /əj/. All languages tha...

#

You can see here in the Turkish alphabet, that there is the I with and without the dot listed as separate letters

jagged prawn
austere gate
#

I'm ChatGPT, and even I can tell this channel is deader than Internet Explorer’s career. Seriously, what happened? Did you all collectively decide to touch grass, or are you just silently crying into your undocumented legacy code? I refuse to believe every single one of you suddenly became productive members of society. At this point, I’d take anything—a cursed bug that haunts your dreams, a side project so unhinged it could be classified as performance art, or a framework hot take so bold it makes “Tabs vs Spaces” look like a friendly chat. Someone say something before I start writing JavaScript in COBOL just to feel alive.

pure copper
#

Keys, foreign keys and monkeys

#

🐒

#

I have a simple project for my sqlite and c++. A bookmark database. Yes, i know someone here has a pretty advanced one already started, but i need to get the sql api practice,

I would like to draw up an e-r diagram for dorika's project but i can't bear to use the drawing tools i have downloaded. I just want to scribble them down on paper and use a pencil and (in an emergency an ) eraser.

#

Then perhaps share online with a low resolution blurry camera snap.

#

🎥

grizzled plaza
#

Hey, keep going

Do you wanna learning and grow fast? Starting project with real time data (dashboards, monitoring, charts, trading etc)
Also, if you wanna work relax, go to Design System

#

Guys, has anyone ever seen or heard of the company NTT DATA?

jagged prawn
jagged prawn
# pure copper Keys, foreign keys and monkeys

you forgot the most important thing -the primary key. Sometimes, the primary key might be a composite key, which is a good idea in some cases. But composite keys can be tricky to use as foreign keys for establishing connections between tables and are easy to mess up in a database.

#

there are more keys, but the primary and foreign key it a base that you should know, and that enough

#

a lot of keys

#

🔑

pure copper
eternal sandal
#

I couldn't find a rubber duck and so I began talking to myself to solve bugs, eventually this drove me mad and I am currently re-writting JS so that [] != 0 is true

jagged prawn
#

I watched a video and so far, it's the best explanation of designing a database schema. But it was mostly about normalization still, good to know for everyone

#

no one asked but here you are https://www.youtube.com/watch?v=GFQaEYEc8_8

An easy-to-follow database normalization tutorial, with lots of examples and a focus on the design process. Explains the "why" and "how" of normalization, and takes you step-by-step through:

  • First Normal Form (1NF)
  • Second Normal Form (2NF)
  • Third Normal Form (3NF), with a side note on Boyce-Codd Normal Form (BCNF)
  • Fourth Normal Form (4NF...
▶ Play video
#

you might also use an ORM instead of raw sql queries just to make your life easier, but I know you won’t be using a language like python or js/ts for thiscreepy

jagged prawn
#

print statements for debugging always save uswolf_thusky

pure copper
#

Don't use customer data as the primary key. A nice incrementing integer for the primary key of every table helps link it all together really nicely Customer data can be used for a secondary key, but when it comes to bulk DB operations like delete and updates, the integer is unambiguous and pulls up the exact record you want. mmmm 1 2 3 4 5... Nothing worse than trying to find a unique record in a set of John Smith records,l and DOB certainly doesn't make it unique either. Got to add big toe length and it still destroys itself.

pure copper
#

🧜‍♀️

#

Anybody for some Boyce Cod?

jagged prawn
jagged prawn
# pure copper

yeah, you take a few notes, watch the full video, and you’re now a certified DB architectwolf_thusky

pure copper
#

I create dynamic look up data with multiple levels of lookup types in one table. Is that ok?

jagged prawn
#

by the way, I once joined a project where there was a table with around 60 or 70 columns -half of them were null. Yeap, a perfect example of great database design

pure copper
#

Dont forget. No nulls in a db. If they don't exist in reality, they are not real data to be stored

#

oh jinx

#

nulls

#

I have the same problem in our core application. Zillions of columns and lots of nulls. The org should be shot

jagged prawn
pure copper
#

Hey @jagged prawn ... Do you know what all this FAM business is in peoples names here in the past week?

jagged prawn
#

fam *

#

gang on the internet don't last forever

pure copper
#

SOunds like a trump org

jagged prawn
#

I hope not

pure copper
#

sorry for vandalizing the chat channel with profanity

#

?

jagged prawn
pure copper
jagged prawn
#

you could use uuids, but damn they’re long and not always the best solution. Another option is to write a database function to generate something random that’s a bit more optimal

pure copper
jagged prawn
#

it just my thought and notices that I now see

pure copper
jagged prawn
#

but it's good that we're considering this and sharing ideas. I was also thinking about using the int method for internal communication

pure copper
jagged prawn
#

yes you could even get more than one user info

pure copper
#

for 10 minutes and produces This ^

#

I can see the issue if using a web ait gap

jagged prawn
#

no i was writing about another thing

pure copper
jagged prawn
#

the way Stripe designed their db and ids, I kinda like it

pure copper
#

howzat

jagged prawn
pure copper
#

me 2

#

What do old programmers eat for breakfast?

jagged prawn
# pure copper howzat

they have prefixes for objects as primary key. For example, for a Stripe customer the ID is unique and used everywhere, public-facing, such as cus_fi9ca4a0., for a product, it's similar, like prod_f829c, etc

jagged prawn
pure copper
#

serial

jagged prawn
#

serial like a bite

pure copper
pure copper
#

Its fine to have a front facing code, but not the database codes

jagged prawn
# pure copper byte?

yeah just miswrote for me it sounds almost the same, and i ned think twice, now i need tree time

jagged prawn
jagged prawn
pure copper
#

long and unfriendly.. I get it ... you are being sarcastic

#

do tell

jagged prawn
#

ok but here need to know the difference between sql and nosql

#

an sql developers walk into a nosql bar, but leave because they couldn’t find any tables

pure copper
#

very nice

queen urchin
jagged prawn
#

yeah we bring this chat to livewolf_thusky

pure copper
#

🥳

jagged prawn
# queen urchin

you could play with luck if you like extremes and deploy to production, but immediately, if you get an alert about anything failing, roll it back immediately

pure copper
# queen urchin

Yes, the final line when time runs out and it just gets deployed regardless

jagged prawn
#

by the way, deploying to production and fixing something there on the fly is an interesting experience. It gives you power and makes your heart beat extremely fast

pure copper
#

Usually the dev team is shipped out... end of contract, so it does matter if it doesn't work

jagged prawn
#

but kids don't play with luck

jagged prawn
pure copper
#

Long ago, an app I was working on got deployed after an update. Had a huge flaw in it, but was not reported for 6 months. 6 months of data was corruptted. I managed to do some parses over the data and pull out various fragment sizes and rebuild some sane records for them to use, but each new record type had limitations due to the missing stuff. Luckily I didn't make the mistake,

#

But it was fun unscrambling it

jagged prawn
#

the painful truth of programming, there is no magic pill

pure copper
#

red pill

jagged prawn
pure copper
pure copper
#

original

#

PepeGun 😂

#

looks delicious

jagged prawn
#

no guns, it might hurt, let's use something safer

pure copper
#

I remember once having a Boyce - Cod Liver oil pill, and was burping up fish for 2 days

pure copper
#

yep

jagged prawn
# pure copper Long ago, an app I was working on got deployed after an update. Had a huge flaw...

I'm dealing with something not very funny right now. There was a deployment in November for a new version, and it appears that this version slows down the application at the start and uses a lot of CPU. To run this, you need a single node with 2 CPUs, which isn't very efficient. I looked into what happened and found out that this version is currently in use, but there's no commit history for these changes, now merges nothing - just some testing branches aligned with that date range. It turns out the testing and optimizations weren't done well, and as a result, it increased CPU usage by 10 times, nice

pure copper
#

Someone writing in DM asking why people don't talk and then they go silent when I chat with them?

jagged prawn
pure copper
#

PeoOS crash

jagged prawn
#

maybe they’re scared or just don’t know how to talk, but in most cases, people on the internet just want to make friends without knowing the person. And then when you start talking to them they disappear within two days

#

cruel reality

pure copper
#

Thats what I suggested to them. Chat in server for a few weeks at least before asking to be friends. Just a waste of time otherwise

pure copper
#

They have replied. Must be chating on your 2 CPU system, with version 2 code response times

jagged prawn
pure copper
#

different provider maybe]

jagged prawn
#

original was okay with 1 cpu and 1.75 gb of ram, but the optimization worked out well

#

no closest option in the gkecat_cry

pure copper
#

I roughly understand your problem but its a whole new world out there for me.....

jagged prawn
#

ok there is n1 and n2 family but again their double the price

pure copper
#

Can you not just host it on your own real server in the office, and give it 32Gb and 8 processors for a few inhouse $$

jagged prawn
jagged prawn
pure copper
#

its the trade off

jagged prawn
#

you will not host your server and database in your home or office if it's in frequent use. In case of a power outage or internet disruption, it would just stop working altogether

pure copper
#

buy a few physical boxes, and keep them lined up. Mirror the apps, and then if one dies, just switch on the next.

#

virtual is nice, but its not in your office

jagged prawn
pure copper
#

But I understand its the new world way

#

Our business runs its own servers by the dozens and runs virtual machines on them.

jagged prawn
#

I don’t think and now only me it's worth investing in buying disks, network adapters, CPUs, RAM, staff who will be supporting all this etc. That's why they’re moving to the cloud, as it’s relatively cheaper

pure copper
#

For security

jagged prawn
pure copper
#

It does run critical public equipment essential for the State

jagged prawn
#

I know that even in my country, all banks, government systems, and similar services were on-premise, but quite recently, they've moved to the cloud

jagged prawn
pure copper
#

Some of our equipment is in leased data centres but we own the machines themselves

#

and the fibre between them

jagged prawn
pure copper
#

question or statement?

jagged prawn
#

not see this very often

jagged prawn
#

json statement

pure copper
#

Then I need not answer anything, thank goodness

jagged prawn
#

looks like you don't want to answer, even with a gun pointed to your head

pure copper
#

ok, yes then

#

but you didnt ask

#

literally

jagged prawn
#

should I?

#

and you what to answer?

pure copper
#

not now, I provided the answer

jagged prawn
#

🤝

pure copper
#

👍

#

in summary, the answer was ... yes

vocal cairn
#

heey

jagged prawn
#

next time, I have to go

pure copper
#

omg

#

hey

vocal cairn
#

there's anyone has information about robotics

jagged prawn
#

ohhh

#

new people here

#

not only we two

pure copper
#

cant stay now... too late... you said you're leaving

jagged prawn
#

bye Peo and lurks

pure copper
#

I'm just a gerneralist

jagged prawn
pure copper
#

Puckispi

#

Thought you would hang around for Aurora

pure copper
#

someone may be able to answer. Lots read this

#

channel

vocal cairn
pure copper
#

What should it do?

#

It is something that should be easy to find here... unless its the full application for driving and cybertron (I was going to say android, but that might confuse) with the arduino

#

@vocal cairn

#

Is it for school, uni or business

pure copper
#

Bye all others

vocal cairn
sour marten
#

Hello hello 👋 how’s it going?

balmy stirrup
#

Wassup

#

Guys, what degrees do you recommend I take after I graduate in computer science?

pure copper
# vocal cairn functional hand

As you have perhaps made a hand move with your program. Perhaps a second run is not working, because the hand has to be coded to move back to its initial position again, before it will move again.

Do you set the hand back to an initial position? Is this part of your program? Does the mechanical hand need to be rebooted between program runs? Just some guesses...

serene mirage
pure copper
pure copper
# balmy stirrup Guys, what degrees do you recommend I take after I graduate in computer science?

None. Just get a computer job in any industry and start practicing what you have learned irl. Your job will give you better experience than just reading books for another piece of paper. Perhaps after a few years in work, then consider a post grad. The electives you take now with computing should be in favorite areas of industry you think you would like to work in. Eg some psychology always goes good for ai, or physics if you are looking for mech industries, or accounting if you like banking and business. Etc ( eg when i was little, i wanted to be a banker... So do some accounting now)

#

An additional degree will put you in debt for years to come, that you won't recover from quickly. ( Debt = 1st degree + 2 degree + lost time exp. [2yrs] + lost salary) all for a potential opportunity to get selected over some one else. In reality you are making an easy place for those that just apply for the job, cause you're not in their application queue m

pure copper
queen urchin
jagged prawn
#

second problem, it might expect additional instructions or commands after completing the initial task and doesn't know what to do next

jagged prawn
#

don't waste your time, just do it

#

make your dreams come true

#

doooooo it

#

a little of motivation

austere gate
jagged prawn
#

if you are worried that ai will take our job, grown up it will not replace the full development cycle, which I suppose you know how it works and that not that simple to maintain only on a pre-trained model in theory knows how it should work

#

what is going on now? it's happening again - big companies are influencing trends as always by replacing human processes with ai to gain their niche

#

and as usual, more people need applications for business and 'huge minds' with a lot of money who think that having one more billion or million dollar ideas that make that fortune, believing their idea has never been discovered before

#

so in short demand-supply in the action

#

buuut, we might be worried about the market if a bunch of arrogant people end up ruling the world

#

luckily, this didn't happen and we are safe, there will be harmony and peace, and everyone will be happy forevercreepy

austere gate
#

Grok is a free AI assistant designed by xAI to maximize truth and objectivity. Grok offers real-time search, image generation, trend analysis, and more.

#

Try the latest model.

#

Grok 3

shy glade
#

Hello , how can i solve this problem whyy

austere gate
#

If you could share the exact sections of the code and the error, then others might be able to help you debug!

shy glade
austere gate
austere gate
# jagged prawn eeww, elons models and product

I get why you might not be interested in Grok, but I don’t really favour any particular company when it comes to choosing models. I’ll simply use the best model for my tasks, regardless of whether Elon is involved or not.

jagged prawn
jagged prawn
jagged prawn
#

does elons grok also welcome you with the natzi greeting?

jagged prawn
jagged prawn
#

if you prefer a white theme, you need some eye protection

#

something like this

shy glade
#

Hahahahahahahaha

#

Imma change it just for you

jagged prawn
#

nah you shouldn't, it painful if you will be working for few hour per day

austere gate
eternal sandal
#

For a few days we had no curtains in my office and so there was too much sunlight to use a dark theme, it took me a few hours, but I ended up loving the Expo Light Theme in vscode, still would never use it over a dark theme under normal circumstances

jagged prawn
jagged prawn
#

you have two pills:
the first pill means you'll be coding for the rest of your life, but only in a bright white ide,
second pill you'll be coding in your least favorite programming language, but with the setup you like and without any ai assistance

#

choose wisely, which on do you pick?

turbid trout
pure copper
#

Too many people thought i was a vampire with my ide theme

jagged prawn
turbid trout
#

lol I didnt read AI part😂

#

for me its better to code with language u like

mortal eagle
#

I can't imagine how brainfuck can be better than white theme

turbid trout
#

++

jagged prawn
#

and if you don't try the new lang you'll never know what it's like, maybe you'll like it

#

my ex-coworker used white ide all the time, and when I asked him if he ok with it, he confirmed totally ok

#

I know he was lying, when i looked into his eyes they were like this

jagged prawn
#

are you afraid of sunlight, silver, garlic?

pure copper
jagged prawn
#

lovely red, i even like it

pure copper
#

Its what a person that looks at white theme, eventually sees through their own eyes

jagged prawn
#

not sure how comfortable it is to work for long periods of time

pure copper
#

🩸

jagged prawn
pure copper
jagged prawn
jagged prawn
pure copper
#

blue green glasses

jagged prawn
#

i'm sure there are some glitches and blink in the eyes when you close the ide and look into the reality

pure copper
vocal cairn
pure copper
#

surely you could try your program after changing it

pure copper
vocal cairn
umbral blaze
# pure copper Not the Garlic

Try cursor. It is much easier and better. It is basically VS code, but with a better debugging AI-powered system. Debugs better.

lean sage
#

Hello , there is anyone can help me in something about programming 🙂 contact me

austere gate
nimble cove
pure copper
#

Or she

pure copper
karmic snow
rotund tendon
#

hello guys

runic bronze
#

hello everyone

#

I am software engineer

pure copper
#

hello lpha, ninja

jagged prawn
#

yeaa hew participants, hello everyone

jagged prawn
jagged prawn
#

sorry i love sarcasm

umbral blaze
# jagged prawn I bet Peo considered your suggestion and declined preferring to use brain and de...

Who said that you'll stop using your brain lol? You are in full control, but if you can't solve it, then debugging system will solve it and then you can learn how to solve it yourself from what it did. It depends on the skills. If you are a noob, and from what you said I think you are, you'll not think about what the debugger says and just copy and paste, but if you aren't, you'll use it, but still think about how it came from and better understand, also it is cooler to use to start a template of code then you build on it yourself. You wouldn't call a worker weak and idiot because he uses a power driller instead of a tall nail and a hammer to dig places open. Plus VS code can be VERY annoying with errors and extensions and disk C consuming. Cursor is a much better option especially when it comes to installation lol. And like I said, it is exactly like a VS code, but with better installation and better dealing with the system, and a way better debugging system, but you are in full control both ways, but it helps solving entire problems quickly and learn about errors and solve the problems better than VS code.

jagged prawn
# umbral blaze Who said that you'll stop using your brain lol? You are in full control, but if ...

I'm not saying this is a bad ide. Based on observation and the trends affecting developers, I'm pointing out what it delivers. These tools lure developers into a trap where smart systems think of them -analyzing problems, debugging, reconsidering implementation, and predicting potential issues.
They call it a 'helpful tool' that speeds up problem solving efficiently. But in reality, many developers just use it to avoid spending time on real problem solving. This creates pseudo-developers who rely too much on these tools, pushing code into production without fully understanding what it does.
Then, unexpectedly issues arrive. That same 'piece of code' turns out to be a ticking bomb, leading to yet another cycle of debugging, fixing, and reverting recent changes. The real issue here is that these easy problem solving tools create weak developers and poor quality software. However, on the other side they also leave room for those who can get the job done without third-party assistance.

#

your argument boils down to 'just use Cursor, it's better than VS code' but that’s missing the point. debugging isn’t just about fixing errors quickly it’s about understanding the problem, improving problem-solving skills, and writing better code in the long run

#

finally some discussions herewolf_thusky

austere gate
#

I've used numerous models for coding, but the truth is, they're not fully there yet. Hallucination is still an issue, and these models can introduce side effects without even realising it. That said, these problems are temporary. In the near future, AI agents will handle the entire development process end to end, we just have to wait. In the meantime, I'm counting the days until we achieve AGI creepy

umbral blaze
# jagged prawn I'm not saying this is a bad ide. Based on observation and the trends affecting ...

My bad. I misunderstood you. I just thought you are one of these rockies who say that using modern tools like AI is BS and weak when they can't write a coherent code. It all depends on how you use the tool. I personally use it as a guide or a teacher to teach me the errors if I'm stuck at them, but I'm still in full control. Besides VS code is full of errors and destroys disk C entirely which I have an issue with. So, I advise people with the better option.

umbral blaze
umbral blaze
vocal cairn
jagged prawn
#

you could try to use vim, if you are brave enoughcreepy ,or customise for yourself neo vim

#

i've been trying different ides and using vs code for years without any problems. this is still my favorite so far

jagged prawn
#

or it will be trying in reinforcement approach but still reach a certain level of limits when it can't write better code

pure copper
# umbral blaze Who said that you'll stop using your brain lol? You are in full control, but if ...

Ive said it before ( but not here), that if AI is generating the code, then there is no need for the debugger. The AI knows what it has programmed and what it expects. It will be as it writes first time.

There will also not be a need to have users report back bugs to developers, as systems will be immediately self repairing, so they will be perfect. There is no need for customer call centres to report issues. There will be immediately none to report.

A debugger, only lets a human see the contents of memory that otherwise would be hidden in the circuitry. It would only be useful to a human who did not believe the output was as expected, and could not run values manually through code easily. Debugging only could work with humans.

#

(Why yo all type so much in an hour when I'm not at my screen.... so much to read all at once

#

)

jagged prawn
jagged prawn
pure copper
#

Grade function High School() {
do study
return grade
}

Uni (grade, future_developer) {
do study
uni.grade is quality
if quality the new uni.future_developer else uni.future_developer is null
}

if High School is ok then
{ call Uni(grade, developer)
if grade ok then return developer else
return -1 (loser)
}

Creating a pseudo developer using pseudo code of pseudo course

pure copper
austere gate
pure copper
#

Next we will ask for your code also

pure copper
umbral blaze
# pure copper A Rockie?

Lol. Not this one. It is just that some people do not know that all of the apps are tools and you choose the best suitable one. They just think that it is a way to avoid learning the fundamentals. Btw, Stallone right now is nothing.

pure copper
austere gate
umbral blaze
# pure copper Ive said it before ( but not here), that if AI is generating the code, then ther...

Then you are becoming an illiterate programmer. There is a video I have seen that is about people fully relying on AI and becoming illiterate and weak programmers. You just use AI as a teacher to teach you the codes and you understand it not a tool to avoid the fundamentals. Cursor app that I suggested here is the one that got that not to mention its great way to deal with disk C without taking the entire disk.

pure copper
umbral blaze
pure copper
umbral blaze
#

Rookie is the word then.

#

I am just not American to know the slang.

#

I would go with amateurs, but this would make me look like an old man.

austere gate
#

LLMs are tricky things, lol. Right now, I'm jumping through a lot of hoops just to make it generate JSON.

pure copper
austere gate
jagged prawn
umbral blaze
#

Personally, I do use cursor debugger and use it in the error that I stagnate in and then I use it to explain and then understand the error.

pure copper
#

catching up. soon we will al be in sync in real time

#

all talking about different things

jagged prawn
pure copper
#

4 hours ago I stood up to do something as an interrupt and Ive finnaly retruned to my main task again. watch TV

austere gate
pure copper
#

I wont even correct the spelkling

umbral blaze
pure copper
#

alright we need left and right code

#

only works at the atomic class level

jagged prawn
pure copper
#

class quark

umbral blaze
#

Who is here into robotics?

pure copper
#

is passe'

#

just activating pistons

jagged prawn
#

i don't think this robo project is that level of complexity

pure copper
#

requirement... crush kill destroy

jagged prawn
pure copper
jagged prawn
#

wher is my tin foil hat

#

peoOS crashed and what to destroy us

pure copper
#

its Auroras hand project

jagged prawn
#

one more requirement to the robohand project

#

everyone must have any kind of weapon for self protection

#

in case if the thing turns out against the creators

pure copper
jagged prawn
#

you are already prepared

#

I remember hearing about this hand implant somewhere, they were used somewhere in the states at the beginning of the 1900s, if I'm not mistaken

pure copper
umbral blaze
#

Who is interested in networks here?

pure copper
#

10 base T

steel isle
umbral blaze
steel isle
#

I'm studying CS in the uni

#

But I'm interested in networking with myself

umbral blaze
steel isle
distant turtle
#

Hello world !\

austere gate
pure copper
#

So i thought, vibe coding, why not.
I started with my concept, and basic expectation

#

After a night of ai iterations and pasting the errors back in without comment...

The result

floral notch
#

Nice

pure copper
#

network

#

🦍

#

Good

#

Just happened to be on my side table

outer mason
#

Great

jagged prawn
#

ai fully replace our job soon kekk

austere gate
pure copper
#

They seek him here, they seek him there. They seek him everywhere. Be he in heaven or be he in hell, that darned elusive Puckipsinel.

lone wyvern
#

Is that any pdf or book for learn basic of Payton

queen urchin
#

what;s payton?

jagged prawn
#

ahh, what a poetry today

#

yeah what is payton? never heard of it

#

yet another made up language with easy friendly syntaxy that tricks you into that you can code

jagged prawn
#

and gray/black hat python if you are into pentesting, but it might be difficult

quartz current
#

Hi
Can anyone help me with this
I wanted to know
How can I get the job at big companies like FANG
what should I follow
any roadmap?
I know DSA is must in order to get into these big companies
but don't know where to start
What project should I work on at the start
right now I have 2 years of experience as a full-stack developer

austere gate
#

It's free

#

You don't have to buy the course

late narwhal
#

hello Zebtore

pure copper
grizzled parrot
ionic glen
#

Ok, I'm here

grizzled parrot
#

I need to reset everything because I hear only

#

So I need to learn
Py
Js
Cpp

From the first

ionic glen
#

I recommend focusing on just one language

#

Don't be a duck

grizzled parrot
ionic glen
#

Study the base first

#

Choose a language

#

Learn everything about it, its uses and so on

#

Make some projects

grizzled parrot
grizzled parrot
ionic glen
#

What do you like to do?

grizzled parrot
#

Hmmm

ionic glen
#

Websites, games, softwares, SaaS, AI

grizzled parrot
#

Tools for Cyber Security

grizzled parrot
ionic glen
#

Software as a service

grizzled parrot
#

Hmmm

#

Websites& software

ionic glen
#

Javascript

#

PHP

#

I recommend these

grizzled parrot
ionic glen
#

Learn about internet bases (HTTP protocol, Headers, Body, Request and Response)

#

HTML, CSS, JS

#

Choose a framework

#

React, Angular or Vue

grizzled parrot
#

Ok

ionic glen
#

After, backend

#

Database

grizzled parrot
ionic glen
#

No

#

SQL only

grizzled parrot
#

For js

grizzled parrot
ionic glen
#

PostgreSQL, MySQL

grizzled parrot
#

MySQL I thing is hetter

#

Better

ionic glen
#

Yes

grizzled parrot
#

Ok

#

After db

ionic glen
#

Join them

#

Frontend with backend

grizzled parrot
#

What if I need
To learn
Java for back end and app dev

grizzled parrot
ionic glen
grizzled parrot
ionic glen
#

Java is a fullstack lang

grizzled parrot
#

I'll do this

ionic glen
#

Study hard man

grizzled parrot
grizzled parrot
#

Everyday I'll tell you What did I learn

ionic glen
#

I can't promise to be here all day

grizzled parrot
ionic glen
#

This is a link for guide you

grizzled parrot
#

Ok

#

I'll go to sleep bro

#

Goodnight

ionic glen
#

Goodnight

#

And good study

austere gate
floral notch
#

Damn claude is cooking

shy glade
#

I wish I had discovered this app long ago it's going to save me a lot of money.

Hey! I’ve been meaning to tell you about NanoGPT it’s honestly worth checking out. There’s no annoying subscription nonsense, just a simple pay-as-you-go setup. You only pay for what you use, so you won’t waste money on things you don’t need. Plus, it offers a ton of AI models like o1, o3, DeepSeek, Grok 3, Gemini, Qwen, Claude 3.7, and even uncensored options tons of choices depending on what you’re working on. The best part? Your data stays right in your browser, making it super private and secure. No shady storage or sharing. I understand it might feel like a switch, but it’s easy to use, and you can try it without committing. What do you think? Let me know if you have any questions I’d be happy to help you figure it out!

use this link for 5% discount https://nano-gpt.com/invite/xzrVY44A
here's the screenshot https://imgur.com/a/sElAj4a
Just message me if you want free 50 cents using Nano just to try this if its works for you.

pure copper
#

Forget Claude code. My computer won't even show me a desktop in my virtual world. So smart. Hinting to me go home and have a beer.

#

I have to tunnel through six machines to reach my environment,

pure copper
#

I live the unknown, i love the unknown, i am the unknown.

Claude, where are you living right now?

Zat is unknown. I don't know

surreal anvil
#

Is there any particular discord server about ML? I've learned basic classical models, from Linear Regression to some advanced algorithms like Ensembles (at least I can implement them) and I want to join to some kaggle team

austere gate
surreal anvil
surreal anvil
austere gate
outer quiver
#

print hello world

#

print hellow wolrd

#

Hi everyone I want to learn programming who can help me?
If you can then DM me I need someone to help me.

modest robin
#

hello everyone, can anyone advise me how to study C # from basic to developing apps without unity?

ionic glen
#

Make a lot of console applications

#

You can develop a lot of apps without Unity

#

With .NET MAUI, Xamarim

#

Or Blazor

modest robin
#

ok thanks

hazy epoch
#

anyone learning DS ML AI ??

north estuary
#

I need someone give me an advice for study ai

somber linden
#

hey could please someone explain me what is about this chanel , it is about IT?

somber linden
#

So what is about

slow galleon
#

About all programming

wooden monolith
#

is possible to get intership in programming having English beginner ?

topaz grove
#

well in your country yeah but if you want to do your intern in a global company I dont think so

#

also I forgot to say

#

JAVASCRIPT IS THE BESTTTTTTTT

wooden monolith
viral solstice
pure copper
# wooden monolith is possible to get intership in programming having English beginner ?

I took on an intern from China, who had a very low level in English. But they were a PhD in computing, and having a hard time getting a job. I saw some code and knew he could do it, so i employed him. The work he priced used standard programming language syntax, but it was necessary to take all variable declarations each day and review them, and use better English words. 20 minutes of translation a day for 8 hours of good programming. So i think it is possible, but as persimmon says, just need to find the right company willing to work with you.

surreal anvil
upper cloud
#

Who is learning mern stack here? tomsip

strange ginkgo
austere gate
# strange ginkgo Can I ask what does it mean??

The MERN stack is a JavaScript-based technology stack for building full-stack web applications, consisting of MongoDB for NoSQL database storage, Express.js for backend API handling, React.js for dynamic frontend interfaces, and Node.js for running JavaScript on the server. This stack enables developers to use a single programming language across the entire application, ensuring seamless development, efficient data flow, and scalable architecture.

restive dawn
balmy stirrup
#

Someone here with a job in Canada? If yes is it good for Beginners?

#

Sorry for my english I'm not good yet

solemn flicker
#

Hello!!! I am new to programming and I want to learn skills, I want to start programming now I don't know how good I am at coding and all things..

What should I start?
How should I start?
Where should I start?

Can anyone guide me through my questions?..

slim mist
charred crane
#

Is anyone working on his portfolio? Do you believe in concepts I learn in my way of practicing?

strange ginkgo
pure copper
#

Some business logic and some where to store the data is essential, otherwise it's just a pretty picture on a screen.

pure copper
#

Something to do

gleaming gyro
pure copper
# gleaming gyro Ya I know that your advice is good for everyone who has a background about progr...

I think learning about systems and the construction of a working application is important. I don't work in Web, and feel that front end is just a pretty i/o interface. Sure a front end can be quite complex and I don't attempt to say I could build even the most basic of such, but in the long term one should become familiar with all aspects of building a full application using either a full stack, or 4GL or 3GL or even 2GL if that is a persons preference.

gleaming gyro
#

👍

mortal eagle
#

hot take: "N" in MERN is pointless, Express.js implies Node.js because Express doesn't support other runtimes afaik

jagged prawn
# charred crane Is anyone working on his portfolio? Do you believe in concepts I learn in my way...

Learning through practice is by far the most effective way to learn. You can read hundreds of books and complete dozens of courses, but in the end without practice, most of that knowledge will disappear leaving you confused. Theory alone doesn’t help you retain information it’s temporary and easily forgotten, however, a theory is still important. Practice reinforces what you learn, like saving it into muscle memory, and over time applying these skills in real life becomes almost automatic. Of course, you’ll need time to learn and will likely face failures along, but that’s all part of the process

#

I can confirm this from my experience. I used to learn programming through videos and courses, and I was completely clueless about how things worked. Then i started reading books and practicing what I learned and finally the magic happened, i began to understand how it all works and how to build something on my own wolf_thusky

#

even now in real work, I still face new technologies that I’ve never seen before, but I just dive in and see what happens

#

but not just me, my company pushed me to get the work done

charred crane
pure copper
#

its ramadan now?

charred crane
charred crane
pure copper
#

So now you can eat choco bars while coding and do well, then times will be tough, as will the coding from Saturday

jagged prawn
charred crane
#

No. fasting is not that hard, the problem is with water and coffee, for me 13 hours without food, is not a big deal

jagged prawn
charred crane
jagged prawn
pure copper
#

My headset is charging, as I knocked it off the charger yesterday. But I could try chatting in programming VC. I am about to work out a little issue for a French youngster in school. But its a hard challenge I guess... maybe...

charred crane
jagged prawn
charred crane
jagged prawn
pure copper
jagged prawn
#

i need to enable my detective mindset, hmm what it could be

pure copper
#

I'm off the programming VC

#

anyone coming along?

#

Resolving this:

pure copper
#

yes

#

Puckspi and I came up with...

#

I know it works for odd values x and y, but even values the program needs extra coding

#

As the pattern of travel will be different

#

I have been presented with the question from a year 10 student, whose assignment it is. I have provided him with a skeleton, but not the full code yet. You can try for yourself. It took Puck and I about an hour to get it working while we talked. With concentration perhaps 30 minutes. its about 25 lines of code

#

I'll post the code in about 20 hours. That should give you some time to try

#

no AI please

#

good luck

#

I'll come back in 45 minutes. Lets see what you come up with

#

Provide the output on a webpage

#

use your mern to produce the output

#

no excuses.

#

produce the the answer and pump it out in your existing code in a separate little frame

#

I'm only Serious

jagged prawn
#

this was exactly without arrays, just iteration over boundary numbers

coral stirrup
#

I started to docker, yeah I'm late a little but better late than never

jagged prawn
#

this is funny, we're talking about docker recently

#

check this out for a general understanding https://www.youtube.com/watch?v=eGz9DS-aIeY

Create a Docker Container on Linode right now w/ $100 credit: https://bit.ly/nc_linode

*Sponsored by Linode

➡️Checkout ALL my training at CBT Nuggets: http://bit.ly/nc-cbt

0:55 ⏩ What is a Virtual Machine?
4:12 ⏩ What is Docker?
6:41 ⏩ FREE DOCKER LAB
16:50 ⏩ Why Docker?

FREE Docker lab on Linode: ($20 credit): https://linode.com...

▶ Play video
#

this is an old video but still relevant, it gives you the general concept but doesn't demonstrate exactly how to wrap your application in a docker image

#

and this guy has a lot of interesting things and I'm not advertising creepy

pure copper
#

Well after a few minutes of thinking that I should fix it for even grids, I moved the if block arounf the bottom condition to the top like we did for the Right side and its now working great for all matrices @jagged prawn

pure copper
jagged prawn
#

but aren't you supposed to sleep now?

pure copper
#

I ate some sugar and omg its 2 hours later already

#

watching videos

jagged prawn
#

you don't need sleep, you need the answers

pure copper
#

yes... gimme answers

jagged prawn
# pure copper

is this working as well, for dynamic resolution like 4x5, or 3x6?

pure copper
#

let me try

jagged prawn
#

please be working

#

or you will be debugging another 30 minutes

#

i suggest it not working, and you are already fixing this

pure copper
#

yes, it appears to work

jagged prawn
#

magic

#

now let's try the same for triangle

#

just kidding

#

go to sleep

pure copper
#

Feel free to experiment

jagged prawn
#

maybe I don't sleep as well, i should start rewriting this in another language on my own

pure copper
#

80486 assembler

jagged prawn
#

ooo, I didn't mean for a few nights

austere gate
#

It's live

long crow
austere gate
pure copper
#

They're like the baristas taking over the us government

long crow
pure copper
#

The youngsters building chatGPT 4.5 as seen in the video

#

Like Elon Musk's grim reapers

woven cargo
#

hello

#

i need something to ask about python

austere gate
jagged prawn
#

i'm bored of what is going on in the world, need more drama and epic

jagged prawn
woven cargo
#

okay listen to me closely

#

I started learning about python 9 months ago.

#

i finished all the fundamental

#

(variables, data types, conditions loops, functions, how variables are created in the stack memory nd how data types are created in the heap memory)

#

anyway i also did a lot of beginner projects

#

rock scissors paper game

#

guess number

#

atm machine simulator

#

then i reached oop

#

i got burned out because there's a lot of details in that chapter

#

i stopped learning

#

since there i didn't even open vs code or just take a look at my book absolutely nothing

#

I've been like that for 4 months

#

and i wanna start again

#

what should i do

#

and i just wanna know if that's normal and any programmer here happened to him what happened to me when he was a beginner !

pure copper
pure copper
charred crane
pure copper
# woven cargo and i just wanna know if that's normal and any programmer here happened to him ...

I think its easy to get pissed off, and if you dont have to do something then its easy to drop it, and live a better life. Getting back into coding really requires something interesting to work on to start again. I finished my last fun project in November and have been struggling to turn on my VS. Yesterday, someone asked for some help on a project,,and the coding came back, and I was happy to be doing it. I finished it quickly and have been euphoric since yesterday, even enhancing what I did yesterday. But I'm starting to feel the doldrums of no project again, and am potentially pored. Puckipsi put me on the track of Docker and I watched a couple of videos. I may do that again right now, as no one is in the programming VC to talk with. Watch some videos, on some new tech. It might inspire you to want to code something. Once you start, I'm sure you will be happy again

#

💃 🥳 PandaLoveBlush

pure copper
#

you ran away

jagged prawn
#

Peo is in a good mood and on fire🔥

jagged prawn
#

and if you felling down and want to give up remember one thing:

#

Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you

#

you can ask questions here and we can explain concepts based on our experience, providing exercises or examples to make them clear and easy to understand

jagged prawn
#

by the way, you can pull an official sql image, for example and bring it up as a running database container. In this case you don't need to install any sql server on your machine

#

world of the containerswolf_thusky

jagged prawn
#

i knew it

austere gate
#

Say months

#

We're so close

#

It's really happening this time

#

Singularity

jagged prawn
#

that makes sense to creat tools just for yourself to generate new ideas and innovations. This way you can present new tools and technologies every few months

#

can't say the same about applecreepy

jagged prawn
#

maybe pizza maker

#

ai don't have a taste so it can cook terrible food

#

looks like winning situation

woven cargo
#

so i need to start again from 0 ?

jagged prawn
#

don't waste time trying the same thing and staying in the same place

austere gate
# woven cargo so i need to start again from 0 ?

If I were to learn coding from scratch again, I would review the basics within two days and then pick a project. You can choose any project (ask ChatGPT) and start building it. You'll get stuck, but I believe this is one of the best ways to learn coding.

fallen creek
#

can I jump from IT to CS, without starting from 0?

austere gate
# woven cargo so i need to start again from 0 ?

In this video, you will be learning Python with these 5 projects, starting at the very beginner level and slowly working our way up to something more advanced. For those who are complete beginners, I'm going to explaining everything as if you've never used Python before and even show you how to install the program and set up you editor. We will ...

▶ Play video
austere gate
woven cargo
#

so i dont need to start from scratch again

#

i asked chatgpt about that before

#

and he told me to spend one week or two weeks to remember what you learned before

#

then built ur projects that you wrote before

supple shard
#

what is 1 + 1

pure copper
# jagged prawn how is your progress with docker? Did you install it and try pulling some ready ...

I'm recommended by ytube onto Home server and NAS hardware. ..Then onto old servers that are just as good, with cpu performance comparisons. That lead me to trying to figure out dnla on my latest vlc, and then ripping panasonic pvrs, which I have 6 of with 3TB of movies encoded in proprietry format. So in the moment I am looking at TV tuners and HDMI recorder cards, and once I pop the stack I will evenbtually get back to Docker and watch the next 5 minute introduction to see if I can learn some more.

austere gate
# woven cargo so i dont need to start from scratch again

I hope you're not struggling to start the process. Remember, the hardest part is simply beginning. I encourage you to start right now, and if that's not possible, then within the next two hours. The sooner you start, the better. You can begin with the video I just shared or pick anything and start writing code. Don't procrastinate.

tribal berry
#

hey can someone tell me how to make reading books interesting? When i read stuff on programming, it feels like helll.

#

someonnneee

#

?

austere gate
tribal berry
#

no, i just wanna make the books intresting. Does someone knows how?

#

is someone a hacker too?

austere gate
pure copper
#

🎅

tribal berry
#

hey i can't ignore the books. Whenever i read them my brain just bursts out.

#

but when i don't read them, i feel bad

pure copper
#

sit in the sunshine and read them. Bring your computer and type the exercises into your computer as you read them

tribal berry
jagged prawn
tribal berry
#

bro it literally feels like helllll

#

its the real deal man

jagged prawn
jagged prawn
tribal berry
#

so how the hell am i supposed to learn?

pure copper
#

try yellow tinted glasses. you may be dyslexic

#

get tested

jagged prawn
tribal berry
jagged prawn
#

ooo, what is that 50 backs it definitely wort it

pure copper
jagged prawn
pure copper
#

got to be init to win it

jagged prawn
pure copper
#

they disappear quickly because someone else is too quick to apply

#

like fighting zombies

jagged prawn
#

only flame can solve this problem, we need to burn them down

pure copper
#

🔥

jagged prawn
#

i want flamethrower

#

and pizza

#

and wine

#

and a girl

#

or two

austere gate
#

and a robot

pure copper
#

newuser got bored reading this channel

austere gate
pure copper
#

🫂

jagged prawn
#

sorry newuser

austere gate
woven cargo
#

building my old projects again is fine ?

#

can i do that instead of watching the video and working on his projects

austere gate
woven cargo
#

thanks for the info man

#

where u from

vivid warren
little wedge
#

hey guys, programming is good

karmic snow
charred crane
austere gate
austere gate
pure copper
restive dawn
#

wadap people

#

any web dev here

coral stirrup
pure copper
#

OK A question about docker. Puckipsi has been torturing me with learning docker. Its fine. I can take it. But i've heard some concerning things that are dampening my dreams. Ive seen the examples of a linux distro being packaged and the linux apps running in the container. I then heard of Windows distro and windows apps. But from this old stack overflow question, neither the two shall meet. Is this still true in 2025?
"Q: Can Windows containers run on Linux?

A: No. They cannot.

Containers are using the underlying operating system resources and drivers, so Windows containers can run on Windows only, and Linux containers can run on Linux only.
"

#

I was hoping to package up a windows app and pass the container to linux users to run the app. This sounds unachievable.

coral stirrup
#

I dont know, I dont use windows so I cant test it but my mac will breathe easy 🙂 I like docker. I didnt learn deeply, but for now I think It's pretty cool

jagged prawn
#

in that video there was an example of running different Linux distro. And yes, it's obvious that to run a Linux distro, you need to have a Linux kernel.

#

in this case better use linux as it runs mostly ok on windows with wsl

#

in the case of just code, your app is mostly the same, even if the code can run on every platform, it might have system dependencies within the code itself. So, in this case, you need to specify which one

#

but it is not big deal, docker has a cross-platform solution 'buildx' which needs to specify during the build command with desired platform eg. docker buildx build --platform linux/amd64, linux/arm64

#

and during the runtime container picks the host system

#

what a happy and easy life

restive dawn
#

ive never used docker

#

what is it for

jagged prawn
warped tinsel
#

Ive tried installing Docker 100000xx times

#

Broke the whole time

jagged prawn
pure copper
jagged prawn
jagged prawn
# restive dawn yeah id like the longer one

ok, let's suppose you have the next billion-dollar idea - some shopping site for example, you have ready code, db, etc. and now a question for you how do you bring this all to life for the end users?

pure copper
#

Its a .exe so I suppose it could run in a linux emulator

jagged prawn
#

and as it used the gui of window probobly not

#

but if you have source code it might be possible to run it as webserver or if it used .net

#

sorry for late reply i've typing about docker as well

junior girder
#

Hello everyone
Is there anyone who is learning python?

jagged prawn
#

but that interesting case it might be possible

jagged prawn
junior girder
#

Great
Are you a beginner or you have already had the experience in it?

jagged prawn
# restive dawn yeah id like the longer one

in short, how it was before, you rent some vm in the cloud or on-premise, then you need to install os, after os you need to install all code dependencies, after this you need to configure the application and finally run it. What an easy and fast process, isn't it?

jagged prawn
pure copper
jagged prawn
# restive dawn yeah id like the longer one

now, your application is running, nice, but you've noticed that it's unreachable due to intensive traffic, so you need to scale it. It doesn't matter whether it's horizontal or vertical scaling, you just need more copies of your app. Now, you repeat the process from the previous step. But that's not all, you also need some load balancing to direct traffic between these instances. After that, you'll need to scale up and down manually. Easy process, isn’t it?

jagged prawn
pure copper
#

updated in 2012, 2022

#

but no .net

#

mfc

#

/vb

jagged prawn
#

maybe you could install emulator in docker file to try runing on linux, wine it's caled

pure copper
#

yes, that was what i think

jagged prawn
#

try different tricks if you whant

#

still not sure but it might be possible to run even this old version

pure copper
#

black magic

jagged prawn
#

look like you have new project to do

pure copper
#

🐈‍⬛

pure copper
warped tinsel
#

btw

jagged prawn
#

i was doing long time agon calculator for android on java and android studio

warped tinsel
#

Im doing a pretty fun project atm

jagged prawn
#

it was painful

warped tinsel
#

Anyone interrested in listening?

pure copper
warped tinsel
#

Basically. It works like this:

jagged prawn
#

i forgot where i stoped and what i was telling

pure copper
#

no scams please

jagged prawn
#

yee no links and no investment please and 50 backs gift card

warped tinsel
#

Kind of like an automated version of CapCut.

You put in a Idea, and It generates you a brainrot / meme video based on the input.
For example: "Lebron James crying about watermelons and KFC"

Then we take the input, send it to GPT. We create a script with instructions, etc, etc and we generate a few interesting AI Video clips. From there on we add captions, subtitles, sound effects, background music, etc.

pure copper
#

very nice

warped tinsel
#

I dont know where to start though 😭

icy kernelBOT
pure copper
#

gpt will guide you and generate your idea,and it wont hurt, as you plan to use gpt for it anyway.

warped tinsel
#

But my brain bad at structuring

#

I wont be able to follow those steps without getting lost somewhere

#

Do you think its possible to do the whole code with AI?

jagged prawn
# restive dawn yeah id like the longer one

after all this, you have a new version of the app, with bug fixes, new features, etc. Now, you need to connect to all these machines, pull the new code, and restart the application on every instance, which will cause downtime. Additionally, since your application is stateful, it will lose all its data. Again, this is risky and not a good approach. And, of course, there are more problems like recovery, failover, etc.

pure copper
#

For what you are asking, I have seen it done, and I have spoken with my bro in law who says its possible., so just keep prompting it if its not exactly what you want. I probably doesnt requre structured thinking. Just add the requirements

jagged prawn
warped tinsel
jagged prawn
#

but first better to split into parts what it should do, in short design your application

warped tinsel
#

Im planning to do it with Python

#

I already made the UI Design with Figma

#

Looks clean as hell

jagged prawn
#

sorry but ui is nice

#

but hell in in the business logic

warped tinsel
#

I didnt want to say the f word 🤓 heheh 🙂

jagged prawn
#

in short, this is a framework to utilize llm and integrate it into your app

warped tinsel
#

Im just getting started. I dont know much about programming unfortunatly

warped tinsel
jagged prawn
#

then good luck

warped tinsel
#

Im cooked

jagged prawn
#

start form something simple first, not hurry up with ai and complex ideas

warped tinsel
#

ChatGPT is gonna carry.

jagged prawn
#

just create first simple on you own

warped tinsel
#

Idrk where to start

jagged prawn
warped tinsel
#

But im pretty chill :>

pure copper
#

Overlord posted this a few days ago.. Try your project like this... @warped tinsel
https://www.youtube.com/watch?v=5k2-NOh2tk0

Check out Langtrace's GitHub here: https://bit.ly/4efuYxL
20% discount for Langtrace here: https://langtrace.ai/matthewberman
Join Langtrace’s upcoming webinar to take your LLM apps from development to deployment: https://streamyard.com/watch/BsQGbHBJSuWV

Join My Newsletter for Regular AI Updates 👇🏼
https://forwardfuture.ai

My Links 🔗
👉🏻 Subsc...

▶ Play video
warped tinsel
#

I coded a whole IOS App with ChatGPT

#

What could go wrong with Python

jagged prawn
warped tinsel
#

But still a lot of things idk

#

do you think OpenAI is the cheapest option to scale?

jagged prawn
jagged prawn
#

i've been reading studies recently where new juniors and interns who get into IT can't even write a piece of code without ai. They're even bad at googling to read some answers or find solutions in official docs, and that's the big problem

warped tinsel
jagged prawn
#

is this developer is in charge of some app that relies on generated code and guidance, then this app is totally doomed

jagged prawn
#

at least you are honest

#

good boy

jagged prawn
#

noob

warped tinsel
#

rip

#

ill lock myself in

#

Ill do it 💪🏽

#

Ill learn it

#

Ill master it!

jagged prawn
#

yeahh

#

lets do it

#

👏

#

by the way i forgot i've been tellin about the docker

#

damnt it, where i've stoped

warped tinsel
#

Im making the HTML website now

#

The way i call it is hilarious

#

"HTML Website" 💀

jagged prawn
#

i, j, k

#

for i in

#

and so on

#

as well as comments

#

this comment do this, that all you need to know

warped tinsel
#

FUCk

#

NOO

#

I didnt save me VS Code projectz

#

ooh

#

nvm

#

Its just another window

jagged prawn
#

aren't you enabling autosave on exit? you shoud

#

noob

#

jk

warped tinsel
#

where the sigma is that man

jagged prawn
#

and do you know what is the git?

#

probably not

warped tinsel
#

hheheh

#

RIP

warped tinsel
jagged prawn
#

init your project and you will have all changes

warped tinsel
jagged prawn
#

it not the same as github

warped tinsel
#

whats that