#💻|programming
1 messages · Page 16 of 1
❤️
👍
Cultural stereotypes, or even averages are all very well, but in the end, best to like or not like people, individuals; those relationships are between individuals.
If you like to embrace the differences then you may work: you know; you like Java, she programs in PHP. Sometimes it just works.
spoke the truth
That's the best thing to do
I agree with this idea 👍👍
Before helping others, you must first help yourself.
I don't like Java but what's on the market, php doesn't say much.
Exactly
Oh man idk
I’ll try to copy the code from the book and make some changes to finally understand what the thing is
Like the <Type> stuff
The angle brackets
😉
Copying code from the book is very annoying
If people are still manually messing around with html /xml stuff after 30+ years of it being around for 'web use' (it was around even before this), then it's time to reconsider your occupation. That was one reason i decided not to follow the web track, as it was a massive step back into the 60s and it still appears to be stuck there.
🤔 why dont we go to stone age?
Hnnn
If I could, I would like to live in the time of Socrates discussing philosophy with them
Welcome to Programming Chat
What we do here
1) We talk about coding and learn new coding.
2) We teach others how to do coding.
3) We chill with coding here.
If they were not ready for your ideas, they may think you are nuts.
good point true
The challenge of impressing and maybe helping, without being burnt as a witch.
Up until 1995, development told were really becoming good. They use of visual products always automated generation of the interfacing code. This was just not needed to be seen by developers. It was only looked at in cases where the automation could not handle complex tasks. However the web browser came in an started using the html, and it being a new dev method, had no tools. So programmers had to manually code the pages. The development tools should have been available through automation by now, and no one should need to be looking at that stuff. It's equivalent to chatgpt being released and 25 years from now people will need complaining, why are there still people talking with each other. The automation just never happened. It's not a case of going back to the stone ages that i am advocating, rather it's the industry is pushing out random languages with trivial differences between them, and only for the sake of trying to make money as the newest bleeding edge tech, when the simple fact is, programming is not all that difficult, and shouldn't be, but industry is continuing to make it more and more complex for no real gain.
Oh my god
Witch witch. Burn the Peo
Automation: humbug; will never catch on.
I agree
Back then when my wife was programming including PHP, I used to ask her where were the automation tools to do all the predictable stuff for her; she would just stare blankly back at me and then get on with her work.
The sad tragedy of web page work, is it was just the entry fields and controls that programs already easily had, with drag and drop. But it was also built with an old text definition language that was used for word processing. In the 60s, the office 'girls' would take the documents from the typing pool and mark them up with special characters,(like .b, .l etc) that would create bold or italics, or indent and make nice right justified blocks.
The marked up text would then be run through a program like roff ( run off) and it would insert the Ascii characters necessary for the line printers to perform the magic of font changes and darker characters etc.
In 1995 this was used in the web pages again but the tech has long been replaced with word processing software such as word perfect or word or framemaker or many others. So the advent of web pages, it could only be done by hand using simple text editors (vi, edit), thrusting the industry back 30+ years. Word processors adapted the html and xml, but pulling this into the existing IDEs never happened as it was considered word processing and not programming. And then programmers had to find ways of using macro processing to preprocess the programmable scripts into the html and blah blah here we are with 8000000000 people in the planet and 200000000 trying to learn programming, using straw and cow droppings from the back yard, defined as computing.
Just a rant. I'm sure we will all be here in 50 years time still enjoying our computers.
run off - such fond memories. 🙂
So spoiled if you always were able to use ASCII. EBCDIC - that was fun.
So u mean there so many programming languages in our field...
my brain is buggy with so much information
But programming become easier and easier with the passage of time
yes, studying every day is progress
I have insomnia I can't sleep, meanwhile I'm thinking about creating a website
If we use only assembler still still , it would be too difficult for us to make a app such as simple 2048 game.
haha~
bro
did u make your own portfolio?
That was a challenge, like i wasnt really an ibmer. As you said earlier. DEC was the #1 imo.
I was thinking about that brother
I'll see if I can create my portfolio
👍
I did love "edt".
Thanks for the sugestion
$$was$that the only that looked like this$$$
For special editing but still was wysiwyg
Chills down my spine thinking this far back.
Don't remember that. I remember layouts for VT100 & VT220. Also had a wonderful scroll that meant the cursor was always in the middle third of the screen vertically - you could see the code following when editing.
^g - haven't thought that for a while. 🙂
Think I tried to send a ^g through the chat at work a while back and found it would not do it. 😦
Son of @pro, asking his father, wdym keyboards. what's a phone? why did you use your fingers for things. are you just making up the fact you worked with 'so called computers'whatever they are. i don't believe you.
Forbidden Planet. Cool.
I always press it just to see if something will happen, but silence
my house
Now back to work

