#💻|programming
1 messages · Page 41 of 1
u wanna know?
yes
i think that is a millonary idea
but just a lil bit 
when i take this idea
i was slepping
and when i wake up
i say huh
XD
so for that the name
totally makes sense
XD
i dont willgo to make u cry
so listen
just this words
signature
thats all


damnn
next word
start with E and end in G

i dont wil go to sleep this night man
any idea how to create this activity using css??
css is not my forte but ill try to answer. first, you have to structure your html something like this:
<div class="graph">
<div class="day">
<div class="day-bars">
// you have to use JS here to dynamically set the height/color/top-left-offset etc
<div class="bar"></div>
...
</div>
<div class="day-label">Mon</div>
</div>
// so on Tue, Wed etc
</div>
for css:
display: flex and column direction on .graph class.
display: flex and row direction on .day class.
set a fixed width on .day-bars and display:flex with column direction
its a simplified explanation so you'd have to figure the rest of the stuff out @sly loom
I'm also tried this:
<div className="activityBar">
<div className="act-header">
<h4>Activity</h4>
<small>3 appointments this week</small>
</div>
<div className="act-body">
<div className="weekday-act">
<div className="act-bars">
||||
</div>
<span>Mon</span>
</div>
</div></div>
but I wasn’t able to display the bars based on dates. Also, in the example image, there are over 40 bars. Should I manually create 40 <div> elements for that??? This was part of my interview task and so I’m trying to figure out the best way to scale it
No. The data is not static so you’d have to generate the bars with javascript. Days in a week are fixed but the time slots aren’t. Suppose the slots data is stored in an array of object. And each object contains the day label and their time slots. Use that object to dynamically generate the day container along with their time bars
ohh i got it...but the interviewer actually gave me to build just a static UI, So i trying it with plain html and css
that task :
ActivityFeed Component:
■ Displays the static "Activity" section, including the "3
appointments on this week" text and the bar chart visually.
This chart can be a static CSS representation of bars, no
actual data plotting is needed.
Then its much simpler. You’d have to manually write and style each bar in the time slot container
Suppose you have a fixed width box. You’d position each bar in it using absolute positioning with top and left offset
Yeah, I finished that task this way,.... but I got depressed because of the 40+ bars 🥶🥶..... So I just have a doubt ...is there any easier way to create these activity bars.... That’s it....
Yeah thats a lot of manual labor. They should’ve asked you to only plot 1-2 days at most
Hey develoers
Yo
hello there
Ahh, my laptop's motherboard got ded becoz of bios update now they are charging 110$ for replacement

yep
skill issue?
BRUH I NEED A BEER
1337 lines of code
in 4 days
and just 2 persons
i will slepp all of this day
bye
m struggling with the oop
i hope im not the only one who hates time complexity analysis and big O notation on python
its just part of the game bro. i mean that's how you prove to other ppl how fast your algorithm runs as the input size grows. but those mathematical symbols can be overwhelming at first but you'll get used to it with practice.
The olden days had programs like 'Backup' that copied all or just incremental backups of modified files. The os companies just didn't seem to provide such anymore. Rather suck us into OneDrive etc.
even if they're using onedrive vault to store your backup, i still wouldn't trust them. its convenient but i think they need to allow their users to store backup however they see fit.
i mean i keep security keys in my storage and i dont want those in any cloud whatsoever 😭
i shouldn't even store em in my system tbh

i m trying but i forgot where ive put that fxxxx shit
NEVER
resilient ic. take a break, then get back to it

There is no real control on stopping multiple devices syncing and overwriting stuff that should not be merged or synced
Delete from one machine and it deletes from all
Not safe

- Anyone know if cheap touch screens are USB pluggable?
2 if I buy a cheap touch screen to add to my laptop, is there some sort of whiteboard app I can use with it for sharing random scribble?
- Is there another app for digitizing data?

idk if its a mandela efect but i remenber that u name was pia
I think puckipsi and I were talking about little Pia

3 errors down


