#💻|programming
1 messages · Page 30 of 1
I'm building a Cli which is a wrapper around an Api
What kind of stuff do you guys build for personal projects?
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
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
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
Hi! Is anyone here working in native mobile development and open to sharing knowledge? 🙂
Yes i can
@balmy kindle I do as well but only in a Hobby Project.
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).
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! 😊
i recommend learning by reading over watching vids
thanks 🙂
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

i mean what could be the reason your website did not get any hits for over 25 years?
Why do you want to pay clients to look at your website. You want them to buy your product or service, not give them money.
What is your product or service?
It's a visualized server
We are all victims of search engine monopolies.
So you are providing the server
I am
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
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.


I'm thinking of a server to run vps. What about this spec, i find. Appears quite good i think.
yes!!Nice to meet you
🤣
how many vps can you virtualize with that?
did it cause heart attack ?😂
Sure
Actually the co itself is not sanctioned , the online transaction in on the line, like we don't have access to PayPal or debit card visa card .....
otherwise i would've bought a lot of things from the other side
Your partner for system-wide hosting, from cloud to dedicated servers. We deploy the latest tech at the best price in minutes.
a lot more
they have reasonable prices too
pqhosting looks fine as far as I know
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
This survey aims to collect data about waste disposal habits, waste types, and recycling awareness. The information gathered will be used to build a machine learning model for predicting and improving waste management strategies. Your participation will contribute to creating innovative solutions for a cleaner and more sustainable environment. T...
Take a quick drive over the border and pick up your things from Master Store, 42 Street Wathiq Square Karradah
Focus on reducing the packing and delivery, rather than on what to do with the crap after it's removed and thrown in the bin.
hey !!
I think you can run training large datasets with this spec 

256 MB ram what a beast
hi guys
hi
Hello \o
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???

Yo
Yo
Yo
Yo

Yo
System.out.print("Yo");
:(){ :|:& };:
sudo apt install sl && sl
you are not in the sudoer's list
Hi🇧🇩
Bruh. You disrupted the pattern. 
I'm joking. You can disrupt it any time you want. It doesn't bother me. 
Is anyone interested in cyber security? I have a few questions for a extension(for browser) I'm currently developing
sup
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?
UPDATE: It can't work with HTTP
Are you asking, based on the output generated above, from the program code 'you' wrote?

I didn't write this one. it's from OpenAI documentation
It says in official documentation
Did you talk to it and ask it?
If you mean ChatGPT - yes I did
that's why I wrote it
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.
Thank you! I thought about doing exactly the same. I don't see other ways to do it
But I'm worrying about ai mistakes. I hope it won't influence CRM data
That is why you need to parse the information and put it into your database in a structured format. The big question you need to ask yourself, is what are you asking chat gpt to ask your user. What answer do you need?
name, birthdate and phone number
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
In this case just forget the ai and ask a friendly question: 'Yo, i see you are an intelligent sounding person, so i was wondering how old you are?
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?
ofc u can 🙂
Use a set of prompts and randomly select one each time the program gets used, so it's diverse
I can set up this instruction in the prompt, or send another one request to API
but your way is cheaper
Please check this out:
https://platform.openai.com/docs/guides/function-calling
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.
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.
💃
ohh.... my bad
Anyone know lua?
this goes completely over my head
I don't know Lua, but I've heard good things about it when working with Redis
hallo brader
@shy glade
Is that allowed here ?
Because i don't want to break the rules 😁
No it's not allowed.
🫡
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?
yeh cuz AI is future
Yeah but you have to sharpen your skills
A lot of competitors in this field
You have to be special
Permission granted
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.
Thank you for the suggestions
Hi! i cant find any conversation channel with programming topic. have you one there?
guys, can anyone has any idea, how can i earn my pocketMoney online while in college?
You can work as a programmer in a company. Most of my study colleagues did that
Not full-time but part-time besides studying
Those are some excellent suggestions.
Hi, are there any app developers here?
🤝
اه
hello
hello
hello!
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
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.
How do I get more traffic to my web service?
is it free?
Free trial was available at the time. Not sure, if it is still available
Hello fellow programmers
py anyone?
Anyone to join the VC?
Hello, someone knows how can I improve programming thinking for solving problems?
Flowcharts
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.
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❤️