my son will believe his father.

Lol
Hi I hope you're fine ? I would like to have an idea more than for my end of study project I am going to make a hotel reservation website and therefore I don't know how many pages to make and also for the admin what should I do? If someone has an idea
Work out what you want to show from the hotel as the client. If you are just doing the reservation system, will you make some dummy publicity pages around it, or just straight into the reservations. If reservations, what do people want to see. Pages for room layouts, tables of cost comparisons and selections, what is available on selected dates, then go into the pages needed to enter details and make payment.
If you are stuck for ideas, go to an existing site and see what they show eg hotels . Com.
For the admin you will need reports, like bookings, scheduled dates, times, banking etc
ah okay i understand thank you very much for your help i'll do this
Hi is anyone interested in data science in football?
wow
i love football games
and know about data science a bit
may be yeah
Lately I've been interested in python and I'm new in that field. I watch the matches of the lower leagues that do not have data and extract the statistics of these matches by myself. Do you know any methods that will make my job easier in data collection? For example, using fc python, I save the actions in the match to csv file moment by moment, but it takes too long to do it manually.
What are the differences between HTML and HTML5
And between CSS and CSS3
HTML (Hypertext Markup Language) and HTML5 are related but represent different versions of the same fundamental web markup language.
HTML, in its basic form, refers to the original version of Hypertext Markup Language. It has evolved over time, and various versions have been released since its inception.
HTML5 is the latest version of HTML, introducing new features, elements, and attributes to enhance the capabilities of web pages.
HTML5 introduces new semantic elements like <header>, <nav>, <section>, <article>, <aside>, and <footer>. These elements provide more meaningful structure to web documents, aiding in accessibility and search engine optimization.
HTML5 has introdeced Audio and Video Support, Canvas Element, Improved Forms, Local Storage, WebSockets and Responsive Design and so son
CSS3 being the latest version of the CSS standard. ckeck more details in W3school.
@sterile apex Thank you very much
u're welcome
smn can help to solve smth in javafx
Never heard of sass or scss? Or maybe xml? 💀💀💀
Today would be a hard day for me.
because i didn't updated my code in last weekend.
i forgot what i would have to do today, lmaooo
i hope all my friends would have a wonderful start of week.

I have a problem in Python, can you help me?
how to outline in json file??
import json
Create a dictionary representing your outline
outline = {
"section1": {
"sub-section1.1": {
"item1": "description1",
"item2": "description2"
},
"sub-section1.2": {
"item3": "description3",
"item4": "description4"
}
},
"section2": {
"sub-section2.1": {
"item5": "description5",
"item6": "description6"
},
"sub-section2.2": {
"item7": "description7",
"item8": "description8"
}
}
}
Convert the dictionary to JSON format
json_data = json.dumps(outline, indent=2) # The indent parameter adds indentation for readability
Write the JSON data to a file
with open("outline.json", "w") as json_file:
json_file.write(json_data)
what is indent
In this example, outline is a nested dictionary representing a structured outline. The json.dumps() function is then used to convert this dictionary into a JSON-formatted string. The indent parameter is optional but adds indentation to the JSON string, making it more readable.
Finally, the JSON data is written to a file named "outline.json" using the open() and write() functions.
thank you bro !!!
u're welcome
wyeahhh
take a break dude
i don't get it
yes i really miss it
the nature and land scape
i'll show it everyday
the village
lol those it looks serious?
maybe someday
whenever i get ready
but nationality is not a point
The point is what i work, where i live is
legal protect is important, also
hmm... agree
lolll
time break is done
ok, see u
see u