you're one accidental delete away from losing your data
SCARY
ill buy an ipad soon for an extra extended screen n creative work. now with universal control, you can move your mouse between ipad and laptop without setting up a physical connection but the devices must share the same icloud account. plus, i cant take my 16" laptop everywhere so a portable device is useful there. although it has its own limitations
CAUSE UR LIKE MY MIRROR,,,,,, OHH MY MIRROR STARING BACK AT ME OHHH A COUL'NT GET ANY BIGGER OHH WITH ANY ONE ELSE BESIDE ME, AND NOW I SEE THAT U PYTHON ARE MY MIRROR FOR MY COMPLICATE SOUL SELF
bye
are you guys dealing with ai generated slop in your teams?
wat?
what you mean?
not sure I get what you mean there... typings seems like guardrails, it helps keeping you on track right? 🤷
i mean, the use of ai by other devs in your team to generate bloated documentation and code. are you guys facing that problem and how are you countering it?
TS is not just about types, y'know?
it gives you better autocompletion, instant feedback, easier refactoring, catches bugs before runtime and more.
just try working on a big project with plain JS and you’ll be crying in no time 😅
I actually recommend watching the TS documentary on YouTube. It explains why they built it in the first place. (spoiler: VS Code was getting messy and unmanageable with just JS)
at one point, TS literally saved JS. People were starting to move away, and Dart was coming in hot to replace it. TS helped stabilize everything and kept JS relevant for the modern web.
I’ve been coding for years with JS, and honestly without TS, it’s a nightmare. Sometimes it feels like it’s better to just rm -rf the project than try to maintain it without types 😭
And if the code is not well written then you end up tackling the types itself rather than churning out the actual business logic. And TS is kinda already is becoming the industry standard so thats a positive but js has its own place for writing quick scripts or proof of concept apps.
Adding this just to keep the discussion balanced.
agree with using it in quick scripts or even for tiny projects. >but in general, for bigger projects that you want to maintain and collab on, TS is the only way.
I agree. And TS is only good if you write clean code.
Doesn’t stop some ppl from abusing it tho
For example duplication of same types through the project with some minor changes here and there
true 
same with all PLs
Or any other language for that matter
Oh yeah
I once had to deal with duplicate types and i spent most of my time figuring out the types instead of writing an actual code 😭
Im gonna get back in java now lol. Its about time i give it another try too
Kinda liked using spring boot although it has its own challenges like inheritance hell
Java turned 30 on 23rd may
and js is turning 30 at the end of this year 💔
lots happened in 1995 ig
So you can take iPad to park and drag stuff off your laptop screen. Very nice
Not yet
I think the big problem with development these days is we all moved to displaying information using a web browser, which was originally designed for displaying simple formatted text using HTML. Then it got patches and patched to make it do more than it should, and now 30 years later programmers struggle to fit little scripts and big scripts wrapped in HTML. The whole industry needs to be overhauled and move back to client server development with downloadable display engines that are easy to render and build with drag and drop controls, where ciders don't need to explicitly type all the crap they need to use now. Seriously, coding was so easy prior to 1995 and just went down hill from then.
Anybody knows decent free pdf app to open pdf files and highlight texts?(aside from Adobe Acrobat)
I'm using sumatrapdf. I didn't know about the highlights but it's not full of ads and doesn't cost anything
@topaz oyster
I think that does not have highlighting option. Could you double check please
no its only limited to 30 feet. the concept is to be able to use a single mouse and keyboard with your mac and ipad. you can move the mouse cursor between ipad and mac and even drap-n-drop content. but i have to check if they'll support my mouse and keyboard (logi mx master/keys) or nah because they usually force their own expensive products on people.
https://support.apple.com/en-us/102459
Use the keyboard, mouse, or trackpad of your Mac to control up to two other nearby Mac or iPad devices, and work seamlessly between them.
i didnt get the downloadable display engines part. are you referring to desktop apps? although its true that creating an app like figma or even gmail is really complicated and less performant because the js isnt a highly performant language for gpu heavy stuff. thats where web assembly comes into play. sadly we cant reinvent the whole web dev experience from scratch.
p.s. and we have to stomach the quirks of js 😅 its not going anywhere
typeof NaN === 'number'
😭 😭 which is literally not a number
Web is just computer to computer interaction. We just need to move from a browser as a front end to a new virtual device like a 'terminal' or virtual computer and run good old 3gl programs that just pull data between them. (Without using the browser and html)
ah ic. something like native programs (closer to lower level stuff) instead of using a browser with a JS engine (spidermonkey)? and pulling data means downloading images and structured content? and would that be universal? because the convenience of browsers is that users have to only download a browser to be able to load websites on it
oh you mean the "terminal" will download an executable file and run it?
My point is probably, the browser is 30 year old tech, and never changed profoundly in how it is used to send spart programs to the client. Its still based on html with sht loads of script languages embedded into it. There needs to be a new 'browser' environment that caters for easier development. Its not about the end use, but the developers. The end users just need to see a rendered output. But the devs have suffered for 25 years now using text formatting language to convey the continuously improving tech needs.. 1995-2000 was fine for html, as it was basically flat pages of information meing send with some embeded images. Now we are trying to use a browser like a remote computer, and that is what client server was between 1995 and 2000.
Its just not suitable
bad browsers
sandboxed java rings a bell
i get it now! bad browsers, bad browsers indeed 😅
as an attempt
like running a jar file
👍
programming in 1995 was an IDE with tool box of forms and drag and drop controls, and the guts of programming went into the logic and not the presentation. Now the industry requires dedicated code monkeys to render a screen. Its become a huge loss to intellience forced to render pictures and text on a screen, and upcoming devs too afraid to say "backend" because that is where the coding actually occurs.
or should occur
understandable, because thats where the actual business logic is. and i work on both and can say that it takes a lot of time on the frontend to be able to build a simple dashboard. all that time could've been productively spent on designing a proper database and backend architecture in general, instead
i mean, talking about centering a div. its not just a meme. there's some truth to it too because how ridiculous it is to move trivial stuff on a canvas

