#💻|programming

1 messages · Page 30 of 1

main spoke
#

I find a lot of stupid questions can go to ChatGPT for now, which helps me keep moving forward

#

I'm building a Cli which is a wrapper around an Api

#

What kind of stuff do you guys build for personal projects?

gloomy meteor
#

Iam a network guy

#

So it's all about automation and monitoring of the network

#

Go and Python are preferred in our field but iam getting confused about which one to continue with

wet hatch
#

I would choose Python because it's been around longer and has a larger community. It would be easier to find help, resources and good libraries

final jetty
#

I'd rather say try to learn both

#

It's not bad. At least you're gonna be able to compare either language and try to perform the same task in different ways

#

It's just that in any case, as you move up the career ladder, you will learn new technologies that will require new programming languages to you. Some of them will be similar in approach to Go, others to Python

balmy kindle
#

Hi! Is anyone here working in native mobile development and open to sharing knowledge? 🙂

mellow musk
#

@balmy kindle I do as well but only in a Hobby Project.

final citrus
#

I didn't know that.

#

@dapper zinc I think that Google is trying to see if the Firefox company is avaritious or not, because if Firefox accepted to follow Google's rules, Linux would be in a bad situation and Firefox too (but I know that Firefox had polemic situations about privacy).

candid slate
#

Hi everyone! 👋

I’m Aman, and I’m just getting started with iOS development. I have a MacBook Air M1, and I’m planning to learn Swift to build iOS apps. I’m switching from web development, so I’m familiar with programming concepts, but this is my first venture into mobile app development.