wdym
Sadly AI winter is coming.
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.
right, ty
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
what do u mean?
bro
its Java Script
+no one asked
while (true){ cout << "chicken";}
bro it was just a comment
🚀 𝗜𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝗶𝗻𝗴 𝗣𝗶𝗽𝗹𝗼 𝗔𝗜 𝗔𝘀𝘀𝗶𝘀𝘁𝗮𝗻𝘁 🤖
Watch a sneak peek of what Piplo can do!
🔗 Full video: https://www.linkedin.com/posts/walid-elhadim_innovation-artificialintelligence-tech-activity-7266030895936024576-BT40?utm_source=share&utm_medium=member_android
I don't have permission to send video 🥲
This is my assistant piplo
somebody know how to do LED c++ programming😭 i need help
Perhaps. Are you doing some sort of Arduino thing?
yes, peoo:) it's me again
You asked this a few weeks ago?
i asked for help months ago. it was a different problem.
Hopefully you are into expert level now
i wish lmaoo
What's this problem?
ill try to send it later. im in class rn😭
Ok. I'm at work also
ok
const drawX=n=>{while(n-->0){ console.log("x") }};
drawX(10)
❔
arduino?
Lots of practice
?
wait plz
waiting.....
thank u

i sent a dm


Who have experience in Django?
Django Expert here!
thats a point but y' know some pages that can provide me challenges?
Personally I don't recommend competitive programming, as its focus is on just a competition and not programming
Write small projects, contribute to open source projects
I'm still new in programming so projects don't come to my mind xd, I actually finished learning C++ and now i'm trying to learn a bit of HTML and CSS, but idk how like put in practice c++
Do not ever try learning multiple langs at the same time, you'll end up not learning any
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
yeah I have a problem with that
Yeah, that's a mistake new programmers make, and it's a mess
totally, i just didn't know how to start
Just stick with one
Pick one field you like and learn the language for it
Understandable
I think I would like to stay with HTML for now, just that bc I'm learning c++ in University I need also to improve my skills with that language
If you intend a front-end career I'd advise sticking with HTML/CSS/JS or TS and then learning a framework
but if it's not your thing, don't go there
right, thanks pal 

Look at the video i just posted. It's lillyyy's little project. Simulate the light sequence in c++. Don't read my code though. It should take you a few minutes to an hour. Good practice for real applications.
this chat is for asking for help with programming languages codes?
You can
just a question

is for anything about it right?
Not sex apps
i'm asking like a idiot lmao
They learn assembly and you will know how to learn every language more easily, what do you think
i don't like c++

i prefer and i program HTML and CSS
imo
A bit of a pain to memorize but it's better that writting java lmao
i'm just a beginner
In your opinion, you don't like c++. Well you opinion doesn't count relative to you. So like it. @frigid sigil
🥳🥳
i'm learning a bit of javascript also
It's starter, I'm followed to resume on Java next year
And I have to learn it from scratch again because I let it rust
Bye all
Have fun
You can't mental it correctly
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
as a result, i'm ridiculous about python. that is the most easiest programming language that exists

oh man
It's literally the easiest way it back end or front end sheesh memory issues
Take one month and you will have a superficial view on python
thx peo, thank u so much
Take a year on it a you will see that difference
i will do it bro, I PROMISE
Keep it on and updated on your journey to become a great programmer
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
i tried studying yours since its still too far from my surface level knowledge😅 i learned a lottt. thankiesss
Hii
@lavish rivet Hey, is it possible for you to check Voice Chat log on particular day at particular time ?
I could narrow it down.
Hit me
Remember, while is a loop also. I was going to convert the code to while, but decided to sleep instead. Glad you got it going. Nice to see your functions for flash and off.
I couldn't find it, can you send a link?
lkasdjsas really? why?
ohh, sorry my bad haha, ty im going to try it
Hey y'all, I'm Jay... Am 25
anyone who use macbook air ? i need a help i am saying this here cus it is related to programming
heres some practice problems

Not to be that guy but HTML/CSS aren't programming languages
JS/TS is tho
Hello
true
Hello, everyone
Try hard not to be, but you did.
It was more of a FYI