hello, someone join in the voice chat ?
sure
So prob told the AI the api key and its using it for all the world asking the same question
Develop and use only your own code. No libraries. Write your own op system and bios also to be sure. Dont tell AI whant you are doing. Then create a nice binary and burn it into an EEPROM and keep your circuit board separated from the ethernet.
huh, why do you microsoft on macos? get rid of it and live a happy life
so many people here
Windows😀
That's not me 
🥳

haha thats paranoia to the extreme 😅
tho not sharing your api keys with AI or any external system is still valid here
bro prolly pushed api key to his public github repo
and tbh most of the public api dont allow us to set a hard limit on usage or cost so there are no safeguards in this instance
and when all hell breaks loose, you'd either have to pay up or ask for forgiveness lol
Google will likely offer him a one time exception, so he probably won't have to pay that exorbitant amount.
recently i integrated our system with the openai assistant api and i can say with certainty that the prompts/responses between different threads (e.g. conversations) aren't shared. each thread has its own separate history. despite that the security issue still remains
oh yeah, every cloud provider does that.
vibe coders learning their lessons smh
i wouldn't touch any cloud before setting up budget alerts and i'd only use low scope api keys
thank u
1 for one, a i will fix all of this
for all

What is this
It's the reset button on my server
Hello guys does anyone here have experience in WordPress I need help in something
don't ask to ask just ask
Hi guys! is it ok to watch video from youtube if you not understand something from mdn docs and what r your advice on something if you want to understand? in context of making some kind of web application.
It's okay to understand something, no matter how (Don't torture any seniors so they'll explain something to you), different people learn in different ways, personally I cannot understand CSS Functions, I tried clamp() the other day and the MDN docs didn't help a lot, they where clear, I just didn't get it. But after playing around with it I understood, and then the docs made sense
I'll also say sometimes it's right to just get something working and not understand how exactly, but that's only on very very very rare, few occasions
My advice to understand something is to try it, break something or see what kind of error it throws. Depends on what you're trying to understand too
have you heard odin project
Can't say I have
In there they always priotise docs instead of vids.
so that mean priotise docs read, experiment that to understand whats going on in that. and in rare occassions youtube videos or articles?
Makes sense, you should get familiar with docs and their general, sometimes obscure way of explaining things, but they're not the only way to learn something
I'm just confused about when to go other google articles and youtube videos if not getting something understanding from mdn docs?
Only when you cannot understand the docs or you think they don't explain something more focused you care about, at least in my opinion
Thanks nibra. for help
I would stay reading though, many people here have more experience than me and would give you other advice based on their learning experience
From patch to patch I will make a Python tunic, they will call me the Python master
141 problems to 14

2 days
print("Hello, English")
The usual got a first meeting in morning and machine doors 15v minute update before it even starts
I totally agree that TS literally saved JS, what we were pointing out is that on small project it becomes an overhead. For large project with multiple teams I can easily imagine how bad it can be without TS 😬.
The project you are talking about, is it nodejs backend or ...?
lets go 👏
are you guys ok with that much downtime? or is this server only for on permises stuff?
our ci/cd pipeline takes about 10 mins and i almost always end up wasting 30 mins on discord 
Any fastapi backend devs here
im not but whats the question
Oo I just need to connect with
oh yea: https://dontasktoask.com/
check this out
Ok sry about that
no problem. i did that too in the beginning 
then ppl started doing that to me, starting convo like how are you?, hello, and other formalities in text. just ask the question without expecting a reply for the greetings and whatnot.
its like asking 911, 'how's your day going?'. and when they answer, only then you state your emergency
/end rant
phew 
Birds aren't real and I'm one of them.

Hello, guys
hello
of course they are not, bird is a word
Let me Explain...
So, I re-made this video for my bar manager Lori, at Willie's Wetspot Bar in Smyrna, Tennessee. This was her favorite song. The original was a live performance with Dick Clark. The audio was poor quality.
I'm a video DJ, so when I was remastering the track and video together, I found that the original performance was lac...
old music builds differently and hits hard
just like this man cocaine 
whenever you think you are high, watch this video and think one more time
you govt drone 
Beat 🎶 me 2 it
be ready for a new earworm for the next couple of days
yeah, the same question from me as at the end of the video - what the hell is that shit?
thanks youtube, for teaching slang and emotional expression
I only posted the moderated clip of the scene. The full version is 'politically incorrect', but the whole thing was satire.
world is heading toward destruction - why should we care about 'political correctness' when the people who enforce these rules don’t even follow them?
let's be happy and sing a song about birds