Could you share any tips, resources, or advice for a beginner? I’m especially looking for:
• Beginner-friendly tutorials or courses for Swift and Xcode (I'm currently following 100 Days of swift)
• Best practices for learning iOS app development
• Tools or communities to help along the way

Thanks a lot for your help! 😊

cobalt olive
#

i recommend learning by reading over watching vids

candid slate
hybrid tinsel
#

yes

#

I have a better idea. let's say you've got a bigger capital so you can pay a tremendous number of clients to get as many VPS visualized as possible which means we need a cloud based server. so the site could be visited faster if the data circulation is constantly increasing!

#

probabely i said what you said haha

pure copper
hybrid tinsel
#

i mean what could be the reason your website did not get any hits for over 25 years?

pure copper
#

What is your product or service?

hybrid tinsel
pure copper
#

We are all victims of search engine monopolies.

pure copper
hybrid tinsel
#

what if i wanted to provide more

#

sell more indeed

#

after i got them from US VPS providers

#

basically what I think, is buying those VPS from companies in the United States somehow, and sell them to the Iranian corps that need them the most, and which do not have access to those in the US. I would get the values returned that the left capital could be invested in a bigger server that can handle more VPS developed from scratch by a group of professionals.

#

as you said the cost of having a virtual machine driver built is dark and investing the money of that 8GB in someone who has a faster approach to get it done with 50% split

#

isn't that what you said

#

well in this case there is someone to look at it

pure copper
#

You just need to buy vps software not subject to sanctions. You do not rewrite what is already available.

#

Stick it on a real piece of hardware and connect to the Internet backbone in your country. Then sell space, bandwidth etc

#

You are talking nonsense. 8gb is $25.

inland marlin
lean apex
pure copper
#

I'm thinking of a server to run vps. What about this spec, i find. Appears quite good i think.

queen urchin
#

@harsh kite

left flame
#

yes!!Nice to meet you

hybrid tinsel
hybrid tinsel
hybrid tinsel
hybrid tinsel
#

otherwise i would've bought a lot of things from the other side

#

a lot more

#

they have reasonable prices too

queen urchin
#

pqhosting looks fine as far as I know

elfin sedge
#

Subject: Help Us Improve Waste Management! 🌱

Hello everyone,

I’m Fadoua, and I’m working on an exciting project called EcoSmart Bins—an innovative solution to enhance waste management using IoT and AI technologies. To make this project impactful, I need your valuable input!

Please take a moment to fill out this short survey about your waste disposal habits and recycling awareness. Your responses will help us develop a predictive model to create smarter and more sustainable waste management systems.

**🔗 EcoSmart Waste Management Survey: **https://docs.google.com/forms/d/1LWGBsZRmI414SDVFfard5QMxxK6XTnKqCxGmo2-C-00/edit

Your participation is greatly appreciated, and together we can contribute to a cleaner and greener future. Thank you for your time!

Best regards,
Fadoua

pure copper
pure copper
ruby quarry
#

hey !!

thick glade
pure copper
#

Noted

eternal sandal
#

I'm back everyone

#

Is it me or is Updog the next big thing?

pure copper
#

Hi

#

Yes

eternal sandal
pure copper
#

1/4G is nothing to laugh at. Lot of grunt

rare edge
#

hi guys

candid jewel
#

hi

unkempt flower
#

Hello \o

austere gate
# eternal sandal Is it me or is Updog the next big thing?

Brain (Senior): Is it me or is Updog the next big thing?
Overlord (Senior): I know what Updog is, but let's just pretend I don't.
Overlord (Junior): What's Updog?
Brain (Senior): Not much what's up with you?
Overlord (Senior): I'm alright.
Peo (Senior): Wait WHAT???

pure copper
#

Yo

austere gate
#

Yo

queen urchin
vivid warren
#

Yo

eternal sandal
#

Yo

obtuse summit
#

Yo

shy glade
#

Yo

austere gate
pearl finch
#

Yo

gloomy meteor
#

System.out.print("Yo");

sweet ore
#

:(){ :|:& };:

eternal sandal
#

sudo apt install sl && sl

queen urchin
#

tired you are not in the sudoer's list

hearty ravine
#

Hi🇧🇩

shy glade
shy glade
# austere gate

I'm joking. You can disrupt it any time you want. It doesn't bother me. blossom

stark warren
#

@idle tulip

deft oar
#

Is anyone interested in cyber security? I have a few questions for a extension(for browser) I'm currently developing

tired flame
#

Hi everyone. I'm working on AI bot which has to collect user data to CRM system in a playful way. I use OpenAI API. Does someone know could ChatGPT send data to CRM system by itself?

#

I think it does. It says in official documentation that 4o-mini can send letters to a email.

import OpenAI from "openai";
const openai = new OpenAI();

const completion = await openai.chat.completions.create({
    model: "gpt-4o-2024-08-06",
    messages: [
        { role: "system", content: "You extract email addresses into JSON data." },
        {
            role: "user",
            content: "Feeling stuck? Send a message to help@mycompany.com.",
        },
    ],
    response_format: {
        // See /docs/guides/structured-outputs
        type: "json_schema",
        json_schema: {
            name: "email_schema",
            schema: {
                type: "object",
                properties: {
                    email: {
                        description: "The email address that appears in the input",
                        type: "string"
                    }
                },
                additionalProperties: false
            }
        }
    }
});

console.log(completion.choices[0].message.content);

This example wrote on JS but I use python for it

#

content: "Feeling stuck? Send a message to help@mycompany.com."
Does it mean that API can do manipulations with HTTP?

tired flame
#

UPDATE: It can't work with HTTP

pure copper
tired flame
tired flame
pure copper
#

Did you talk to it and ask it?

tired flame
#

If you mean ChatGPT - yes I did

tired flame
pure copper
#

Based on my limited knowledge and no documentation, i would say, initialize ai; pass it a prompt instruction,; let person ask/enter they respond to the ai; read the response back from ai into your code flow; assign the data to variables as you require; manipulate,parse and strip out your information, then insert it into your crm db with an insert instruction.

tired flame
#

But I'm worrying about ai mistakes. I hope it won't influence CRM data

pure copper
tired flame
#

name, birthdate and phone number

pure copper
#

Most programs historically ask specific questions that give a limited response set, so you can easily move through your program. Eg what is your age? Not tell me about society when you were born? And then try and derive an age from events that happened around the same time

pure copper
#

Then read an integer from the screen

#

It was really interesting talking with you. Could i have your phone number and we could chat again some other time?

pure copper
#

Use a set of prompts and randomly select one each time the program gets used, so it's diverse

tired flame
#

but your way is cheaper

austere gate
#

OpenAI's Function Calling feature allows ChatGPT to output structured data in JSON format. You can design a function schema for the bot to collect the necessary user data (e.g., name, email, preferences). Once the data is collected, the bot returns it in a structured format that your backend can process.

pure copper
#

In the style of dr seuss, I asked my friend Sam, how best to program. He said to me, do not ask a sage what is their age, you're just a loser if you don't ask the user.

#

💃

maiden goblet
#

Anyone know lua?

eternal sandal
#

I don't know Lua, but I've heard good things about it when working with Redis

coarse nexus
#

hallo brader

gloomy meteor
#

@shy glade
Is that allowed here ?
Because i don't want to break the rules 😁

gloomy meteor
late mulch
#

I am not allowed to talk

#

I do not why

midnight robin
#

guys, i am in my freshman year at my college, I have opted computer Science, is it a worthy choice for financial stability for me in the future?

gloomy meteor
#

A lot of competitors in this field

#

You have to be special

pure copper
pure copper
# midnight robin guys, i am in my freshman year at my college, I have opted computer Science, is ...

Yes it is. But as 2LSAL says, you need to specialize, and programming is not the way to specialize. You need to specialize in computers eg roles like dba, security, design etc. But also as you do your degree, consider a hobby that leads to a particular industry. An example, geology will help get computer jobs in the mining industry, psychology will help in the AI world, electronics will help in robotics, accounting will help in banking and finance. Combine your CS units with units from these other Uni schools to give you that advantage. Run with the core unit each year in that second area. Try for a double major of you can. It will help a lot.

#

At least take them to the penultimate year of your degree.

midnight robin
severe smelt
#

Hi! i cant find any conversation channel with programming topic. have you one there?

midnight robin
#

guys, can anyone has any idea, how can i earn my pocketMoney online while in college?

mellow musk
#

You can work as a programmer in a company. Most of my study colleagues did that

#

Not full-time but part-time besides studying

austere gate
subtle bay
#

Hi, are there any app developers here?

sweet raft
#

Yessir

#

Typescript FTW

gaunt minnow
#

AI winter's comming...

inland marlin
#

🤝

exotic briar
#

اه

cerulean lotus
#

hello

pure copper
#

hello

woven basin
#

hello!

shy glade
#

emlewhjfhkfe

#

n jbsnkfjdnkbfa

#

i want to level up

tawdry forum
#

guys, does anyone know about API, OCR (Optical Character Recognition), or Google Apps Script??
basically , i have a bunch of pdf files in my google drive and i want the Apps script to extract certain informations from those files and put it in Google Spreadsheet. But i guess it needs API or something, which im extremely blind of

robust elk
#

I think there is Azure API for that, you just need to upload an image and it returns the data in JSON format. I forgot the name of that service, but it was really good when we were testing.

novel dawn
#

How do I get more traffic to my web service?

robust elk
weak adder
#

Hello fellow programmers

analog drift
#

py anyone?

subtle ledge
#

Anyone to join the VC?

deep light
#

Hello, someone knows how can I improve programming thinking for solving problems?

deep light
pure copper
# deep light thnx!!

There are 4 main things you want to look at... Code flow (i/o, branching, loops, calcs and process calls), Processes (roles, inputs, processing, outputs), data flows ( datatypes, producers and consumers, storage) and data entity relations. Focus on producing these when planning a program and you should achieve what you want in a clear structured design without missing out on too much.

shy glade
#

simple cat drawing program

#

heres the code

#

// Малюємо стільки котів, скільки захочемо!
var drawCats = function (howManyTimes) {
for (var i = 0; i < howManyTimes; i++) {
console.log(i + "=^.^=");
}
};
drawCats(10); // Замість 10 можете вказати будь-яке число, яке вам заманеться.

#

enjoy❤️

terse scarab
violet dragon
verbal iron
#

Hello

#

Is there somebody from Philippines?

gaunt minnow
cerulean lotus
#

Hi

#

Can u draw me?

red grove
#

Python 🐍

#

Easy

pure copper
# deep light like pseudocode?

Not a fan of pseudocode. One may as well just write the code. However flowcharting the flow of the program lets you see what you are doing.

frigid sigil
# shy glade

man there is a programming language that just a "hello world" you have to type too many fucking words lol

#

let me see

#

chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken
chicken chicken chicken chicken

and it will continue...........

#

until you die

shrewd moat
frigid sigil
frigid sigil
#

that's make sense

faint star
#

I don't have permission to send video 🥲

green aurora
#

somebody know how to do LED c++ programming😭 i need help

pure copper
green aurora
pure copper
#

You asked this a few weeks ago?

green aurora
#

i asked for help months ago. it was a different problem.

pure copper
#

Hopefully you are into expert level now

green aurora
pure copper
#

What's this problem?

green aurora
pure copper
#

Ok. I'm at work also

shy glade
shy glade
frigid sigil
pure copper
#

Simulated with C++

polar tinsel
#

hi i have a problem in python

#

can someone help\

pure copper
#

?

polar tinsel
#

wait plz

pure copper
#

waiting.....

polar tinsel
#

thank u

pure copper
polar tinsel
#

i sent a dm

pure copper
queen urchin
green stream
#

Who have experience in Django?

ripe star
#

Django Expert here!

deep light
summer vale
deep light
summer vale
#

But as for projects it can be very small scale

#

Maybe a calculator or an app that you find use for that you can make

summer vale
#

Yeah, that's a mistake new programmers make, and it's a mess

deep light
summer vale
#

Just stick with one
Pick one field you like and learn the language for it

summer vale
deep light
summer vale
#

but if it's not your thing, don't go there

deep light
pure copper
frigid sigil
#

this chat is for asking for help with programming languages codes?

pure copper
#

You can

frigid sigil
#

just a question

pure copper
frigid sigil
pure copper
#

Not sex apps

frigid sigil
#

i'm asking like a idiot lmao

frigid sigil
#

relax

shy glade
pure copper
frigid sigil
frigid sigil
#

i prefer and i program HTML and CSS

#

imo

shy glade
frigid sigil
pure copper
#

In your opinion, you don't like c++. Well you opinion doesn't count relative to you. So like it. @frigid sigil

#

BirbNotes 🥳🥳

frigid sigil
shy glade
#

And I have to learn it from scratch again because I let it rust

pure copper
#

Bye all

frigid sigil
#

but i have some problems with my logic creepy

#

i'm dumb

shy glade
shy glade
#

Takes but you will learn

#

The only thing stopping me from coding is I'm stuck with an ancient laptop 💻

#

With no wifi and it's Outdated but I'm pretty I can remake 90s rollercoaster tycoon on it if I gave it, my attention

frigid sigil
# frigid sigil i'm dumb

as a result, i'm ridiculous about python. that is the most easiest programming language that exists

shy glade
shy glade
shy glade
#

Take a year on it a you will see that difference

frigid sigil
shy glade
frigid sigil
#

thx dude

#

you are helping me a lot with these comments

#

i'll take this seriously

green aurora
#

helllloooo @pure copper 😁 i found a way. THANK YOU SO MUCHOOO❤️

#

i just did it like this. wrote the functions manually since we werent allowed to use loops in the function :< i tried putting it in proteus. it worked

green aurora
# pure copper

i tried studying yours since its still too far from my surface level knowledge😅 i learned a lottt. thankiesss

brisk grotto
#

Hii

next blaze
#

@lavish rivet Hey, is it possible for you to check Voice Chat log on particular day at particular time ?

lavish rivet
pure copper
deep light
deep light
deep light
strong dock
#

Hey y'all, I'm Jay... Am 25

stable whale
#

anyone who use macbook air ? i need a help i am saying this here cus it is related to programming

deep light
summer vale
robust elk
#

Hello

cursive shuttle
#

Hello, everyone

pure copper
summer vale
pure copper
novel dawn
deft granite
low stump
#

Good morning, my Name is Darius will someone be familiar help with computers and explain to me step by step how to use websocket because I would like to create a chat application? get access to information in real time using web sockets and Socket.io how can I use this tool in a simpler way I will be grateful in advance to a nice person for help?

muted furnace
shy glade
#

DMs for open fun

#

DMs for open fun

low stump
low stump
low stump
muted furnace
#

What programming language do you use?

low stump
muted furnace
#

PM? What do you mean? Are you reffering DM?

low stump
# muted furnace PM? What do you mean? Are you reffering DM?

I need the Polish language of the software because I'm Polish, I only know a little English. I asked us to send it to you via PM on Discord because we'll clutter up the chat here. Everything will get confused. What will you explain to me about this websocket and sockei.io, what if I install it one by one and then create my own chat? to communicate and to receive information

low stump
pure copper
hard cliff
pure copper
#

Also how many i/o pins are there on an arduino?

#

(sorry ik i could look it up, but you may be a fast resource already,)

green aurora
green aurora
eternal sandal
#

Does anyone here consider yourselves creative?

#

I tried coming up with an idea for a hackathon, it was something web related and kinda simple, so I just needed the idea, that's when I realized my sense of wonder and overall creativity is gone

pure copper
eternal sandal
#

How would one go about doing that? Watch tiktoks 24/8?

violet dragon
# green aurora

ahh, you reminded me of those painful days with my classmates.

pure copper
# eternal sandal How would one go about doing that? Watch tiktoks 24/8?

This video converts a 360K hard drive into a 16Tb drive. Remember, when the technology was found at Roswell, they did not want to release it to the public all at once, so they crippled the technology with jumper pins. Each year they release the same disk technology, but provide them with the new jumper settings that release more disk space.

https://www.youtube.com/watch?v=CWMEyI30LAs

Know how to Setup jumper setting in just few seconds.Explained clearly how to do. Very easy steps

▶ Play video
#

chijing wolf_thusky 💃

#

👽

eternal sandal
#

My third eye just opened

#

so much introspection needed, what's holding back my creativity? I'll know soon

pure copper
#

😵‍💫

violet dragon
violet dragon
green aurora
mighty robin
#

if anyone correctly determines what/who this is, I'll pay them decently (in goats and camels)

#

pls ping me so that I can deliver all these animals quicker

mighty robin
#

All these precious ladies are now yours

#

So happy someone guessed tho. I have not found a person irl who would

violet dragon
violet dragon
mighty robin
mighty robin
mighty robin
violet dragon
mighty robin
#

I meant the language

frail steppe
#

Hello everyone, I have a problem in java. Is there anyone who can help me?

#

It should open a screen, share screen

pure copper
frail steppe
#

Sure

#

Where to meet?

#

@pure copper Are you here?

pure copper
frail steppe
#

Welcome

pure copper
inland marlin
empty trellis
#

Is this grupo to talk about programming to learn English?

#

Or just talk about programing?

pure copper
#

Both. Basically talk English but using tech also. Better than asking about CPU speeds and frameworks in a Shakespeare channel. @empty trellis

merry barn
#

Hello

pure copper
#

Hello

last sinew
#

Hello, anyone here know how to use framer?

stable whale
#

anyone who do coding in macos i need a help

hollow zenith
lapis leaf
#

Hi

jolly obsidian
#

01101000 01100101 01111001 00100000 01101000 01101111 01110111 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101 00100000 01100001 01101100 01101100 00100000 01110111 01100001 01101110 01100001 00100000 01100010 01100101 00100000 01101101 01111001 00100000 01100110 01110010 01101001 01100101 01101110 01100100 00111111

pure copper
#

Maybe

#

, oh and I'm well also. Thanks

austere gate
green aurora
green aurora
fathom wedge
charred crane
#

Hi,java

sharp perch
#

jkk

#

hello

native dragon
#

csharp

weary pawn
#

who is good in C here. if static char *allocp = allocbuf; points to beginning of allocbuf, than how to make pointing to allocbuf itself and not just zeroth elements?

mellow musk
#

I'm not getting that. Perhaps you need to allocate the memory first

viscid raft
floral jetty
#

hello, everyone

plain torrent
#

Hi everyone, is there any way to convert a PDF to Word

#

Necessary

snow bear
#

try to use FineReader)