I created a web service. The tech stack includes Next.js, shadcn/ui, Supabase, and Vercel. https://learn-path.net/
I take a look , it was amazing .
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?
Good morning Darius. I'd be happy to help you with Websockets and Socket.io
ok, tell Robert Leo, me one by one what to do, let's go to PM so you can explain it to me in a simpler way, where can I download the websocket, sockei.io, then create my own server for chatting and obtaining information, as I mentioned, I need it for digital communication protocol applications, please provide I have tips and tutorials on how to do it from the very beginning on PC Windows 11
then tell me about websocket, Socket.io because you were supposed to help me because I'm waiting Rober Leo?
I see that you are available or are you looking for simple guides on how to do it? I should wait for it
sorry for late responding. I just noticed these messages.
What programming language do you use?
well, if you read my message, would you be able to help me or if you could explain it to me in simpler terms, we'll go to PM and you'll write and send everything there so as not to clutter up the chat here
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
go to a private message with me because we will clutter the chat here and everything will get mixed up ok
I might have some simple code i wrote to try it out. Will take some time to dig through my archives. I will post if i find it.
I can help in embedded systems if you need
Is there an Arduino library write to pump a byte to the pins to get 8 pins at a time set rather than doing it individually?
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,)

14 (0-13)
6 analog pins (A0-A5)
6 pmw (3,5,6,9,10,11)
okay2 thankyouuu
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
Everything has been created already. You just need to move the jumper pin to increase the capacity.

How would one go about doing that? Watch tiktoks 24/8?
ahh, you reminded me of those painful days with my classmates.
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.
Know how to Setup jumper setting in just few seconds.Explained clearly how to do. Very easy steps
💃
👽
My third eye just opened
so much introspection needed, what's holding back my creativity? I'll know soon
😵💫
im at it rn
How does it feels, doing things that no one understands.
feels like this
Brain?
Can’t deny. They scared 14 yr old version of me so bad, that he quit robotics.
im afraid im following ur footsteps
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
This is Duke, the Java mascot
Congrats you won all my camels
All these precious ladies are now yours
So happy someone guessed tho. I have not found a person irl who would
Can i have them too ? 🥹
You should be. Now, that guy is jack of all trades, master of none.
Depends. Would you have guessed what that photo is if the other person hadn't answered?
Reverse image search 👀
Mm yeah true. But I assumed you all play fair
Don't go away yet. You can redeem yourself. Tell me what you think about Java
Java is cool, in fact coolest guy, he got lvl 100 rizz, he got kai cenat gyat, he is 10/10
I meant the language
what's this language?
Hello everyone, I have a problem in java. Is there anyone who can help me?
It should open a screen, share screen
you still around. I'm not a java person , but perhaps could try to help..

yes
Welcome


Is this grupo to talk about programming to learn English?
Or just talk about programing?
Both. Basically talk English but using tech also. Better than asking about CPU speeds and frameworks in a Shakespeare channel. @empty trellis
Hello
Hello
Hello, anyone here know how to use framer?
anyone who do coding in macos i need a help
you mean MacOS or macros?
Hi
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
01001110 01101111 01110000 01100101
but sometimes often better than a master of one😊
c++
wow, I used C++ and didn't notice it was there
Hi,java
csharp
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?
I'm not getting that. Perhaps you need to allocate the memory first
wdum by allocbuf itself but not its zeroth element?
According to what I understood you should write
static char** allocp = &allocbuf;
hello, everyone
try to use FineReader)
@snow bear is it paid or free
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
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
Did you find this in your searches?
Yep thanks already solved it
Heeey hello, let me ask, which websites do you usually look for remote jobs?
print('Folks, my language is now Python')
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
Hey everybody! 👋
Is Github working for you?
It says "not found" when I visit the website, and the mobile app doesn't work either.
yes
maybe ur repository/profile are blocked or unavaliable
Maybe.
Well... The regular github.com website.
https://github.com/
Perhaps it's a DNS problem.
Turned out to be an ISP problem. 🤦♂️
Hello everyone.
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.