bbbbbbb weeeeelllllll everyone knows the bird is the word

At least we don't have to wear a suit while singing the bird these days... blublbulbublublbub ummmoomowmowmow
It doesn’t matter what you are wearing, your confidence and the way you act in video attract much more attention
papapapapapappapapa ooma-mow-mow-papa-ooma-mow-mow
nah, the more you listen to this the more addictive it becomes

Hey, Peo is not a baby.
Hi, this is John loved you.
What does that sentence mean?

And how does the previous post relate to bbbbbb bird
Peo is also not a bird, but do you know what bird it is?
bbbbbbb bird is the word

I'm 100% sure you've found a new song for karaoke
umamamamamamuama
I do sing that all the time

It also filters by ip address, but for now it's just to test how it works as the second option, thus someone have dynamic ip addresses
Just hope the ‘bird is the word’ dont leak. You’re protecting a top class secret 
it can't as birds aren't real and can't fly, and no one knows this song, in conclusion it's secure 
Its not even a word in a dictionary so you’re safe. 100% ✅

I'm just glad that after a few hours, I brought up the whole infrastructure, deployed it, and it works 
Yay. Thats some good news 
I noticed a pattern with terraform and swearing: the files have the .tf extension, and then you ask this question a few times, tf doesn't work?
Now monitor your logs carefully and hope for the best

I let 5 AI models decide on absurd trolley problems. ChatGPT, Claude, DeepSeek, Grok and Gemini share their opinions on what should be done at each level of these Absurd Trolley Problems and the majority vote determines the action.
Credit for the questions and animations goes to the awesome fun project of "Absurd Trolley Problems" made by Neal...
Who needs yaml or json when you have tf
Am I being gender biased cause I feel the female voiced ai are evil in their decisions.
You should watch the movie Her
Scar jo is the AI voice in it
I'm not going to leave this in production, am I? nuhh it was a speed run with set up
I'm sure I have it recorded somewhere. I can't say I actually got around to watching it though
19 minutes video
, lets' kill all
Imagine ‘bird is the word’ pops in your logs 
As i said before, that api key looked really secure

I watched it a while, it was good
when you are dealing with manifest charts, there is only yaml and nothing more
hello, guys
Infra as a code scares me so i dont go near 
Thats some devops magic. They can lose their sleep over it 😤
Hi
hi
Hi
hi

Im from #💻|programming
Wby
It's actually nice. I struggled with it a bit at the beginning as you don’t know what to do because you need to read the docs to set it up. It’s not just a few clicks in the ui and you're done. But once you get it, it's easy to recreate if you remove something and manage everything from one place 🥳
ah~ me too 🙂
I’ve used aws cdk in a side project before. It was frustrating yet exiting. Fun to setup ci/cd pipelines along with the infra.
as you know, i am also from #💻|programming
welcome to the universe of learning programming, where anything goes, and sometimes I'm not exactly decent
hi
i am not here to learn
I have already learned so much about programming
You’re here to teach 
hi, by the way isn't your name John?
John?
if so then teach us master, as we are noobs here
I am Ethan Yu from Hong Kong
what is your major?
ahh, you missed a fun part few weeks ago
mobile application?
code for fun in the spare time
Wow!! Ima uber eats enjoyer
@winged valley what is your major?
better food delivery
And i code to torture myself
you have weird taste, I like, I love to suffer sometimes too
I was too cool for this chat sadly
Not anymore 
why do people often ask "Where are you from?" as the first question after hi
no worries, it happens from time to time
my major is JS Frameworks
Oh dang thats who. Who doesn’t love a codebase or management that drives you insane
only natural psyco
and also, i am rich experience in PHP frameworks
and can build Web and mobile 🙂
that's all
so I guess you don't need my help here
you are a magician of the fire 🔥
my ass as well 
Lets get fired real quick
the only help we exchange here is mental
Lets burn the production
noo water is my tears
wash products
let f do this
We’re gonna stress test our prod to death
wher to find one?
prod death or our death?
umamumaumaumau umuauma
Both. Lets turn this heat up! Close all ACs and get to work
Wdym!! My code is anti bacterial
i mean not burn product, wash product
Now that i think of it code bacteria has a better ring to it
Like leave those poor bugs alone
nowadays, all of the bacteria are stealth bacteria
or anti human, when someone watches it they break their arms, not to touch it?
My code is a thug 😭
are you developing them? are you chinese? 
yeah, i am chinese
sure, i am developing them
🤣
it's not a code it's just a tough life, and a skill issue
My code been through a lot 😔
surprise me, what should we shoud expect this year?
wow... i wanna build project like you
My code is gonna beat your code 
Dont come near my code
😂
another virus that kills instantly or makes people stupid? oh wait, some are already spreading it