plain torrent
#

@snow bear is it paid or free

snow bear
#

usually free OCR program is have a bad quality) FineReader has the best quality) for this type of program and it's a paid software) If you need a free program try to use any program based on Tesseract

shy glade
#

Sheesh I'm trying to install Linux on this old bloke, but it doesn't support Internet at the moment where can I find the file or files it's asking for

pure copper
grizzled plaza
#

Heeey hello, let me ask, which websites do you usually look for remote jobs?

cursive shuttle
#

print('Folks, my language is now Python')

hybrid geyser
#

Hello Everyone 👋
Is there anyone here who has experience in digital marketing and is able to work or start a project?

#

If there , you can DM me

shy glade
#

Hey everybody! 👋

#

Is Github working for you?

#

It says "not found" when I visit the website, and the mobile app doesn't work either.

knotty granite
knotty granite
knotty granite
#

share the link please

#

I can try acess

shy glade
#

Perhaps it's a DNS problem.

shy glade
#

Turned out to be an ISP problem. 🤦‍♂️

tulip arch
#

Hello everyone.

pure copper
#

Sai gon, 01001110 01101001 01100011 01100101, I'm still in sai gon

#

Don't forget folks, Teacher Grant and I are meeting up in Ho Chi Minh City tomorrow. Keep an eye out for his event and location, time etc.