Hi, @sterile apex
yo ppl
is there anyone who is currently studying in japan?
i want to talk to someone from UTokyo specially
aaa well
i want to apply in tokyo university next year so i just want to know if there is someone who is currently studying there
私は大阪大学の出身です。
intresting
なぜ東大が欲しいのですか
did you apply in MEXT?
well its one of the top 30 universities and also interested for the educational system
there are many reasons why but ig thats the major thing
sorry i didnt understand
Monbukagakusho Scholarship is also important
lol
hmmmmm
well ik that there are many scholarships in japan
but ill try to focus in one first
if u try hard, u would get Monbukagakusho Scholarship.
and it's the best in japan.
oh
KSA
Yeah i heard that
Well I'm trying to apply at PEAK
Ik it sounds like i don't have a chance but why not lol
So im looking for someone already there and ask for tips
M..
i hope u would pass the exam
good luck
Thanks
Team Owls are all arabic members?
Ig the most are 😂
turkishes!!! stressful
Oh I forgot
How is the exam
Like what should I have study if i want to pass
And what kind of exams is it
i'm graduated from osaka university in 2016, lol
Thanks
You too
🤗
hello
hi
🤨
ellloooo~~~~
is there anyone here?
eweeewerrrr~
🤨
i
🫣
🤣🤣why?
i've just got up, now
why doesn't anyone say good morning to me?
😔
aha ok😅
where are u from
i understand
about 12 hour difference with me
you maybe an asian, right?
Right 👍
iran
developer?
I'am an electronic student
mm.. electronic engineering?
in programming more work with C language and microcontroller
what about you?
yeah
sometimes
i surprise that you know these
🤨
why mustn't I know about electronic engineering?
you didn't say
at university, i learnt it a bit
what is your field?
computer science
great 😃
good, do you work or just study?
work
hi bro are you persian?
dhjscvh,djk vfhglkvmngfhanskjxckljkvjhvjhvkjhkvjfhvkjxhv kjhkcnm cm, v vmv vv
df sdfkvklvffdjkhvjfhkjhkjh kjhvjh jkh fkj jkh kfdjh jkhcxkjfhd kjh kjh kjhlk jhc fv f
long time no see, ms administrator..
had a nice time at work?
hi ,yes i'am iranian
منم همینطور هموطن
i work alone
but i love to be in a team.
چاکریم😃
i think u maybe a student.
🤨
I couldn't get used to small memory situation.
unsigned int
yes undergraduate student
😆
microc for what
avr
arm
pic
for pic
how old are you?
32
i work more with ARM and keil compiler
currently it could be
but those days, i learnt pic and arm.
😁
you look younger 😅
He is old
people always say like u
hi bro
cool I always wanted to meet someone from the Middle East
i'am glad to hear that😀

Susi?
u have to love Susi
@sterile apex how would u fix this
ok let me see
you mean sushi?
Give me your contact details and tell me I'm Brazilian
function a5(arr: string[]) {
// Your function logic here
}
const _a5: string = a5(["123", "222"]);
modify the function
or to keep function is
function a5(...rest: string[]) {
// Your function logic here
}
const _a5: string = a5(...["123", "222"]);
i mean i use this one
i aint got to write no logic inside the function

do not write logic
right
so what do i do
fix error?
yeah how do i fix this
or explain about "any"?
The function a5 is defined to take a variable number of string arguments, but you're passing an array directly.
You should either modify the function to take an array or spread the elements of the array when calling the function.
soooo the solution is??
My guess is use any to capture the odd stuff
what does that mean
it is taking an array
function a5(arr: string[]) {}
const _a5: string = a5(["123","222"]);
In another language I use, one can define type object which is any type. So it gets cast to wnatever you needwhen you need it, but containes a byte blob
i cant change the _a5 line
i have to work with "a5" line only
that is the task
does ...rest :any [] work?
ye i could do function a5(...rest: string[]): any
I was thinking it was a parameter thing ---> function a5(...rest: any[]): any (But I'm not familiar enough with this language I've only spent 2 hours on it and have 30 more lessons to go)
But just throwing ideas around the room
dude u smart af
not kidding
u barely know the language tho u send ideas as if u know it
ur right
okay
function a5(...rest: string[]) {
return rest;
}
const _a5: string[] = a5("123", "222");
rest[]
wait
u changed _a5 again?
u cant
told ya
i cant change the _a5 line
i have to work with "a5" line only
that is the task
@sterile apex
function a5(...rest: string[]): string[] {
return rest;
}
const _a5: string[] = a5(...["123", "222"]);
well actually u could just use overloads
M.. what about this?
to solve this
function a5(...rest: string[]): string { } function a5(...rest: string[]): string | void { }
i didn't know about your task, lol
function a5(...rest: string[]): string[] {
return rest;
}
const _a5: string[] = a5(...["123", "222"]);
this is right answer for your task

once again we are not returning nothing and we are not changing _a5
ill try overloads
i was thinking the same way
a senior dude gave me his solution
wanna see?

function a5(...rest: object[]): object maybe
wym??
peo is also a senior to u
that would work in a way but the solution was overloads
but she doesn't know about typescript
i c
wut
i said she's smart af
it's not her major .
I do now. Shotgun has educated me
im fine
ok~
idc
wat
brooo i didn't say anything bad
got it @restive dawn
take ease
lol
its dereferenced @pro that is mystery
i was shocked how smart u r that's all