your code will never beat my code.
I'm going to beat both of you 
Lets cage fight our codes. Lets see which one wins 😡
😂
no ai please, and weapon
i am ready anytime
Yaml is not accepted in the competition 
yeahh, fight 
fight
No brains either. Gotta protect those shiny objects
Those smooth shiny objects
I am a person who uses many tools
yeah let's just draw it on the ground how it shoud work in an idea
maybe, my code will best strong code here
What are those tools?
🦾
Aight im game
by
💃
Im gonna make latte
?
2nd cup
Aight cya
Skill issue
Bro as you said you have plenty of skills. Get a better paying job
Keep applying. You’ll find one
sure, as i told you, i can build any web or mobile application
but getting job is too difficult
i already tried for 3 months
Dang. Though luck. 🍀
but i am getting mail only Unfortunately
Keep your hopes up man. Best of luck
😭
thanks
the reason why i came here is also go getting job
i am finding job on any platform
Nobody’s handing out jobs here ma g lol
Too many Freelancer sites, Job Sites, Discord, Telegram...
We’re here to exchange ideas and discourse
i know
But if my skills are recognized here, they'll give me a job.
ok
You're supposed to play at 2x
Your life is complete. Off to the glue factory.
hello guys, what is the programming language that is easy and fun at the same time?
Neil. Is that you?
Like the little choo choo who could?
Where are you going to with this question?
?

what do you mean?
C++
Before John there was Neil.
Hi @pure copper
and what do you mean in this sentence?
a little choo choo? im not a train sir, just a dude with a prop gun
thats major payne
its been in my watchlist for a long time now. i should watch this. at one point this was my discord persona 😔
Because they want to show up at your house uninvited bearing surprise gifts.

javascript is either a curse or a blessing
i hate that clackety-clack sound too but i should fetch me a mechanical keyboard...
If humans will see it, prefer JSON. If machines will process it, prefer Proto.
TIL
i thought theyre the same thing
proto serialization is faster compared to json
plus smaller size
rpc already uses proto under the hood so that server-to-server communication is more scalable
bad docs -rep
https://wiki.postgresql.org/wiki/Foreign_data_wrappers
Lol
Data is well organized tho
Styling is outdated but that doesn’t matter here ngl
best remote jobs for someone who has a year expertise in python?
It's a great movie. Watch it every time it's on.
hello, im having some trouble with Notion, anyone here know it well?
What is your issue dude?
anyone here use github gui?
I have a database table I'm trying to use to analyze my studies, including my number of errors, etc. In this table, I have rows with subitems. I thought the parent row would include the data from its subitems, but it didn’t, and I don’t know how to make it do that. For some reason, I can’t send pictures here, so it might be a bit hard to understand
Used it,never doing this again
its like:
subject | number of errors | number of questions | % correct answers
biology | 22 | 44 | 50% (thats how i wanted to appear, but doesnt appear nothing)
↳ cytology | 12 | 24 | 50%
↳ ecology | 10 | 20 | 50%
i dont know if theres any way to do it bc rows and cells cannot have their own properties as far as i can tell so??
Bro i always forget the commands
this extension makes it allat easier for me
btw i wanted to ask a question but i solved the problem
I use it
do u know something similar but for VS?
Vs has smt built in
That's what I know
Or android studio, can't remember
Np
Im using a formula on my financial tracker in notion. Let me see what i can do for you.
Oh shoot i deleted that column a while back. It was a column where i’d multiply hours with a number and show the result
:/ what a pity
i think the problem is that i wanted to do it in a row
and rows doesnt accept formulas or properties
Just add on a column, no?
Make a column with the formula type or whatever
Then divide one cell by another and show the result
‘dateBetween(dateEnd(prop("Date")), dateStart(prop("Date")), "minutes")’
Thats what im using
Converting a date range to minutes
its kinda hard to me to explain bc i didnt organized it really well in my mind. but i did a formula to the questions but i wanted the subitems to be summed in the parent row, so i would have an overview of those subtopics AND the view of each topic separated ??? makes semse?
Ah ic
geek out
You have to check that in their docs. Any kind of operation where you can use loops
There is one
prop("Tasks").filter(current.prop("Status") !== "Done")
Like this
Read this
And there’s also the map function
why is not possible to send pictures here?
You don’t have the img perms
hey any uiux designer who use figma i reallly want your helppp
If this is an SQL database, then your selection statement should do the calculation as part of the output. You should not store totals in the database. Select a as 'questions' , b as 'errors', a/b*100 as 'percent' from DataSubs. But don't store totals as this will/can lead to data incongruency between a master row and sub rows.
Notion doesn’t allow sql
Only these ops and functions inside a formula
But they call it a database for some reason
any java developer here?
isnt java dead?
nope
It's so dead that it is always among most popular languages.
Shop Micro Center's Desktop Deals: https://micro.center/4e0b51
Everything at Netflix is built on Java - from the backend to the server racks at your ISP. Java Champion and Staff Software Engineer at Netflix, Paul Bakker, has talked about how Netflix uses Java at scale for at least three years in a row. The most recent talk being at Java One 20...
i mean they upgraded their whole system from jdk 8 to jdk 17+ a while back. why would they if they thought the language is dead yk
they're using spring boot in over 3000 of their applications
they're even contributing to the whole java ecosystem
key takeaway from this video for you folks
go to enterprise language to this day
I get and see that questions like 'where are you from? how are you? what is your age? .... it feels like people are just repeating phrases they’ve learned from a free english lesson brochure instead of trying to connect
it would be nice if people asked more original or meaningful things rather than trivial ones
I thought 'where are you going...' would give you some variety on the standard 'where are you from' questions you presented.