pure copper
#

If you are in town, hope to see you there.

eternal sandal
#

There's an event there?

shell bluff
#

Hi friends

cobalt olive
queen urchin
pure copper
# queen urchin what are you guys doing there

Well if anyone is in town and wants to meet us live irl, dm Grant and he will give the loc/time. We will be just having a meet up/chat and perhaps may do some origami/macrame if we have time and if anyone shows up

#

Well i may be stretching reality with the last two

#

It will probably be closer to noon in district 7

flint girder
#

Hi..... does threejs library hard to master? does it need 3D modeling knowledge?

pure copper
grim wave
#

What apps do you all like using to learn? I am part of a team who is developing an app that helps users learn though reading and listening to texts, the app is called Langster
I'd love to hear what apps people enjoy and find helpful

eternal sandal
pure copper
#

🛬

#

Well, no one showed up at the park in the city, but had a few people online.

shy glade
#

Hello, everyone

#

Can I learn not only English but also programming here?

cobalt olive
#

no one teaches coding here

eternal sandal
#

But people will be helpful if you have questions on your learning journey

random pecan
#

Should I host an improvised lesson in coding? Lol

remote quartz
#

hello ,everyone

keen spire
#

Hi guys!

pure copper
#

Lucky to get most people here who ask for such, to post more than one post.

grizzled plaza
#

lol

#

Yestarday I was sharing my screen code there

#

I wasn't teaching but we talked a lot about that

eternal sandal
#

So, the perfect worker is one that can't say no or put limits? Who'd have thought

uneven pivot
#

hi

austere gate
austere gate
uneven pivot
#

ssup mate

#

im new to discord

eternal sandal
austere gate
# eternal sandal Pretty impressive, did it take a lot of effort at least?

Honestly, not much. My Python backend was already in place. However, for the frontend, I had to provide detailed descriptions of what I wanted. It generated the entire directory structure, including specific components, and provided detailed instructions on integrating with my API endpoints. This isn't a trivial project—it involves databases, authentication, various integrations, external APIs, and more. I anticipate these models will become significantly smarter soon. Eventually, you’ll be able to provide just an image, and it will create the entire app, deploy it to the cloud, and even guide you on setting up Docker containers. The next step would be simply instructing it to complete a task, and it will iterate autonomously until it’s done.

austere gate
austere gate
#

The best part is, if I dislike something, I can modify it within minutes. For instance, if I’m unhappy with a component, I simply instruct it to rewrite the entire thing, and it generates hundreds of lines of JSX code in minutes—work that would take a developer at least an hour or more.

plain torrent
#

@covert bane thanks a lot broooo 🤙🤝🥰

solid sequoia
#

Could anyone help me create a website.