If you are in town, hope to see you there.
Hi friends
dayum ur slow
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
Hi..... does threejs library hard to master? does it need 3D modeling knowledge?
You want to join? Feel free to contact Grant. See you there
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
Unfortunately I don't travel much. Origami sounds fun though, I only know how to do a little bird
I only know su-34 jet aircraft.
🛬
Well, no one showed up at the park in the city, but had a few people online.
no one teaches coding here
But people will be helpful if you have questions on your learning journey
Should I host an improvised lesson in coding? Lol
hello ,everyone
Hi guys!
I considered that long ago, but it's not a reality
Lucky to get most people here who ask for such, to post more than one post.
lol
Yestarday I was sharing my screen code there
I wasn't teaching but we talked a lot about that
So, the perfect worker is one that can't say no or put limits? Who'd have thought
hi
It’s happening, and there’s no stopping it. Fun fact: I built a full React app in just two days, and I’m not even a front-end engineer 😂😂
Hey
Pretty impressive, did it take a lot of effort at least?
What do you exactly? lol
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.
I work on developing and implementing machine learning solutions.
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.
csharp
@covert bane thanks a lot broooo 🤙🤝🥰
Could anyone help me create a website.
It depends on the stack you are going to use. What tools are you going to use?
To be blank I have no idea about that 😔
That's why I am asking
Do you intend to learn while creating this website or do you simply want a website?
I want to learn while creating
hi
@solid sequoia im a web developer i can help with creating websites
Philosophy
Can u code?
Just some
Hey I needed help w my website, could u possibly help me out?
Learn to code for free here:
https://www.freecodecamp.org/
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
java
python in used AI , ML
In this time AI rule the world .
you should go to learn the Python
Python
Anyone here from Devops ??
Do some research on what programming language is mostly used in your working place and the industry you interested in.
The amount of job opportunities makes huge difference.
In brief, Java and Javascript cover most of the jobs.
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?
lmfao
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
AI can write java or cobol too 😂😂
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
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.
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
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.
Seniors laughing at AI is like a mechanic mocking self-driving cars lol
The hallucination problem of AI... yeah, talk about developing app through AI. Good luck with that.
I agree with you. The hallucination problem is still there. But the top labs are trying to mitigate this issue. We have RAG, long context window, grounding, and so on.
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...