at first I thought that when you asked 'where you were going', I was really going somewhere
tricky meanings
their presence is such a gift - and with gifts like that, I don't need them

Perhaps then the correct response to a 'where are you from' questions, is that is not important as I am going to the toilet.

So a US trade court said all Trump tariffs are illegal.
beter not ask too many questions, as confusion might happen before you'll reach the point
let's not upset trump and his fans, he did unbelievable job
they also get rid of musk
are you still singing the bbbird?
is anybody working in rfid related jobs along with a machine learning engineer? please message me
Docker wants me to what?
LOL
apparently docker is family oriented with traditional values
how many resources are needed for a node? me - Yes

he's crying and dreaming about you
ein, zwei, drei ...
Departed the server without saying bye
I suggest he just stopped writing, or use another account here

may i ask you the reason for insomnia?
it's late for me, for you it might be a morning
is 4am

Ive been playing the drink song on loop and time flew like a banana

oh doing my budget.
probably you're drinking as well
what type of machine are you?
if I'm not sleeping enough i'll be angry with a terrible headache the next day

Like this?
are you celebrating something?
ahh what a cute child
Yeah sooooo cute
Why are you on fire?
i have no idea
its consequences of adverse circumstances
magic circle
Or perhaps you just need a John 

I highly doubt he'll be able to stand me for more than four days
why do I hear a song while watching this?
We could organise a competition like America's Got Talent, but we'll call it Brazil's Got Patience. Each participant would be stress-tested, and the winner would get to take you home. What do you think?
It's magic ✨
john has stolen your account?
leave overlord plese, don't hurt him
o baby dont hurt me, no more
uu i'm a the start of the show, in which way will they be tested?
and who are contestants?
are they wealthy, handsome?

Say yes or Overlord dies 
Yes
It's up to you
naahh, john no balls to insult someone
show me few of them
is readin john poem to them is a polite idea and stun them if they dodge?
is this one the worst or the best?
We could set up an isolated booth and have John either sing loudly or recite his poems for hours to see which contestant lasts the longest.
Mid
then this will turn out to be a crime show or help your mental health

It's voluntary tho
seems like yes
💀

BREAKING NEWS: 'WORTH MORE': Gen Z quits 6-figure job with no back up
bye overlord
bye puck
bye all
are you smoking the same shit as the trump administration?
Never going to give you up, Never going to let you down.
I just report the news
schlaft zeit
🛌
'STAMPEDE': Major bank cuts interest rates
omg
this dude is good with thumbnails

It is not dont worry
Keep learning and studying
Making projects
Thank you king
ai became a usable tool imo...
i disabled copilot ever since it outputted buggy code that looked quite alright. resulted in me wasting a couple of hours because i was finding a fault in my own code 
its a good productivity tool but you have to be really careful with it
This statement gives me a feeling of deja vu
and cant forget about those pesky lil comments AI leaves that explain pretty trivial stuff 
count++; // increments a counter by 1
As someone with 30 years of programming experience who is getting ready to post some dev positions - I can say that I’m going to look for AI aptitude. I will give a problem that AI makes sense for… but, yeah, the ability to use AI tools is now just as important as knowing other dev tools (a text editor, CLI, git, etc). Crazy world.
this guy is on to something. crazy world indeed
C++ is very hard
no. Just real
C++ doesn't sugarcoat stuff like python...
Hey @peo
??
Hey breakers! If you’re working on a cool project, drop the link so I can add it to the rvrs.store tools search engine. Also, check out the new browse categories!
no. so easy~
Hello everyone! what programming languages do you all use
We use the most important language which is the one that gets the job done
0.0
welcome newbies 
Mainly PHP / TS, but I can use every languages, depends the needs, like Undefined Behavior said.
you program in Algol?
Nop, never tried, I don't even know what it looks like 😅
now thats the name you only hear when learning programming history 😅