robust elk
solid sequoia
#

To be blank I have no idea about that 😔

solid sequoia
#

That's why I am asking

eternal sandal
#

Do you intend to learn while creating this website or do you simply want a website?

solid sequoia
#

I want to learn while creating

compact wing
#

hi

trail sun
hybrid tinsel
#

what's the purpose of your web

#

i mean what's it going to be about

solid sequoia
#

Philosophy

trail sun
#

Can u code?

solid sequoia
#

Just some

woven snow
austere gate
old sorrel
#

hello guys, i have a question and i need answer, which best? Java Script Or python if i need to claim money, sorry about the wrongs in the Writing my english is not good

mighty robin
#

java

normal pike
#

python in used AI , ML

#

In this time AI rule the world .

#

you should go to learn the Python

solid sequoia
#

Python

normal pike
#

Anyone here from Devops ??

prisma mortar
austere gate
#

I'm curious about how you all stay productive throughout the day. Do you take regular short breaks, like every 50 minutes or so, to recharge? If so, what do you usually do during those breaks?

mighty robin
#

meanwhile most of the closed-source software bein written in java for multiple decades

#

and cobol devs still bein hired even tho cobol is so deprecated that nobody would, seemingly, use it

#

python's performance falls short really quick compared to java or C++/C, that's why java rules the backend as it always did. Or almost nobody's gonna be developin serious desktop software in somethin other than C++/C/C#, cuz their performance is outstanding

#

or idk, can't imagine somebody makin systems in Python or JavaScript, companies love their rust and C++/C

austere gate
#

AI can write java or cobol too 😂😂

mighty robin
#

AI can't even tie its own shoes

#

people probably do not notice the complexity of huge codebases that have to be maintained, many of them require devs to know multiple versions of the same language or some old frameworks, and migrating it all. That's why you see seniors and others laughing at AI cuz it's pathetic lol

austere gate
#

Call me a dreamer, but I believe that in the near future, you'll be able to upload your entire repository to an LLM, which will handle bug fixes, code enhancements, refactoring, pull requests, and more. If you have a proprietary codebase, there are plenty of open-source models available that you can set up offline.

mighty robin
#

then I indeed may call you a dreamer

#

but who knows

#

Maybe that's true

#

I'd like to see what happens, for sure. It would be exciting to see like all the ins and outs of what turns out to be true, but gotta wait... yeah lol

#

The coolest thing would be to see the reality in like 10 years or even 20 years. Somebody would say we just get a massive war and die massively, but who knows. Would love to see what direction technology goes

austere gate
#

Current models can handle over 60,000 lines of code at once, and it’s only a matter of time before these limits grow even more.

#

In my opinion, we shouldn’t waste time reinventing the wheel. Nobody enjoys being stuck on a frustrating bug for days—it’s just not fun. AI is already making life easier for developers, and it’s only going to get better.

austere gate
robust elk
#

The hallucination problem of AI... yeah, talk about developing app through AI. Good luck with that.

austere gate
pure copper
# austere gate I'm curious about how you all stay productive throughout the day. Do you take re...

I am located in an office in a remote location. Nothing around, so once there, it's there all day. I generally multitask, so multiple things open at once, and i get none of them done. So when bored, i try and finish one. Otherwise it's up to make hot chocolate in the kitchen, or read the news on a website or work on evacuating last night's krakowwurst. If I'm really feeling like i need to be more productive, i will read some tech pages, or learn something tech that I'm interested in at the time from my private time.... Learn a framework, language, industry etc. At least that way i feel I'm personally accomplishing something and it may be good for the company also...

pure copper
#

🐢

#

And the turtle reference is not speed related. People may need to look it up.

#

👵👨‍💻

#

...
Ohhh. Logo....

pure copper
pure copper
pure copper
#

Can't even leave a simple language alone without trying to dumb it down even more.

#

Developed so AI can parse it and eliminate python developers.

#

Long live cobol.

mighty robin
wet rivet
wet rivet
#

Pretty much got used to you being active in english-questions, even though you are not particularly active there now

wet rivet
# mighty robin java

No offense, but many people really call javascript "java" which is wrong, since java is a completely distinct programming language

low mountain
#

hello devs

wild dove
#

Hello, everybody. I am also a Full Stack web | mobile developer

#

Nice to meet you all

shy glade
#

I'm trying to install s driver but I'm new to Linux cmds, also it's Ubuntu Linux mint 17

snow bear
#

Why do you use the old Linux distro? There was end of life in 2019

cobalt olive
#

yeah use LTS

neon token
#

I want learn Nodejs. Anyone here teach or guide me please

solemn radish
#

Hello guys!

inland marlin
neon token
#

@inland marlin is there any other resources? Reading is hard

surreal comet
neon token
#

@surreal comet Thank you

compact wing
#

@surreal comet Hey Alina , what's your specialty in programming?

eternal sandal
#

Also, look up specific modules in the official nodejs documentation as it's decent and will tell you what you need to know, it's good to familiarize yourself with docs in general

#

It gives you what certain methods recieve as params and what they return, some even show you what happens in certain cases, like creating a file in a directory that doesn't exist

inland marlin
#

Tutorials may be outdated, docs are always up to date (not always but most of the times). As an example, some node tutorials are written using oldest versions and they use dependencies to read env files and hot reload but newest versions of node include that as part of the standard library. Reading the docs and change logs is nice for me wolf_thusky

surreal comet
surreal comet
languid plank
#

Hello
Not a programmer
But someone who interested about security and currently seeking bug bountyPeepoBlushChristmas

final mirage
#

hi

austere gate
#

Heyy

fierce fox
#

Who may help settle the lagging issue of text inputting? Since I updated to the newest version 24H2 of Windows 11, I found text input in messengers like Telegram and Discord became so lagging and hard. I even reinstalled the system and the issue was still there till now. I wonder what I should do to settle such problems.

rare edge
#

Discussion: Best OS for Data Scietist

snow bear
snow bear
last otter
#

Hi. What programming languages do you know?

sterile urchin
#

How about you?

last otter
#

I learnt web dev - react, tailwind and now i'm learning mobile development with react native