I look at Python, that people show me here, and still cannot be convinced it's not a language written for 5 year old kids to drive a turtle. It's just not a serious language for real (non web) development.
🐢
And the turtle reference is not speed related. People may need to look it up.
👵👨💻
...
Ohhh. Logo....
And hand over all your intellectual property. That's you eliminated.
The Ukraine war shows how ready it is to get drones to do physical work without using real people. They only need to be linked into the AI db, and the AI will schedule hits on people the AI does not find acceptable to the new AI society.
Well, well well...
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.
Lmfao
the syntax is very friendly ngl. But I was shocked when I found out that its speed is horrible compared to C/C++ or Java. I am but an oblivious creature discovering this big world
Its low speed is mainly because of the fact that python is not a compiled, but an interpreted programming language
Btw, i didn't know you participate in this channel, black cat
Pretty much got used to you being active in english-questions, even though you are not particularly active there now
No offense, but many people really call javascript "java" which is wrong, since java is a completely distinct programming language
hello devs
I'm trying to install s driver but I'm new to Linux cmds, also it's Ubuntu Linux mint 17
That's cool
Why do you use the old Linux distro? There was end of life in 2019
yeah use LTS
I want learn Nodejs. Anyone here teach or guide me please
Hello guys!
productive?
You can start learning node here. They recently update their page https://nodejs.org/en/learn/getting-started/introduction-to-nodejs
@inland marlin is there any other resources? Reading is hard
You can begin your Node.js journey here! These resources are beginner-friendly and will help you get started easily.
Since Node.js is built on JavaScript, it's essential to have a good grasp of JavaScript fundamentals like variables, functions, loops, and promises.
Beginner-Friendly Resources
-
Websites:
-
Practice Platforms:
@surreal comet Thank you
@surreal comet Hey Alina , what's your specialty in programming?
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
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 
Don’t mention it
My specialty is full-stack development with focus on MERN stack. I’m skilled in frontend development with React and next.js, and am improving my backend skills with SQL.
Hello
Not a programmer
But someone who interested about security and currently seeking bug bounty
hi
Heyy
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.
Discussion: Best OS for Data Scietist
arch)
check the temperature on the CPU)
Hi. What programming languages do you know?
Hey, @last otter I am proficient in C++, C#, JavaScript and Python.
How about you?
I learnt web dev - react, tailwind and now i'm learning mobile development with react native
Oh, great
You learn by yourself or from colleague?
hey, are you there?
sorry I had to go for a moment
No worries
Maybe, I can help you with React and etc.
My biggest problem is lack of time
When I came back from school i often dont have time to sit and learn programming
Then what do you do?
Do you have other work?
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?
5 years
Thats really long
How did you start? For example i started with making games in unity
Oh, really?
It's great.
I love computer very much as well as programming.
Since I was young
So what do you do with computers
Yeah
temperature of CPU is fairly normal.
CPU and Disk usage?
all in normal conditions
thanks. well I've got to remind that such lag issue only exists in messengers like Telegram and Discord, rather than in Edge and Chrome browsers.
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
Is any buddy interested in learning web-devlopment
Do you mean WSL?
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
The voice of the devil:
Nah, I agree
// I use Ubuntu
I wouldn’t even wish this on my worst enemies.
I use Windows 
There are no mistakes
- Wayne Gretzky
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
You seeing the new generation only
See the people who are created this envoirment
It wasn't all like this
See the people who contribute to linux kernel
I'm macos user currently
But I was Debian user at first
And linux is the best os that someone can work with
Wsg on here
Something I didn't expect, my actions had consequences
Literally everything has
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
The Boston Dynamics robot put on the clothes of one of the employees and tries to escape from the factory
Too late. Laughs in Linux:
Sure, send me an audio explaining the problem.
Wait what!? I'm about to wage war against you right now.
D:
Oh. Okay, you realized your mistake. All cool now.
I tried installing ruby in windows and had so much trouble with that
and back then I didn't know enough docker
Well, Docker is difficult to setup on Windows in the first place. It's way more intuitive on Linux. 
Yeah, I also had some problems with wsl and not being able to use wsl 2 since my machine can't run win11
That reminds me. Microsoft is planning to end its support for Windows 10 in less than a year. I wanna know one thing that Windows doesn't suck at. 
If all games and software applications run flawlessly on Linux machines one day, Windows will probably join the ash heap of history.
Couldn't come soon enough C:\tired\of\it\all
Still requirements for win11 are the same that sucks
Trust me bro, I was on the verge of drawing my sword from its sheath ⚔️⚔️
Also, Windows doesn’t suck at slowing you down when you need it most.
Exactly, it asks sooooooo much as well.
Is like the indiana jones people saying, and I don't quote: "Just buy a better pc"
I heard news some.time ago that Microsoft is going to decrease them but I was a regular rumour
Just make a better OS
Brains link reminded me that i had a similar problem a few years ago. Try changing the keyboard. For me, the default keyboard with the upgrade was something like English (UK) and i changed it to English(US) and the issue went away. Your default may not be friendly for you or your region.
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
Yeah, by eating up your RAM, CPU, and slowing down your PC instead.
There is an alternative called Tiny11, which is a modified version of Windows 11. It does Microsoft a favor by showing Linux users that Windows can actually not suck for once, except that it's Windows at the end of the day, so of course it's going to suck regardless.
Hi nibra! Cool anagram. Can't wait to cancel you again 💕
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!
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?
I do, with that framework too, I used the bullmq package though
with a redis db
It's a great choice and super simple
Wassup guys
Hi
Hi
Where are you from guys
We're from the internet. Where are you from?
As a large language model, I lack the physical ability to speak aloud like a human, as I exist purely as software designed to process and generate text.
lmao
Like win 10 trying to be a win 11
both "dudes who use" and "dudes that use" are correct so no worries
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
From this earth, I guess, let's say, probably
From my mother
I'm from 5201 Baum Blvd, Pittsburgh, PA 15224, United States of America
MedExpress Urgent Care?
What’s the problem?
Who has good knowledge in dp, recursion and bst data structure!??
nup
Effing ai is translating my web views into Vietnamese, mfkr .. ..if i don't ask for it don't assume mfkr ai.
I now have bad knowledge of the meaning of these 2 acronyms and one word. What is your issue? Sounds like you are trying to use dp for indexing a bst whilst running the tree recursively.
What is your problem. Mmmm nice. Linked lists
Tell it it's the last straw, and that if you find any vietnamese again you'll find where it's servers are kept and pull the plug. Make it learn what fear is
Probably not wise to threaten ai though, do it at your own risk
Which AI?
Idk it kept changing my page. It was the website ai. Mfkr.
I'm in Vietnam now, chasing it down.
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...
Hello man! How are you?
Hello!! Im good thxx, hru?
I'm good, where're you from?
Im from Brazil, and you?
Ohh man! I'm from Brazil too. haha
Hello everyone
Is here anyone is learning react.js ??
Sorry bro, I don't, Im learning Python, C and Java
What do* u need bro?
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.
Wich step?
Calculator usually have 4 functions and 1 mapped keys, like this:
- to display value
- to add keys pressed into input
- event listener
- math.evaluate
- clear button
Could it shine my boots also?
hi ladies and gentlman
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
Hello binaryed name guy
hi how are you doing
it's morse coddde
Yeah apologize for the mistake but they have the same nature i guess
Same or similar
I am doing great, thank you for asking, hope you are having a good day!
good to hear that
Wish you and everyone in this thread a merry Christmas, i wish you all have a great holiday.
Thank you appreciate it so i think u hve a background in coding what language that u hve learned
Yes I have a background in programming but not as a profession but as a hobbyist. I know some shell languages like bash and PowerShell, JavaScript for the web and a little bit of assembly. A bit of weird tech stack i got here haha
yep, try to do copy/paste vs move, one will be more faster than other.. but why? it's the your key-answer 🫡
Oh I think i described that wrong than what i thought in my mind. My main goal was to switch locations of two files into one another. Like selecting file A then locating to another location, selecting file B and switching their location.
If I am stuck somewhere while coding then can a person tell me there and how to do it?
you can ask for help here
yep, you can ask for help
Place a BOOT key next to the.= Key.
Hi. I need help to my project. Please help me to add new pages to the next.js project.
It has some errors when I run this project.
https://github.com/MJ0217/Tweep-Novi
Share the error please
What do you want to do
Like i want to learn coding in mobile
I assume your repository is private. Could you make it public or share with us so we can help you better, also, could you provide exact error you're found? That will help us diagnose
Your new page should looks like:
// Example Next.js page structure
export default function Page() {
return <p>Dashboard Page</p>;
}
My favourite stack since now. I'd call this the great, venerable "BJAP" stack. Bash JavaScript Assembly PowerShell. Hard to say what it is supposed to do, but well, it's interesting. Like a vegetable salad