What is programing
programming is the art of writing bugs 
the most elegant and well organized bugs
its just basically typing symbols on a computer
Video games are about to undergo a transformation that will redefine the entire industry.
"now thats the name I only heard when learning programming"
So with the AI videos mixed into the news now and no-one kn owing real from unreal, places like ytube will be relegated to thewastelands of the past, and humans will have to revert back to word of mouth ... perspn to person for information distribution. We will move back to pre-tech days, only trusting established human networks to pass information between us. BUt in a few more years the androids will start to infiltrate our society and start pushing the false narratives again. We will need drone killers to eliminate the androids. EMP weapons to disable the non-humans. But then we will need to start using gene recognition to identify the last humans as the androids become biologically engineered using organic matter.
What then?
woah that escalated real quick 😭
tho it sounds like a good movie to me
if i imagine this as a real possibility then ngl im lowkey panicking
i actually saw this video today and the concerns are valid.
Original scenario by Daniel Kokotajlo, Scott Alexander et al. https://ai-2027.com/
Detailed sources: https://docs.google.com/document/d/1zFnXfWQLKxuviidpdGsS04RajzHvvSpk86SP3BjrgBs/edit?usp=sharing
Any mistakes are made by me and not by the original authors.
The slowdown ending is based on what they thought would most likely lead to an outcom...
ai today is researching at least 2x the rate of a really good researcher os what will happen when it gets >10x faster and smarter? who will keep an eye on it to ensure security?
what if that agent even managed to outsmart another agent whose job was to keep it in check?
at some point, they'd prolly have to take out the plug and rethink their strategy about how they want to train these powerful ai agents
but honestly im betting on humans to find solutions for these kinds of challenges eventually, so all hope is not lost
dud you got me sm nostalgic things 

I was going to sit in programming vc, but lost my voice last night and can't speak. So Sad. But I will have to use it as an excuse not to go to work this week. Could be contagious. Need to work from home.
ah that sucks, get well soon 
Wishing you a speedy recovery 
Is it so easy to get a sick day, even a whole week?
I see it's so difficult for you to stay home for just a week
instead of seeing your friendly coworkers and spending the whole day sitting in a comfy chair
and waiting for the day to end so you can go back home
Increase your dosage of botox, and the botulism will give you many days of sickness
Yes, I am crying, I'm so sad
you are worker of the month
just insert your photo here
we need more hard working people like you
Is it that serious, or just a little sick?
f yeah
unfortunately we don't have valuable prize for you, only my attention
but why is it so bad? I mean, not remove the background?
wait a sec
Better
Very nice
perfect
My hairs a mess in my pic
would be niceto have another haircut
like this?
from the preview, Elon still looks like he's on drugs
quite accurate program

cool
Learn C++ now!
here
Also an initiant
Hello
Lmao
when you reject cookies consent, doesnt mean they stopped tracking you. there's another technique called fingerprinting where they use HTTP headers like your IP, browser, and other metadata to make a profile on you.
but your isp mostly uses dynamic ip addresses anyway, so they cant maintain that profile on you for much longer
but the static ones cost extra benjis and you dont even have to update your ip whitelisting for different cloud platforms or services
anywho
do you guys use any browser extensions to block ads and cookies?
i have an adblock and im using brave which shows me that its blocking some tracking idk how much true it is
I've been using Brave for years and I'm completely satisfied with it. No annoying ads, no unexpected redirects, no cookie pop ups or fingerprinting and all that without any extensions
I highly recommend it, also if you wanna a lightweight browser then chrome
it doesn’t eat your ram, instead it goes to memory saving mode after a while of inactivity
and yeah it's block trackers, you can configure it for less or more
seem like I'm advertising this browser here

i mostly use chrome and safari on rare occasions. ill give brave a try
tho its a hassle to migrate all the passwords, history, and bookmarks. i remember when i tried importing everything from chrome to safari once and i ran into weird errors. had to clean up some data manually from the passwords file just to get it to work
hope you get the commission 🤣
Brave is my main browser too. Switching from Chrome was easily one of the best choices I've made.
I started an app (adding to a keyboard custom voice dictation commands like deleting a sentence). I already have a prototype but not much time to continue. Is there any programmer here who wants to help me finish it or knows a place where to find other people who could help to finalize it?
It's android and written in kotlin
Someone forgot to tell AI how a flag is hung
🏴☠️
Watching the AI videos lets me think, there's never been a better time to be blind.
hi
i am interested
yo kanye!! my code is bipolar!!
LGTM

Please deploy it to the production environment immediately. Thanks.
OMG 😱 THE PROD IS BIPLOLR NOW. ITS ACTING OUT ON THE TWITTER
safari?? what's wrong with you? it has the same purpose as edge - install anormal browser
рehe, I'm waiting for your tip
what prompted you to make this decision?
I can’t stand this ai voice or animation, I’m sick of it
whenever I see or hear it, I close it immediately
seriously, how did it even get views?
who are those people
ah, it’s probably bots that watch this and leave comments to trick the algorithm
I asked the question, and I gave the answer