last otter
#

You learn by yourself or from colleague?

sterile urchin
#

From colleague

#

May I know your age?

#

How many years of experience with web dev?

sterile urchin
last otter
#

sorry I had to go for a moment

sterile urchin
#

No worries

last otter
#

I'm 17 and i am learning web dev for 1.5 year

#

But im learning by myself

sterile urchin
#

Maybe, I can help you with React and etc.

last otter
#

My biggest problem is lack of time

#

When I came back from school i often dont have time to sit and learn programming

sterile urchin
#

Do you have other work?

last otter
#

I'm trying to learn on weekend and days whem i dont have school

#

I also have some other things that i have to do after school

#

For how long do you learning?

sterile urchin
#

5 years

last otter
#

Thats really long

#

How did you start? For example i started with making games in unity

sterile urchin
#

I love computer very much as well as programming.

#

Since I was young

last otter
#

So what do you do with computers

sterile urchin
#

Building website

#

Working with my company

#

Hey, bro.
Can we continue via DM?

last otter
#

Yeah

fierce fox
snow bear
fierce fox
fierce fox
eternal sandal
#

Yeah, but that's pretty recent, you could even join the conversation, there's definitely more qualified people there. Also, if it's something with the new windows 11 APIs there should be a fix soon

shy glade
#

Is any buddy interested in learning web-devlopment

austere gate
#

Solution to all windows issues

eternal sandal
#

Do you mean WSL?

austere gate
#

I’d rather ditch Windows completely and start fresh with Linux.

#

Using Windows is like being stuck with a lazy partner: sluggish, slow, and constantly holding you back. I had a stronger word in mind, but I’ll spare you the offence haha

eternal sandal
#

Nah, I agree

eternal sandal
#

// I use Ubuntu

austere gate
austere gate
prime saddle
#

hello there gays

#

I mean guys

eternal sandal
#

There are no mistakes
- Wayne Gretzky

eternal sandal
#

nono, It's saying that dudes who use Linux are femenine

#

btw was that "who" or "that"?

#

I know, many of my peers use Linux and they are not, it's funny though

#

subjective of course

#

I wanna make it clear that I'm not either

languid plank
#

I'm macos user currently
But I was Debian user at first
And linux is the best os that someone can work with

vivid warren
#

Wsg on here

eternal sandal
#

Something I didn't expect, my actions had consequences

vivid warren
#

Literally everything has

eternal sandal
#

A bunch of those memes popped up a while ago and I even remember some article or something discussing it too

#

Didn't think people would have so many thoughts on it though

#

I don't think anything is wrong in what's being said either

solemn gale
#

The Boston Dynamics robot put on the clothes of one of the employees and tries to escape from the factory

grizzled plaza
#

Hey guys

#

Anyone free to help me with my microphone? lol

warm furnace
shy glade
eternal sandal
#

D:

eternal sandal
#

I tried installing ruby in windows and had so much trouble with that

#

and back then I didn't know enough docker

shy glade
eternal sandal
#

Yeah, I also had some problems with wsl and not being able to use wsl 2 since my machine can't run win11

shy glade
#

If all games and software applications run flawlessly on Linux machines one day, Windows will probably join the ash heap of history.

eternal sandal
#

Couldn't come soon enough C:\tired\of\it\all

tulip matrix
austere gate
austere gate
eternal sandal
#

Is like the indiana jones people saying, and I don't quote: "Just buy a better pc"

tulip matrix
pure copper
eternal sandal
#

Brain is no more, he was cancelled for saying Linux users are feminine, good riddance. I would like to introduce myself to all you nice people, I'm nibra

shy glade
shy glade
austere gate
eternal sandal
#

Forgive me good sir but I don't believe I know what you're talking about, I'm here to talk about my passion, programming!

quiet oasis
#

Hi everyone
Does anyone here who know typescript and work on a job as backend in nestjs?
Or backend on nodejs is a worse idea?

eternal sandal
#

I do, with that framework too, I used the bullmq package though

#

with a redis db

#

It's a great choice and super simple

balmy stirrup
#

Wassup guys

stone cosmos
charred crane
#

Hi

balmy stirrup
#

Where are you from guys

austere gate
#

We're from the internet. Where are you from?

sudden palm
#

What hahaha...

#

Hey, mates

#

Could you talk with me, please?

austere gate
pure copper
mighty robin
#

it feels weird to me too but it can definitely be said in two ways, people don't really overthink whether it should be who or that lol

charred crane
stone cosmos
eternal sandal
#

I'm from 5201 Baum Blvd, Pittsburgh, PA 15224, United States of America

austere gate
whole root
#

Hi anyone here?

#

I havea problem in c++ link List

frosty cliff
steep plume
#

Who has good knowledge in dp, recursion and bst data structure!??

inland marlin
#

nup

pure copper
#

Effing ai is translating my web views into Vietnamese, mfkr .. ..if i don't ask for it don't assume mfkr ai.

pure copper
pure copper
eternal sandal
#

Probably not wise to threaten ai though, do it at your own risk

pure copper
pure copper
charred crane
# steep plume # Who has good knowledge in dp, recursion and bst data structure!??

This video mentions reversion you can follow the instructor he is really good https://m.youtube.com/watch?v=fkIvmfqX-t0&t=1182s&pp=2AGeCZACAQ%3D%3D

From the physical world to the virtual world, algorithms are seemingly everywhere. David J. Malan, Professor of Computer Science at Harvard University, has been challenged to explain the science of algorithms to 5 different people; a child, a teen, a college student, a grad student, and an expert.

Correction: Our Level 2 teen, Lexi Kemmer, is...

▶ Play video
solemn radish
#

Hello everyone!

#

Hello devs kittyWave bowtea

solemn radish
mossy root
solemn radish
mossy root
solemn radish
#

Country bro lol

sonic sequoia
#

Hello everyone

shy glade
#

Is here anyone is learning react.js ??

solemn radish
#

Sorry bro, I don't, Im learning Python, C and Java

grizzled plaza
noble swan
#

I'm in js building calculator. TOP

#