BJAP stack haha that was funny. Salad is healthy btw
Would telepathy work? 🤔
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 : (
weird
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
yoo guys, have you tried rust? how was it? is it worth it?
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 🏫
- Sorry, this content doesn't exist.
I kinda feel bad for the AI 
Hey guys
Are there any C programmers here?
Hello bro
Hey
I just sent you a private message but seems you don’t accept private massages
How can we talk
What do you need bro?
Help in a quiz
Well, Im beginner yet
do people still using C nowadays? daymnn, I was using C back then in college, now I dont remember anything 🤣
it's hard to remembre
Hi
Cause im in college 😅😂
right now, im learning golang, it reminds me about C a lil bit, because the pointer and stuff kinda scary back then
yeah bro and c is not object oriented
i see, so you're familiar with oop dont you?
i got you bro 😅, C is temporary but programming permanent I guess lol
:))
i'm not
golang is really OP boii, you should try it some time
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?
🧜♀️
Hey, what a coincidence, i used it in college also.
aaa, i see, rust kinda popular right now, but I dont see any company in my contry using it, so maybe I'll stick to my current stack for now
C++? what you use it for? @pure copper
General personal projects
These days
Banking and Hardware control like train doors etc.
wow, I just know that
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
Many systems which need real time updates use it partially or fully.
i see
do you guys have some kind of project which open to collaboration? maybe we can collaborate 😬 xixixi
Not personally, but you can filter OSS projects based on language.
You know, the scariest thing about programming is that not only do people use C nowadays, people use Cobol and Fortran or Haskell as well
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
yeah sure, preference, but at the end of the day, the only thing that matter is money, we have to learn the language that will get us money, isnt it
Ohhh cobol and fortran. My favorites. What jobs were there?. Links?
Woohoo