she's also genius
but does not reply to me at all.
i was ignored every day
haha~
is it ur bday today
Literally popped up on the tv seconds after i mentioned the word
@sterile apex
okay so basically u gotta change types BA BB and BC to make it work
`type BA = null;
type BB = null;
type BC = null;
const b1: BA = () => "111";
const b2: BA = a => "111" + a;
b1(10);
b2(15);
const b3: BB = () => [15];
const b4: BB = a => a;
b3([100]);
b4();
const b5: BC = () => 10;
const b6: BC = a => a;
const b7: BC = (a, b) => a + b;
const b8: BC = (a, b, c) => a + b + c;
b5(60, 70, 100, 15, 222, 334);`
let me see
u only change BA BB BC
type BA = (...args: any[]) => string;
type BB = (...args: any[]) => number[];
type BC = (...args: number[]) => number;
try this
right answer?
why any
i bet they'd fire me for using any
Compiler assumes you know what you are doing with any so doesn't complain. It just accepts it (Just thinking)
ye that works
i got one with overloads
wanna try?
specify strict overloads of the c function so there are no compilation errors and the c function cant be called with any parameters
`function c(): number;
function c(...rest: any[]): any{
}
const c1: number = c();
const c2: [number] = c(10);
const c3: string = c("string", "111");
const c4: number = c("number", 10);
const c5: boolean = c("boolean", false);
const c6: boolean = c("any" + "string", true);`
@sterile apex
got it
function c(): number;
function c(arg1: "number", arg2: number): number;
function c(arg1: "boolean", arg2: boolean): boolean;
function c(arg1: "string", arg2: string): string;
function c(arg1: "any" | "string", arg2: any): boolean;
function c(...rest: any[]): any {
if (rest.length === 0) {
return 42; // Default behavior for c()
} else if (rest[0] === "number") {
return rest[1] + 100;
} else if (rest[0] === "boolean") {
return !rest[1];
} else if (rest[0] === "string") {
return rest[1] + " appended";
} else {
return true; // Default behavior for c(...rest)
}
}
@restive dawn
try this

Here's what you do, drop all that and go beat someone in Muay Thai
haha~
I do this when the code makes me angry or frustrated
let's do with me!!!
👊
Ahhahaha
💃
💪
what?
🧜♀️
🤔 🤨 👻
i did this
function c(): number; function c(a: number): [number]; function c(a: string, a1: boolean): boolean; function c(a: string, a1: string): string; function c(a: string, a1: number ): number; function c(...rest: any[]): number | [number] | string | boolean | void {}
👏
Doesn;t 'strict' mean .... no 'Any'
it kinda does
OMG!!!
but we do whatever we want
there's no difference whether you put number or any
yes but 'any' doesnt return compiler errors, that's why it says strict only. They don't want you to use it
👋
i don't think so
function c(...rest: any[]): any {}
is also ok
So provide an overload now that is not strict/
no bueno

everyone has own coding style
it maybe different from each other, but com can accept it without any errors.
my code defines strict overloads for c with specific combinations of parameters.
The function implementation then checks the parameters and provides the corresponding behavior.
The given examples should not result in compilation errors, and each call adheres to one of the specified overloads.
Adjust the implementation as needed based on the actual behavior you want for each case.
🤨
@restive dawn if u'll learn a bit more, u would understand my word.
🫨
only DD?
💀
what about DA, DB, DC, DD?
interface DD {
(index: number): string | number | boolean;
length: number;
position: [number, number];
}
🤨
is this right?
show me DA, DB, DC
`interface DA {
(a: number): number
}
interface DB {
(a: number | string): number;
}
interface DC {
(...rest: boolean[]): boolean;
}`
let me try this....
naaa I dont get the format yet.... next year maybe
ahahahaha
It's a typescript code?
yep
Try rearranging the union and putting boolean| number| string
a bit later
on it
interface DD {
(index: number): string | number | boolean;
length: number;
position: [number,number];
}
i think this is right answer
Try : Object
lol~
such a pessimist @sterile apex
object or Object?
both
lamooo

i was thinking of generics
interface DD {
(index: number): string | number | boolean;
length: number;
position: [number, number];
}
const d4: DD = null as any;
const l: number = d4.length;
const [x, y] = d4.position;
const d4_1: string = d4(0);
const d4_2: number = d4(1);
const d4_3: boolean = d4(100 + 500);
haha~
add d4:DD = null as any;
lol
interface DD { length: number position: number[] <T>(a: T): T }
this works for _d4
give me a clue? what language is this exactly?
u can only change stuff inside interfaces
typescript