I am stuck at calculator project. I do not know how to go on? community guys saids that dont see the solution and I am really confused on that. so that if any person knows how to tackle that? help appreciated?

#

it would be great.

grizzled plaza
#

Wich step?

#

Calculator usually have 4 functions and 1 mapped keys, like this:

  1. to display value
  2. to add keys pressed into input
  3. event listener
  4. math.evaluate
  5. clear button
eternal sandal
#

Could it shine my boots also?

honest lion
#

hi ladies and gentlman

vivid warren
#

File managers should add a 'replace' feature, like we can select files in a folder then select some other files with the same name or something in another folder than just use the 'replace' feature to switch their places

vivid warren
honest lion
honest lion
vivid warren
#

Same or similar

vivid warren
vivid warren
honest lion
vivid warren
grizzled plaza
vivid warren
shy glade
grizzled plaza
pure copper
lean bane
wintry swan
#

Hello

#

Anyone can tech me about programming suggestions

vivid warren
wintry swan
grizzled plaza
mighty robin
shy glade
pure copper
austere gate
vivid warren
austere gate
#

Would telepathy work? 🤔

shy glade
#

send what to phone the application or code

#

sorry i don't know,
i was thinking your were trying to send file to phone 🙂

#

no, it was good one,
it would not possible i guess,
you would need to ask chatgpt/ai,

#

great

#

maybe you can install sololearn app

#

and run that code in place we can compile that script when you select lang course

#

it could be a workaround, not solution

#

how did you manage to add house in your profile description, looks cool,

#

did you chcek with your classmates on this

#

check*

#

tomorrow is sunday, your school functions on Sunday too : (

honest lion
#

weird

shy glade
#

oh i didn't know that

#

would it not be inform teacher, for suggestions on how to proceed further

#

you could show it works in PC

#

yes,

#

if phone allowed in school

#

why not laptop, to show your code to teacher

mental ocean
#

yoo guys, have you tried rust? how was it? is it worth it?

austere gate
#

Would you like to develop an Android or iOS app, a desktop application, or simply host the current web app and access it on your phone?

#

If you only need to create a demo for your teacher, you could simply screen record it on your desktop and then send the recorded video to them.

#

Please stay in school 🏫

#
  1. Sorry, this content doesn't exist.
shy glade
#

no

#

you can put it in gitHub

austere gate
#

I kinda feel bad for the AI pepethink

light elk
#

Hi everyone

#

Is there any servers for web development

#

?

limpid pecan
#

Hey guys
Are there any C programmers here?

solemn radish
limpid pecan
limpid pecan
#

Help in a quiz

solemn radish
#

Well, Im beginner yet

limpid pecan
#

🙂

#

If there Any expert in C please send me dm

mental ocean
#

do people still using C nowadays? daymnn, I was using C back then in college, now I dont remember anything 🤣

muted harbor
#

Hi

limpid pecan
mental ocean
honest lion
mental ocean
mental ocean
limpid pecan
#

:))

honest lion
mental ocean
#

golang is really OP boii, you should try it some time

pure copper
# mental ocean yoo guys, have you tried rust? how was it? is it worth it?

I read through the syntax, but it was nothing worth or tempting enough to make me change from c++, regardless of the recommendations from those i know who are currently using it and happy with it. If you have nothing else under your belt, then perhaps try it out. It's more a case of, do the businesses in the region you live use it, and will it lead you to work?

pure copper
pure copper
mental ocean
#

C++? what you use it for? @pure copper

pure copper
#

These days

frosty cliff
mental ocean
#

back when I was in college, I used C++ only to learn OOL concept, we dont build anything with it, that why I dont know what the use case of cpp

frosty cliff
mental ocean
#

i see

#

do you guys have some kind of project which open to collaboration? maybe we can collaborate 😬 xixixi

frosty cliff
mighty robin
#

these are some really niche situations but browsin through job offers I found out people do get hired to use them even now

#

C is like, not the ultimate horror yet, lmfao

#

you hear about JavaScript being everywhere but then you discover that it just doesn't fit in some places and it's like tryin to fix massive bleeding with one thin paper tissue

#

kinda like as a newbie someone'd think that you can just write a NodeJS app and it's ready for everything, but then you discover that Java is still preferred by so many, and even later you discover that Scala is preferred over java by some, so many languages

mental ocean
pure copper
#

Woohoo

mighty robin
#

like, in mine I recently found a mid cobol dev offer lol

mighty robin
pure copper
#

Perhaps write an IDE for Android development and simulation using cobol

#

C++ compiler in cobol

lapis pebble
#

@pure copperyou are excel in coding?

pure copper
#

Not only can I excel in coding, I can also code in Excel.

hexed laurel
#

I recently started learning React. Can anyone recommend a good tutorial?

hexed laurel
#

Are there any courses in Russian?

#

Our conversation feels like a YouTube ad😆

mighty robin
#

well am not aware of any courses in russian

grizzled plaza
austere gate
# hexed laurel Our conversation feels like a YouTube ad😆

Stop scrolling and start learning! Udemy is the ultimate destination for upgrading your skills with courses taught by legends like Jonas Schmedtmann and Maximilian Schwarzmüller. And guess what? The epic New Year sale is almost here, landing in just a week! We're talking unbeatable discounts on thousands of courses. Why pay more later when you can grab your dream course for less? The clock’s ticking—be ready to invest in YOU!

PS Just to clarify, this is a joke. I'm not a huge fan of Udemy.

shy glade
#

How to install git

pure copper
#

All Australian jobs

odd oracle
#

how can i make the dock visible on debian desktop

cobalt olive
#

google about it , depends on ur desktop env

odd oracle
#

gnome

robust elk
#

Do you guys use email clients on your machine? if yes, which one? Thunderbird? EmClient? Canary? Spark? others?

shy glade
#

I don't know why it shows like it

inland marlin
#

Use sudo

cobalt olive
strange sequoia
#

Hey

shy glade
#

Hello guys! Anyone here use Cursor?

#

The Bug Finder feature it seems pretty good. I yet not test.

eternal sandal
#

I've only ever tried Zed outside of VS or Sublime, looks convenient though. would you recommend it?