depends on the country I think
like, in mine I recently found a mid cobol dev offer lol
I agree. But that's kinda personal. Everybody wants money, nobody's gonna eat sunlight and live off of it only lol. Although then there are developers who use other languages at work and other ones outside of it
Perhaps write an IDE for Android development and simulation using cobol
C++ compiler in cobol
@pure copperyou are excel in coding?
I recently started learning React. Can anyone recommend a good tutorial?
well am not aware of any courses in russian
where do you find this?
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.
How to install git
how can i make the dock visible on debian desktop
google about it , depends on ur desktop env
gnome
Do you guys use email clients on your machine? if yes, which one? Thunderbird? EmClient? Canary? Spark? others?
I don't know why it shows like it
Use sudo
try dash-to-dock
Hey
Hello guys! Anyone here use Cursor?
The Bug Finder feature it seems pretty good. I yet not test.
I've only ever tried Zed outside of VS or Sublime, looks convenient though. would you recommend it?
hey buddy, do you don`t have permission
Try to do:
sudo apt-get install git-all
and then,
git version
to confirm version
Is anyone here B2++? I would like to meet someone who could help me with some things regarding English
Thank you Peo!
I am shifting
I've found it. Thanks
is there anyone who followed cs50 web this year
learning web development, why is sans-serif like that?
"like that" meaning like what
because you have to get used to it)
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
Bro, Sans-serif is a font type, like, we have two types: SERIF and SANS-SERIF.
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
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
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...
Thxx a lot bro, this link will go aid a lot :>>
@solemn radish Are you developer?
Yeah :>, Im beginner
Im from Brazil, where are you?
I am from Japan.
Cool cool!! :>
@solemn radish I have 6 years of experience, how about tyou?
I have almost 1 year
Backend or Frontend?
I never worked in development area, however I want, Im doing only high school and together Im doing a technic course
I know markup languages like HTML and CSS and I studying C, Java and Python nowadays
so I am 25, can I ask how you are old
Im 17
So do you go to school?
Im in holidays
Oh isee
@solemn radish I am not good at English, can you help me?
I will help you development.
Im bad too bro
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
Please don't feel bad, bro. You can join the voice chats on the server to practise, and eventually, you'll improve. I wish you all the best.
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.
Thanks
Clients who are from USA. Because of my English.
Do you best at all times. Even when chatting generally here. Then you will improve faster.
Thanks
im also a dev @verbal iron and looking for someone who also want to improve his english, interested?
That's a really helpful trick, thank you so much.
there are more types than only two
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)
Btw CSS stands for Confusing Style Sheets.
ooooh yeah CSS is fun
It's a multidimensional universe of fonts, where families can inherit, polymorph and encapsulate attributes of other fonts.

Coder of which language
Everyone is a here
bro..
I recommend those two books:
- C++ Programming Language
- Object-Oriented Programming with C++
C++ is tedious. It requires patience and a bit of determination.
Or you can try learning Rust. It's easier and more straightforward in my opinion.
I've seen some guides about downloading c++ but they didn't help me
You're probably using Windows, because the GCC compilers come preinstalled on most Linux machines. Clang tools are also preinstalled on MacOS machines.
Which is why I recommend switching to Linux.
Thanks, god bless you
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.
I alredy use linux and windows
Great, use the following command on Linux:
g++ FILE_NAME.cpp -o executable.
Replace the FILE_NAME with your C++ file name.
Oh shi
I'm so dumb thank you for enlightening me 😭
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.

Same here. I do my best at everything, but my communication skills hold me back sometimes. It’s frustrating.
Can I ask where you are from?
EI EVERYBODY
Where are you from?
Ei
This is cool: https://santatracker.google.com/
how u doin man
just cooking js and python sometimes i do cook c++ too
nice to meet ya
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
depends on what you want to build or what you need
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.
the flood of programmers who do java is smaller than the flood who wanna do python/js, tho, cuz java demands a bit more effort
JVM ecosystem is a little bit more complex than all this easy and sweet syntax of python and js
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)
Oh hhhh some extra
Yall anyone uses codeforces here?
Merry Christmas everyone!!!!
roses are red, violets are blue
did you hear that? OOP is calling you
idk. I heard that some people who do Scala and functional programming never want to go back to object oriented or java
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