Hello, Everyone
I have Innovative Collaborative Opportunity on Upwork for U.S. Residents
T is template
does 100+500 map as a type number?
boolean
okay i got it
interface DD { length: number position: number[] <T>(a: number): T }
@sterile apex
solved
Type 'null' is not assignable to type 'DD'
d4(x:boolean) : string
show me
u have to add const d4: DD = null as any;
where
why
if not, it outputs error
wut
5.3.3
show me
we'll take a look
and
@pure copper thanks for help!!!!
Your just a senior with a senior version
yeah, lol
i agree
I'm not sure if I really helped at all but it was a challenge trying
🫤
you have that silly null statement in there..
interface DD<T = any> extends Function {
(index: number): T;
length?: number;
position?: [number, number];
}
const d4: DD = null as any;
const l: number = d4.length!;
const [x, y] = d4.position!;
const d4_1: string = d4(0);
const d4_2: number = d4(1);
const d4_3: boolean = d4(100 + 500);
interface DD<T = any> extends Function {
(index: number): T;
length: number;
position: [number, number];
}
const d4: DD = null as any;
const l: number = d4.length;
const [x, y] = d4.position;
const d4_1: string = d4(0);
const d4_2: number = d4(1);
const d4_3: boolean = d4(100 + 500);
i made like this

nah the thing is ur not supposed to touch anything but interface's content that lies inside @sterile apex
but if i minus any, it would output error
idek why u still getting the error
lol
try reopening the sandbox
have you tried switching your machine off and on?
ye
of course
oh stressful
probably some random static between a memory pin
have yuou cut and pasted shotguns code into your thingy
@sterile apex
i think it's perfect answer that is added "any"
but?
if we don't add "any"
the compiler may not output any "errors", but it would make "runtime error"
interface DD<T = any> extends Function {
(index: number): T;
length?: number;
position?: [number, number];
}
const d4: DD = null;
const l: number = d4.length!;
const [x, y] = d4.position!;
const d4_1: string = d4(0);
const d4_2: number = d4(1);
const d4_3: boolean = d4(100 + 500);
What does this do?
so stubborn
where's that emoji you like to use?
🔴
close enough
🍓
oh
😡

lol
🤬
oh~
time to work
i'm late
🥴
by @pure copper
gn

Cute
Hey guys
Hi
Hi i have a problem with the network in my pc , there is anyone knows about these stuffs ?
I usually hit my modem, sometimes violence solves it
My father once broke the router
Ayo memories
lack sets fire
Lol , no it doesn't work cuz its technical problem
and it's a shame 😔
Why🙂
It's cool to hit the modem
Hahaha
I'm a person who likes to take my anger out on objects and fighters, sorry
🙏🏻 วันที่ดีกว่าจะมาถึง
Can you talk more about the problem?
@sterile apex and @pure copper if you can help her
I will send picture ,the problem is that the avaliable networks don't appaer in this screen
@prime breach did you try rebooting
My network sometimes goes down all the time, I remove the wire, go to the modem, punch it and put the wire back into the PC
Do u mean use Fix the problem property ?
@prime breach try turn off and then on again
my pc is Wireless
I tried it
if problem persist, go to settings > system > troubleshooting > other troubleshooting methods > network and internet. then click run
thats for windows 11 but i guess on win 10 is kinda the same
Yes I tried this too😭
The network is work in the other other devices like laptop, so the problem in inside my pc
I understand yeah , but I will retry and send u the results
Maybe it will be clearer
@plush parrot i think this is instead of the wire right?
you use a wifi adapter?
Idk , 🙂 but my father told me that this is for internet
ok then plug it and click first option
also try to disable and enable wifi adapter from control panel > network and internet > connection and sharing center (or something similar) > click on wifi link to disable
Oh , It works ...
The networks appeared
nice 😊 👍
Thank u so much 🙏🙏
no problem
🤨
hello someone has idea about a startup please!! i've a project to do in my college
Yes, sell AI generated nude photos of AI generated influencers
U mean u need an idea for project? There was a site I think
It suggests a lot of ideas
Oh Captain! may thy accept me as a pupil for I also want ot learn how to code
Think of some of the physical disabilities people can have. Pick any quickly and visualize it. Then think, how can I make this person's life easier with a tech item or some software. I'm sure you will think of something very quickly.
sorry, bro
the real administrator of this OS is @pure copper
and i think we have to learn from each other in this OS.
So, u would be our teacher.
guys do you know a good server for programmers?
Programming discussions
how to join this ,iam new to discord
Just Google it there will be an invite link there
thanks
🤬
Did u find it ?
I'll sapous thats mean No
I'm new here
Nice to meet u too 
idk what programming is...
do u know?
U r kidding haha I swa u r helping others here
Lol😄
it's real.
i don't know about programming, but i've replied anything that i wanted to say.