grizzled plaza
#

Is anyone here B2++? I would like to meet someone who could help me with some things regarding English

grizzled plaza
strange sequoia
odd oracle
#

is there anyone who followed cs50 web this year

high canopy
#

learning web development, why is sans-serif like that?

mighty robin
random patrol
mighty robin
#

you mean it's little tilted or coloured pink? in both of these cases this depends on your color settings of your IDE

#

*or theme settings, different editors name it differently

solemn radish
#

Serif has a line, like that

#

Sans-Serif not have that Line. We have only two font family - Serif and Sans-Serif (Like I said before).

And inside this family we have a lot of styles fonts

#

Sans-Serif Example

grizzled plaza
# solemn radish Bro, Sans-serif is a font type, like, we have two types: SERIF and SANS-SERIF.

Yes, exact it

CSS formal syntax should be like:
font-family = [ <family-name> | <generic-family> ]#

ref: https://developer.mozilla.org/pt-BR/docs/Web/CSS/font-family

MDN Web Docs

A propriedade font-family do CSS permite que se faça uma lista de prioridades de familias de fontes e/ou nomes genéricos de famílias a serem especificados para um elemento selecionado. Ao contrário da maioria das demais propriedades CSS, os valores são separados por vírgula para indicar quais são as alternativas. O Browser irá utilizar a primeir...

solemn radish
verbal iron
#

@solemn radish Are you developer?

solemn radish
verbal iron
#

Can I ask where you are from?

solemn radish
verbal iron
solemn radish
verbal iron
#

@solemn radish I have 6 years of experience, how about tyou?

solemn radish
verbal iron
solemn radish
#

I know markup languages like HTML and CSS and I studying C, Java and Python nowadays

verbal iron
#

so I am 25, can I ask how you are old

solemn radish
solemn radish
verbal iron
#

Oh isee

#

@solemn radish I am not good at English, can you help me?
I will help you development.

verbal iron
#

I am working the clients who is from USA, but I am feeling bad coz of my English

#

Do you have someone to help me, someone native speaker

austere gate
#

Here’s a trick: to practise, pick any topic—like describing your favourite food—and record yourself speaking about it using a voice recorder app. Then, listen to the playback to identify areas for improvement and refine your skills over time.

pure copper
#

Do you best at all times. Even when chatting generally here. Then you will improve faster.

verbal iron
mental ocean
#

im also a dev @verbal iron and looking for someone who also want to improve his english, interested?

wooden vault
mighty robin
#

monospace, cursive, and fantasy are also real

#

in CSS

#

outside of css there are even more

#

the fact that the rest is used less commonly does not mean they don't exist

#

on top of this, CSS is not a markup language, it's a stylesheet language

#

just like XSL

#

while XML and HTML are markup languages indeed

#

(there are obviously more of them tho)

austere gate
#

Btw CSS stands for Confusing Style Sheets.

karmic sleet
#

ooooh yeah CSS is fun

pure copper
jolly obsidian
#

yo hello

#

any coder here

shrewd totem
vivid warren
shy glade
#

Why is c++ so hard? I can't even download and use it

shy glade
#

Or you can try learning Rust. It's easier and more straightforward in my opinion.

shy glade
shy glade
#

Which is why I recommend switching to Linux.

shy glade
#

You can dual-boot. Meaning you can use both Linux and Windows at the same computer and select one to boot in each time you open the computer.

shy glade
shy glade
#

Replace the FILE_NAME with your C++ file name.

high canopy
pure copper
# shy glade Why is c++ so hard? I can't even download and use it

One does not download c++. One picks up a pen and writes c++statements on a coding sheet, and the typists in the data entry room will use a computer editor to create an ascii file. This will then be loaded into the computers memory using a batch file of JCL statements, which will also direct the computer to compile those statements and execute the program you have created.

Enjoy your coding life.

grizzled plaza
supple shard
#

EI EVERYBODY

pure copper
austere gate
supple shard
pure copper
#

🦃

pure copper
#

Merry Christmas all.

jolly obsidian
jolly obsidian
stable thorn
#

guys

#

java or C++ im new to programming but i have being interested in those two for a while which one should i start with

#

i would appreciate the help

shy glade
#

depends on what you want to build or what you need

pure copper
# stable thorn java or C++ im new to programming but i have being interested in those two for a...

C++ will get you into creating stand alone applications for your computer immediately. Java is good for web development, but then you will need to learn how to set up servers and bs first. Java is basically C so if you learn one or the other, you should not have much issue working with the other. Everyone wants to write web pages, so there is a flood of web programmers (java etc) that you will need to compete with to get a job. C++ is "scary" , so less people do it, and the are better job opportunities.

mighty robin
#

JVM ecosystem is a little bit more complex than all this easy and sweet syntax of python and js

mighty robin
# stable thorn java or C++ im new to programming but i have being interested in those two for a...

some say that C++ is more efficient, but, it depends. It's more difficult than Java cuz it's got more features, and the experience of usin them is different cuz Java has different frameworks and libraries, obviously. Some java devs end up learning Kotlin or Scala later on, cuz these two are related to Java, although Scala itself is too difficult to learn as someone's first language (it uses the functional programming paradigm)

#

choosing java will most likely push you towards back end dev, potentially full stack web dev later on (cuz some people do java+js). You're gonna end up learning libraries and frameworks like Spring, Spring boot, JavaFX, and later on you're gonna be learnin databases like SQL, Redis, etc. Possibly libraries for processing huge data in real time, like Apache Kafka, and possibly some search systems like ElasticSearch. A lot of stuff to learn, and Java devs usually end up doing backend rather than desktop apps only (although you can do both tbh)

pure copper
#

Oh hhhh some extra

mighty robin
#

Do C++ for mind sanity

#

lmao

pure copper
#

I do

#

But functional is simpler than oo

tired fern
#

Yall anyone uses codeforces here?

solemn radish
#

Merry Christmas everyone!!!!

mental ocean
mighty robin
#

and also heard that implementing functional programming in java is not nearly as smooth and joyful as in scala, cuz scala was made for this purpose specifically