any one working in prompt engineering ? or making ai agent?
I don't know where the prompts are coming from. They appear and I react.
🤖🤖🤖🤖
Anyone work with sentinel one direct deployments on remote ops?
well i also use edge for work 😭 and safari when i forced to. i read the last line as 'install abnormal brain' lol
im written in js, thats whats wrong with me
and react you must. true sigma move
eh so out of context but... this will do ig
Sigma stands alone
Shadowed yet above the noise
Crowned in solitude

print("Hello, World! :)")
guys stop the egyptian propaganda
no one dose this shi except those weirdos
print("guys stop the egyptian propaganda
no one dose this shi except those weirdos") # you forget print()before the phrase
it makes sense ig, if there's no print() it's not a statement
none of it, it’s a waste of time. Just go straight to programming and figure it out on the fly
oooo, discord highlighting and suggesting to me to play games
lemme try something
let's waste time
thank you
Never forget that John is always watching. He is always here with us. Ramen.

Poor John
hello
Someone
need a programming teacher 6 dollars a mounth coding and english is 10 dollars a mounth
just contact me
ramen?
Pastafarianism. Yes, it's real. No, you’re not hallucinating. Now say it with me like a true disciple of the Flying Spaghetti Monster: Ramen.
If you sign up for both classes, he might offer you a discount. Never sleep on these opportunities.
john lore is getting more intriguing guys 😔
for 10 benjis a mounth i also better get a friend
for emotional support
Nope. I guess you'll need to pay at least $4.99 extra for that add-on.
But
I say grab it while you can. This deal won’t stick around forever.
Ramen
naahh, scam
+10 and I'll be polite friend, it definitely worth it
other vise I'll be emmm ... just me without politeness and manners, a wild animal 
I prefer to think and play Sudoku to build a few more neurons, rather than watch dumb tiktoks and ai generated content that makes me want to jump out the window
huge brain
thats sounds like a threat to me
for 5$ you can be both i suppose
i prefer to be consumed by the brain rot 
nerd activities are boring
for an extra 5$ he better be my therapist then
writing code is anti-therapeutic 😔
So if I pick the $6 option do you teach me in swahili?
Oh E Oh ah ah ting tang Ramen dama bing bang
https://www.youtube.com/watch?v=L95bykOhsVw
David Seville - Witch Doctor
remastered in HD! ;)
hamrecords - Herbert, David
Disclaimer: This video is posted for entertainment purposes only and to promote the music of the artist featured. I do not own the copyright to the music featured. If you like what you hear, please support the artist (or their estate) by legally purchasing their music.
🎶
Music selection of the week
Princess Elizabeth of Belgium is being evicted from USA/Harvard. These criminal foreigners need to be removed to make US great again.

for a decent reward, I can be anyone you wish
I notice this every time I talk to you

no offense, this is my humor, this is how I hug
ahh, America is a land of freedom and open speech without any discrimination
It's a shame to see it all fall apart now because of an arrogant idiot
How about a cute, gothic, fully inked, nerdy, socially awkward, caffeine-addicted, obsession-prone, emotionally complex, mentally unhinged, mildly sarcastic Japanese anime girl? We can negotiate if you want, or throw in $10 and seal the deal.

Hello
Heyyy
I'm alright. How about you?
#include <stdio.h>
int main(void)
{
printf("Hi guys, whats up\n");
}
hi
@pure copper did you have a different username and account in this server? Did you used to play bass guitar?
I think I know you, the name and face seem familiar
I am consistently peo and I haven't changed in years, but I do have a bass guitar, but I play the accordion.
My old username is yokai, right person?
Hey
Yo guys, can i ask, will programming be replaced by AI?😭😭
no
then be a sigma while still maintaining your vibe, to balance it out ofc
keep observing, it'll get worse 
thats oddly specific lol
now I know your secret preferences from that 
I'm already halfway down the list, it wouldn't be so hard to play another one
buuuut, I'm not that cheap
for 10 bucks, you can lie in your bed and dream of me in this amplua

I have no doubts, but I don't feel sorry for you either 
thats so... cold hearted 😔
very sigma of you
idk. ask me again in 2030
omg 
it took my job!!!!
PHP is the best Language in the world ?
unfortunately
What is your major ?
Backend or frontend ?
I dont have any background on computer science. Honestly im a law graduate 😭
my job force me to learn some programming skills to understand telecom and cyber security
🤔 🧐 ?
don't want to break your bubble but "the best X" is likely "the best in a specific thing" and subjective so...
I'm learning from your actions
don't lie to yourself, you are incapable of anything, even a stone has a greater purpose
I am still Peo regardless of how you change your name.
not sure I understand why people change their name often, except for not getting recognized? 🤷
eh dont learn it too much or you'll inherit the curse
CURSE OF BEING COOL!!!
oohhh noooo my fragile ego is hurt 
stones got nothing on me 
Programmers here?