Hey, I didnt join discord for computers, but over the past year, I entered a number of servers that were looking really good, but they had all died. No activity for months of even years apart from a few hellos of people enterings and seeing an apocalypse. This channel here, while not in a 'computing server' as such has been the most active I have found in 2 years. (Sure maybe it could have been better for me if I wasn't searching for COBOL and Fortran
)
Just feeding the room for tonight's trolling 🥳 🧜♀️
Nice joke 🙂
You don't have to go somewhere else. There are plenty of interesting people here to discuss things with.
lol, plz stop. he's gone......

Me three
No.he is still here
plz use woman's charm once.
if u do, he would return back
tech talk wins all here
In the western world, the industry uses I/O. In Korea as seen on here tag they use OI
hey, guy
the administrator of this OS said she loved u and welcome here.
👍
perfect comparison
u know korean?
Lol
I've been an owner for some servers and an admin or moderator for many others. In my experience, I've noticed that there are many factors for a successful Discord server, whether it's about computing and programming or just about anything else.
Among the factors is a point I call the equilibrium, it's the point in which I noticed the amount of server members fit the amount of channels in the server, in the sense that they don't look overwhelming while having only few members.
My approach is that you start small, focus on individual parts that your server members are really interested in, try to preserve these individual parts and possibly improve them (mostly through trial and error of things that can be added, altered, or removed).
Over time the server will grow, both in members, and in fun.
Np bro



good job
Anyways, TypeScript is awesome.
No one dares to point me to #🧠|serious-chat now. 😂
I only coded in Js haven't tried Typescript yet
So, we must prune and wait for the new season. It will bring growth.
if(life === "mine") {
console.log("Alhamdulillah, my life is going okay")
} else {
console.log("How about you?")
}
Wow! neat
else if {

print('Mine too bro !!')
I thought I would rather stick my head in boiling chip oil than try typescript. I tried them both, and typescript was much better.
You gotta try it, my advice to you is to use TypeScript, not just learn it.
Otherwise, you'll get the same feeling that frustrates many new TypeScript developers that it's overwhelming.
Learn the basics, and start with an easy configuration (a one that won't keep showing errors everywhere).
Ooh okay! I will try it then currently in uni they are teaching node and react in free time maybe I'll try code in typescript
very big que of the tech industry AI will replace many jobs or its already started to take over
@prime breach you stalker 
Yeah I will definitely try it bud
Long way to go though, currently it's only capable of providing you very little support in anything, the things I think it mostly excels at is understanding languages very well and helping you find information 100x faster than the normal search. 😂
You won't regret it, also, most libraries and frameworks now either use TS Docs or TypeScript. The former is pretty tedious and requires the tsconfig.json anyways.
What !! Why ?
Yes you're right. 😂
Maybe I should edit the code to be as follows:
if(life === "mine") {
console.log("Alhamdulillah, my life is going okay")
} else if(life === "yours") {
console.log("How about you?")
} else {
console.log("Unknown recipient")
}
wait, it doesn't feel right. 🤔
BTW anyone here know about Big o notation?
Ye exactly but it is enhancing in each update and it's competitor is also improving - Bard / Gemini
you were reacting to my messages
It shows time complexity of the algorithm with respect to CPU processing time
Lol cuz its funny , I used to use chatgpt too
switch(life) {
case "mine":
console.log("My life is going well, Alhamdulillah")
break;
case "yours":
console.log("How is your life?");
break;
default:
console.log("Unknown recipient")
}
Now feels a bit better. 😎 😂
Yeah , I want a good source to study it if u know
There was some video on YT from freeCodeCamp
Hold on
Uh YouTube ig 
Thxx , its not a problem give the name of the channel if u want
Big O notation tutorial example explained
#big #O #notation
I used to learn some stuff by this channel
Sure. The Big O Notation is the measurement of algorithms complexity.
If you'd like to dig deeper in the world of data structures and algorithms, I highly recommend the book "Grokking Algorithms: An illustrated guide for programmers" by Aditya.
Ain't that book with mouses on its cover?
Pretty good book, yeah
Thx to all of u 🤗😄
Yes.
Yep, one of the best, especially for beginners and intermediate level programmers interested in a deeper understanding of data structures and algorithms.
Allah bless you
Insaallah i will read it
Any java developer wants to join my team for building a great project ?
I'm a Java developer but I won't be able to join your project
Hi, I am a student learning cybersecurity if anyone here want to join me for group study.
General Group study ? Or just for Cybersecurity students?
general means what you means like learning stuff like python language etc
nice bio
If u like, I would to join im C.E student
Happy to hear that, thx
can we chat personal to dicuss about timing e
Isn't it a group ?😂🙂
is 2 30 am
Mmm I will make my calculations , its 11 pm now
I used to study at 7am so it will be 10:30 am for u
Look , honestly im studying all the day , so u determine the time
Its okay
cool and interesting
are you a cyber hunter
There's a server for studying rooms , I think it make a good environment to study too
No problem, I like to study with groups , its encouraging
?
are you interested in cybersecurity
and interesting safety first
would you like to join us
I'm not a java developer I'm a c++ one but I'm curious to know 😅

Sure
tell me more about the project share the network
goodmorning buddies
To know what
wow what project it is
It's a local Application .. but in version 3.0 or 4.0 there will be offline field and online field
I can give you more details on the dm
interesting...
Projects provides tools to create your own application with a dashboard with in an easy way
Good morning. guys~
oh
Yes
@shy glade , are u arrived?
hi dude
hi~
now i'm in home
how was your travel?
sounds good
veeeerrrryyyyy nice except sitting 16hours

i'
i'm sorry for some minutes.
see u
bb
@shy glade
But I just ask if someone would work and share with me the app if he wants .. but there is no salary
So a slave relationship.
Indians and Brazilians are ON
here is the night
When I can talk to you at adm, I currently have some projects to do in college.
@shy glade I'll tell u
This is the challenge. It will be a 'Herculean' task. We have charcoal scrolls from the volcanic destruction of the town of Herculaneum in the south of Italy (near Pompeii).
The Paris musem has done some cross sectional scans of ththis with an electron microscope
Here is a video of the scan run in low def
A journey through the layers of a CT scan of Scroll 1, taken at 8µm and 54keV.
Not a slave bruh
We can talk anytime
Your challenge is to take each slice. Identify each slice. Locate the bumps on each slice that represent the raised ink along the slice. Link to to adjacent slices. Then tranpose that data onto a flat view of each slice giving you something that will look like this:
If we get this far. Thats $100000. They will do the translating
Sound fun. I think so. None of this boring web page stuff every talks about. Some realimage algorithms needed here. Lets go
💃
All the data is available at
https://scrollprize.org/data_scrolls
If you want to do it for yourself go ahead. I'd be happy to have challenged you. There are discord people on this project task already so give it a go. Its not all that complex if you do it in pieces (ahahahaa)
Oh its 1million
even better
$1000000 > Maklord(0)
Python :
print("hello world"*10)
Java :
public class Main {
public static void main(String [] args) {
Loop(1);
}
void Loop(int num) {
System.out.println("hello world");
while (num<=10) {
Loop(num+1);
break;
}
}
}
Javascript :
For (int x = 1;x<=10;x++) {
console.log("hello world");
}
So java developers suffer
Wut
It's Maklord[0] or Maklord.get(0) or Maklord.charAt(0)
Hello everyone, I am a Chinese programmer with 8 years of experience in Java development. My English reading and writing skills are decent, but my listening and speaking abilities are not very good. I hope to find a programming partner who can speak English, with whom I can communicate. If possible, I am willing to help you with some development tasks for free, solely to improve my English communication skills.
There is a programmer Voice chat room in this server. When you are texting, invite the people along ang get talking
I am willing to do whatever I can for this project. Would you be able to accept my limited English communication skills? I am from China.
Sorry, I'm new here and not very familiar with the rules. If there are any mistakes, I hope everyone can forgive me.
8 years wow .. that's awesome you are a very senior developer then
Sure
@subtle glade but
My development skills are not that strong, I'm not sure if I can help with your project.
but what?
I just watched a video on the Herculean scroll, it's a slow and painstaking process due to their fragility and complexity. I don't think I can do it. I'm a newbie.
It's ok, if you understand in java very well
If you accept, you will be working with me together but no salary
Sure, I don't know if you are sincere, but I am indeed sincere. I just want to find some programming tasks to do, as it is my hobby, and also to practice my English communication skills.
I can briefly introduce my expertise in Java, Spring MVC, and Spring Boot. I'm not sure if that's what you need.
If you are sure, you can send me the git repository address and the tasks to be done, I would like to give it a try.
Well anytime if you want but not here
Don't worry. We just chat. Think of it as a club, with anything open for discussion. People come and go very quickly. If you stay,you will quickly be the life of the party.!
Dont worry about their fragility. You only need to computer process the images, and thats just data.
That's very good, I don't use Spring Boot but the project will need it in the future to save updates i servers etc
Can you give some advice like which technology or programming language to use for example using pandas on the dataset of the ashes of the volcano or something like that
WHen you said, share, did you mean 'partnership'?
Don't worry, I worked with someone before in his discord bot and I got token and passwords too and didn't deceive him + iam sincere
Idk but we just work together
Something like that yeah
Anywhere but not in public
Partnership... Develop something with each other, with your limited resources, no money, then put it on the markeyt and share in the profits once its built
It's already over there
Oh ok
U asked me what happened
I'll read it
So I ping you here
Wait
Ah ok
You guys were fighting thats why but nvm
If it's over I don't wanna involve
I can't send u request
Done
(ooooh a police stop ^)
Cool, which type of expertise do I need to work on this project? ML or AI?
I think Clara was speeding past the Channel when Agathin pulled her over and they drove in here
Clara is having an issue w his ex. They both are on this server, they r fighting in the "voice to chat" channel
Forget the AI. We nee dsome human brains. Perhaps as a basic suggestion laplace image edge detection to get the path, and then breaking the segments up and stacking them in a pointer list, with some key ids, then lining them up with the next image

but Here isn't a smart place for them.
The edge stuff will need to be followed either using some sort of x,y or polar or some other coordinates, and then look for anomalies along the edge that will indicate the raised ink. Thes will then need to be noted alongside the linear position on the unraveled line, and then matched to the adjacent images' raised positions. Once they are placed on the unraveled line they can be laid out next to each other in a flat view to reveal the hidden text.
This type of task often requires a combination of computer algorithms, mathematical models, and potentially machine learning techniques.
I agree with e first two, but we dont need to teach a computer anything. We just need to do this task
but do u think we have to do this task without computers?
Our learned colleague from China - Youth 6966 is probably very mathematically inclined
No. We will secretly use a 'computer' and write a program to do this.
ofc use a computer. why are we here!
🙅♀️ 
Computers can help us with the matching images but they need learning.
lol
programming is different from machine learning?
🤨
🇦 🇮

So we let the computer work out what it wants to do (machine learning), rather than us telling it what to do (programmjng)
but machine learning involves programming.
🤨
machine learning go beyond of humans' limits
We can write something that learns how to interpret the image, and maybe enhance it, but it will take longer to write something to make it learn what it wants to do based on what we want it to do.
Beyond the limits of the galaxy, thats star trek stuff of dreams
SCOPE is key
But im open to anything
It a TEAM project. Right TEAM!?
Idk why but you made it sound easy, lol. Is there any chance I can work on this project with beginner level skills? 
Seriously, if this was to progress, we would be looking at all types of skill. From proj mgmt, specialists experts, designers, analysts, programmers of all levels.
But it also doesnt need to be a huge team, Even entry level programmers can build up algorithms designed by others and proofed by senior coders and testers
Also, source code controllers, database management.
document controllers
ofc as a jonior programmer, you may still be able to provide skills you did not know you have, such as document control, so you can improve your skills by joining such a project.
Reduce our HR demand but decrease our time expendituure by multitasking
Tbh, I hv zero experience when it comes to working on a project, According to you, approximately how many people should be there in the team? What are the system requirements for this project ?
Well, remeber I only read about this in today's news, so its like putting together a mission to Mars. its a world wide challenge. Its not easy, but it is a benefit to humanity and history. The project may not succeed in being the first to solve the problem, and so there is no guarantee of monetary award, but the prestige of being on such a worthy project if it started would be great for a resume. It would really require some CS people who are realy clued up on image processing, and or mathematics (as pro said)
Meetings to brainstorm ways of approaching the problem would be essential, and then detailing the outline of the work packages and then designing the algorithms to be used, and then getting those coded and tested. Then putting the system together and running test data through it as we progress, untill we get to the answer (hopefully)
Mission to Mars!! damn, I have heard it somewhere that working on a project is the best way to learn and I'm eager to work on a project, but I just wanna start with a simple project. And My exams are near so I don't think I will be able to spend much time on this project. Wish you all the best
perfect idea
lol~
we will ofc challenge ourself by using imperial measurements, as the actual task will be trivial using metric



