#💻|programming

1 messages · Page 41 of 1

winged valley
#

your project name is In huh? 😂 whatchu working on?

lavish pelican
winged valley
lavish pelican
#

i think that is a millonary idea

winged valley
#

you dont wanna share that... 😔

lavish pelican
#

huh start with my bed

winged valley
#

but just a lil bit 5_laugh

lavish pelican
#

when i take this idea

#

i was slepping

#

and when i wake up

#

i say huh

#

XD

#

so for that the name

winged valley
#

totally makes sense

lavish pelican
#

XD

lavish pelican
#

so listen

#

just this words

#

signature

#

thats all

lavish pelican
#

next word

#

start with E and end in G

#

i dont wil go to sleep this night man

sly loom
winged valley
#

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

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>
sly loom
winged valley
sly loom
winged valley
winged valley
sly loom
winged valley
fervent path
#

Hey develoers

shy glade
stuck shore
serene mirage
lavish pelican
#

hello there

serene mirage
#

Ahh, my laptop's motherboard got ded becoz of bios update now they are charging 110$ for replacementSadHamster

austere gate
#

💀

#

Hope it gets fixed soon bro

viscid trail
#

yep

cobalt acorn
lavish pelican
#

BRUH I NEED A BEER

#

1337 lines of code

#

in 4 days

#

and just 2 persons

#

i will slepp all of this day

#

bye

woven cargo
#

m struggling with the oop

glass crag
#

i hope im not the only one who hates time complexity analysis and big O notation on python

winged valley
pure copper
#

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.

winged valley
#

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

lavish pelican
#

I HATEEEEEE

#

THIS SHIT MAN

winged valley
#

141 problems found pepe_cry

#

you're cooked

lavish pelican
#

i m trying but i forgot where ive put that fxxxx shit

winged valley
#

resilient ic. take a break, then get back to it

pure copper
#

Delete from one machine and it deletes from all

#

Not safe

lavish pelican
#

GREAT IVE FIX 1 PROBLEM

pure copper
lavish pelican
#

im so happy man

#

now i just need fix 140 more

pure copper
#
  1. 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?

  1. Is there another app for digitizing data?
lavish pelican
lavish pelican
pure copper
#

I think puckipsi and I were talking about little Pia

lavish pelican
#

3 errors down

winged valley
#

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

lavish pelican
#

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 SELFwhyy

winged valley
lavish pelican
#

bye guys

#

slepp well

lean roost
#

bye

winged valley
#

are you guys dealing with ai generated slop in your teams?

viscid trail
viscid trail
viscid trail
# cobalt acorn skill issue?

not sure I get what you mean there... typings seems like guardrails, it helps keeping you on track right? 🤷

winged valley
# viscid trail what you mean?

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?

cobalt acorn
# viscid trail not sure I get what you mean there... typings seems like guardrails, it helps ke...

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 😭

winged valley
cobalt acorn
winged valley
#

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

cobalt acorn
winged valley
#

Its as good as how it is being used by devs

#

Same with js

cobalt acorn
#

same with all PLs

winged valley
#

Or any other language for that matter

winged valley
#

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

pure copper
pure copper
#

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.

topaz oyster
#

Anybody knows decent free pdf app to open pdf files and highlight texts?(aside from Adobe Acrobat)

pure copper
#

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

topaz oyster
#

I think that does not have highlighting option. Could you double check please

winged valley
# pure copper So you can take iPad to park and drag stuff off your laptop screen. Very nice

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

winged valley
# pure copper I think the big problem with development these days is we all moved to displayin...

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

pure copper
#

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)

winged valley
#

oh you mean the "terminal" will download an executable file and run it?

pure copper
# winged valley ah ic. something like native programs (closer to lower level stuff) instead of u...

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

winged valley
pure copper
#

as an attempt

winged valley
#

like running a jar file

pure copper
#

👍

#

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

winged valley
#

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

pure copper
#

absolutely. the whole point

#

my brain can't even type 3 words

#

4

winged valley
#

i whole point indeed

#

i think and type slow so its a fair game

pure copper
#

After careful consideration I agree

#

joy?

winged valley
austere gate
winged valley
#

bro is cooked

tough elm
#

hello, someone join in the voice chat ?

eager willow
pure copper
#

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.

jagged prawn
# austere gate

huh, why do you microsoft on macos? get rid of it and live a happy life

#

so many people here

sick jolt
#

Windows😀

pure copper
#

🥳 PandaLoveBlush wolf_thusky

winged valley
winged valley
#

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

austere gate
winged valley
#

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

winged valley
#

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

lavish pelican
#

hellou hallo

lavish pelican
#

1 for one, a i will fix all of this

lavish pelican
#

FrogRose for all

lavish pelican
#

ive find the solutions of all my code

#

just

#

ctrl+z

#

all

pure copper
lavish pelican
stuck shore
pure copper
#

It's the reset button on my server

stuck shore
#

💀 I thought I was a ceiling

#

Ceiling light

ripe heart
#

Hello guys does anyone here have experience in WordPress I need help in something

eternal sandal
#

So much ask

#

Yet no ask

noble swan
#

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.

eternal sandal
#

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

eternal sandal
#

Can't say I have

noble swan
#

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?

eternal sandal
#

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

noble swan
#

I'm just confused about when to go other google articles and youtube videos if not getting something understanding from mdn docs?

eternal sandal
#

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

eternal sandal
#

I would stay reading though, many people here have more experience than me and would give you other advice based on their learning experience

stuck shore
lavish pelican
#

From patch to patch I will make a Python tunic, they will call me the Python master

#

141 problems to 14

#

2 days

shy glade
#

print("Hello, English")

jagged prawn
#

> echo $TELL_ME_ALL_YOUR_SECRETS

pure copper
#

The usual got a first meeting in morning and machine doors 15v minute update before it even starts

viscid trail
winged valley
winged valley
#

our ci/cd pipeline takes about 10 mins and i almost always end up wasting 30 mins on discord whyy

gritty rapids
#

Any fastapi backend devs here

winged valley
gritty rapids
#

Oo I just need to connect with

winged valley
gritty rapids
#

Ok sry about that

winged valley
#

no problem. i did that too in the beginning blossom

#

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 blobsweats

pure copper
#

But true

austere gate
weary kiln
#

Hello, guys

jagged prawn
#

hello

jagged prawn
#

old music builds differently and hits hard

#

just like this man cocaine dog3

#

whenever you think you are high, watch this video and think one more time

winged valley
pure copper
jagged prawn
jagged prawn
#

thanks youtube, for teaching slang and emotional expression

pure copper
jagged prawn
#

a don't you know about the bird?

#

b-b-b-b-b-bird

jagged prawn
#

let's be happy and sing a song about birds

pure copper
#

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

jagged prawn
#

papapapapapappapapa ooma-mow-mow-papa-ooma-mow-mow

spice path
pure copper
#

What does that sentence mean?

#

And how does the previous post relate to bbbbbb bird

jagged prawn
#

who opened the Poe-lover box and let all the Jons out?

jagged prawn
#

bbbbbbb bird is the word

jagged prawn
#

umamamamamamuama

pure copper
#

I do sing that all the time

jagged prawn
#

same here

cinder bobcat
jagged prawn
#

I went with the flow too much

#

🐦🐦‍⬛

winged valley
#

Looks random and secure enough to me. GH PR approved ✅

#

Its in a github repo now angel

jagged prawn
#

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

winged valley
#

Just hope the ‘bird is the word’ dont leak. You’re protecting a top class secret creepy

jagged prawn
#

yes I am, i'm following best practises

jagged prawn
winged valley
jagged prawn
#

I'm just glad that after a few hours, I brought up the whole infrastructure, deployed it, and it works wolf_thusky

winged valley
#

Yay. Thats some good news angel

jagged prawn
#

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?

winged valley
#

Now monitor your logs carefully and hope for the best

jagged prawn
pure copper
winged valley
pure copper
#

Am I being gender biased cause I feel the female voiced ai are evil in their decisions.

winged valley
#

Scar jo is the AI voice in it

jagged prawn
pure copper
jagged prawn
winged valley
jagged prawn
winged valley
jagged prawn
wheat dust
#

hello, guys

winged valley
#

Thats some devops magic. They can lose their sleep over it 😤

winged valley
wheat dust
winged valley
wheat dust
winged valley
wheat dust
#

where are you from?

winged valley
jagged prawn
wheat dust
winged valley
wheat dust
jagged prawn
# wheat dust hello, guys

welcome to the universe of learning programming, where anything goes, and sometimes I'm not exactly decent

wheat dust
#

i am not here to learn

#

I have already learned so much about programming

winged valley
jagged prawn
winged valley
#

John?

wheat dust
#

my name is Ethan

#

not John

jagged prawn
wheat dust
#

I am Ethan Yu from Hong Kong

wheat dust
jagged prawn
jagged prawn
wheat dust
#

mobile application?

jagged prawn
#

code for fun in the spare time

winged valley
wheat dust
#

@winged valley what is your major?

jagged prawn
winged valley
#

And i code to torture myself

winged valley
#

Im major payne

jagged prawn
winged valley
#

Not anymore whyy

jagged prawn
#

why do people often ask "Where are you from?" as the first question after hi

wheat dust
#

it seems i can't teach you here

#

i think i am a beginner in this channel 🙂

jagged prawn
wheat dust
#

my major is JS Frameworks

winged valley
winged valley
#

Js fireworks

#

💥

wheat dust
#

and also, i am rich experience in PHP frameworks

#

and can build Web and mobile 🙂

#

that's all

wheat dust
#

so I guess you don't need my help here

jagged prawn
jagged prawn
winged valley
jagged prawn
winged valley
#

Lets burn the production

jagged prawn
wheat dust
jagged prawn
winged valley
#

We’re gonna stress test our prod to death

jagged prawn
#

wher to find one?

jagged prawn
#

umamumaumaumau umuauma

winged valley
winged valley
wheat dust
winged valley
#

Now that i think of it code bacteria has a better ring to it

#

Like leave those poor bugs alone

wheat dust
jagged prawn
jagged prawn
wheat dust
#

sure, i am developing them

#

🤣

jagged prawn
winged valley
jagged prawn
wheat dust
winged valley
#

Dont come near my code

wheat dust
#

😂

jagged prawn
# wheat dust 🤔

another virus that kills instantly or makes people stupid? oh wait, some are already spreading it

wheat dust
jagged prawn
winged valley
wheat dust
#

😂

jagged prawn
wheat dust
#

i am ready anytime

winged valley
jagged prawn
#

yeahh, fight wolf_thusky

wheat dust
#

fight

winged valley
winged valley
#

Those smooth shiny objects

jagged prawn
jagged prawn
wheat dust
#

maybe, my code will best strong code here

winged valley
wheat dust
#

🦾

winged valley
#

A stick?

#

And stones?

#

Im crashing out

#

I need coffee

#

Fr

wheat dust
#

lol

jagged prawn
#

anyways

#

nonces

#

nice chatting, I'm dropping bye everyone

wheat dust
#

by

jagged prawn
#

💃

wheat dust
winged valley
#

Bye

#

Im gonna make a cup now

wheat dust
#

wow...

#

i drank cheapest coffee

winged valley
#

Im gonna make latte

wheat dust
#

😋

#

i drank only Wake Up Coffee

winged valley
#

Me too

#

Its time for a 2nd one

wheat dust
#

?

winged valley
#

2nd cup

wheat dust
winged valley
#

Aight cya

wheat dust
#

i can't drank 2nd

#

😥

winged valley
#

Skill issue

wheat dust
#

😂

#

no skill issue, because of money issue

winged valley
#

Bro as you said you have plenty of skills. Get a better paying job

wheat dust
#

where is better paying job?

#

can you provide?

#

it's very difficult

winged valley
#

Keep applying. You’ll find one

wheat dust
#

but getting job is too difficult

wheat dust
winged valley
#

Dang. Though luck. 🍀

wheat dust
#

but i am getting mail only Unfortunately

winged valley
#

Keep your hopes up man. Best of luck

wheat dust
#

😭

wheat dust
#

the reason why i came here is also go getting job

#

i am finding job on any platform

winged valley
#

Nobody’s handing out jobs here ma g lol

wheat dust
#

Too many Freelancer sites, Job Sites, Discord, Telegram...

winged valley
#

We’re here to exchange ideas and discourse

wheat dust
winged valley
#

Anywho i better make a cup of coffee or ima lose it Joemad

#

Later

#

Bye

wheat dust
#

But if my skills are recognized here, they'll give me a job.

pure copper
pure copper
cosmic ledge
#

hello guys, what is the programming language that is easy and fun at the same time?

pure copper
pure copper
pure copper
wheat dust
urban sierra
wheat dust
#

what do you mean?

pure copper
#

Before John there was Neil.

wheat dust
#

Hi @pure copper

wheat dust
winged valley
#

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 😔

austere gate
glass junco
#

javascript is either a curse or a blessing

winged valley
#

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

glass junco
#

i thought theyre the same thing

winged valley
#

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

eternal sandal
winged valley
#

Lol

#

Data is well organized tho

#

Styling is outdated but that doesn’t matter here ngl

glass junco
#

best remote jobs for someone who has a year expertise in python?

pure copper
dapper falcon
#

hello, im having some trouble with Notion, anyone here know it well?

radiant viper
fathom wedge
#

anyone here use github gui?

dapper falcon
# radiant viper What is your issue dude?

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

half sigil
dapper falcon
# radiant viper What is your issue dude?

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??

fathom wedge
#

this extension makes it allat easier for me

#

btw i wanted to ask a question but i solved the problem

half sigil
fathom wedge
half sigil
#

That's what I know

#

Or android studio, can't remember

fathom wedge
#

Thanks

half sigil
winged valley
#

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

dapper falcon
#

:/ what a pity

#

i think the problem is that i wanted to do it in a row

#

and rows doesnt accept formulas or properties

winged valley
winged valley
#

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

dapper falcon
#

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?

winged valley
#

Ah ic

woven snow
#

geek out

winged valley
#

There is one

#

prop("Tasks").filter(current.prop("Status") !== "Done")

#

Like this

#

Read this

#

And there’s also the map function

dapper falcon
#

why is not possible to send pictures here?

winged valley
#

You don’t have the img perms

twilit swallow
#

hey any uiux designer who use figma i reallly want your helppp

pure copper
winged valley
#

Notion doesn’t allow sql

winged valley
#

But they call it a database for some reason

long spoke
#

creepy any java developer here?

glass junco
#

isnt java dead?

cobalt acorn
#

It's so dead that it is always among most popular languages.

winged valley
#

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

jagged prawn
#

it would be nice if people asked more original or meaningful things rather than trivial ones

pure copper
#

I thought 'where are you going...' would give you some variety on the standard 'where are you from' questions you presented.

jagged prawn
#

misconseption

pure copper
jagged prawn
#

at first I thought that when you asked 'where you were going', I was really going somewhere

#

tricky meanings

jagged prawn
pure copper
#

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

jagged prawn
pure copper
#

So a US trade court said all Trump tariffs are illegal.

jagged prawn
#

beter not ask too many questions, as confusion might happen before you'll reach the point

jagged prawn
#

they also get rid of musk

#

are you still singing the bbbird?

winged glen
#

is anybody working in rfid related jobs along with a machine learning engineer? please message me

eternal sandal
#

Docker wants me to what?

woven snow
jagged prawn
#

apparently docker is family oriented with traditional values

#

how many resources are needed for a node? me - Yes

pure copper
pure copper
#

To John, Whereever he parted to

#

🍻🍺 🍻 🍺 🍻

jagged prawn
jagged prawn
pure copper
#

Departed the server without saying bye

jagged prawn
#

I suggest he just stopped writing, or use another account here

pure copper
jagged prawn
#

may i ask you the reason for insomnia?

#

it's late for me, for you it might be a morning

pure copper
#

is 4am

jagged prawn
pure copper
#

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

jagged prawn
pure copper
#

oh doing my budget.

jagged prawn
#

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

jagged prawn
austere gate
jagged prawn
austere gate
jagged prawn
#

me and my life

jagged prawn
#

its consequences of adverse circumstances

#

magic circle

austere gate
jagged prawn
austere gate
#

Who can buy you expensive food

jagged prawn
jagged prawn
#

maybe peo

jagged prawn
austere gate
austere gate
austere gate
jagged prawn
#

leave overlord plese, don't hurt him

#

o baby dont hurt me, no more

jagged prawn
#

and who are contestants?

#

are they wealthy, handsome?

austere gate
austere gate
jagged prawn
jagged prawn
jagged prawn
jagged prawn
austere gate
austere gate
jagged prawn
jagged prawn
#

i'll be like freddy krueger

jagged prawn
#

I don't want to participate in a gay show

austere gate
jagged prawn
jagged prawn
#

john

austere gate
#

Peace ✌️

#

See ya soon

pure copper
#

BREAKING NEWS: 'WORTH MORE': Gen Z quits 6-figure job with no back up

jagged prawn
#

bye overlord

austere gate
#

bye puck

pure copper
#

bye all

jagged prawn
pure copper
pure copper
#

schlaft zeit

#

🛌

#

'STAMPEDE': Major bank cuts interest rates

#

omg

jagged prawn
#

this dude is good with thumbnails

jagged prawn
pure copper
half kelp
#

Hi

#

Is still you work good or Ai became a problem?

arctic root
#

Keep learning and studying

#

Making projects

fleet zenith
viscid trail
winged valley
#

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 whyy

#

its a good productivity tool but you have to be really careful with it

pure copper
winged valley
#

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

fringe glacier
#

C++ is very hard

pure copper
warm osprey
#

C++ doesn't sugarcoat stuff like python...

remote compass
#

Hey @peo

remote compass
shy glade
#

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!

sinful basin
covert ember
#

Hello everyone! what programming languages do you all use

trim gate
covert ember
#

0.0

winged valley
#

welcome newbies evilcat

mortal acorn
mortal acorn
winged valley
#

now thats the name you only hear when learning programming history 😅

vivid warren
fervent path
#

What is programing

winged valley
#

programming is the art of writing bugs pepesuttebaaz

#

the most elegant and well organized bugs

#

its just basically typing symbols on a computer

austere gate
#

Video games are about to undergo a transformation that will redefine the entire industry.

pure copper
#

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?

winged valley
winged valley
#

i actually saw this video today and the concerns are valid.

#

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

trim gate
pure copper
pure copper
#

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.

jagged prawn
#

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

pure copper
pure copper
jagged prawn
pure copper
#

I try hard

#

Im just sad I cant serve as well as I usually do

jagged prawn
#

just insert your photo here

jagged prawn
pure copper
jagged prawn
jagged prawn
pure copper
#

Best the AI could do with the resources

jagged prawn
#

unfortunately we don't have valuable prize for you, only my attention

jagged prawn
pure copper
#

Alright you got me. It was RI

#

Deadline to be met

jagged prawn
#

wait a sec

pure copper
#

Better

jagged prawn
pure copper
#

Very nice

jagged prawn
#

perfect

pure copper
#

My hairs a mess in my pic

jagged prawn
#

would be niceto have another haircut

pure copper
#

like this?

jagged prawn
#

naah she is not a cute japanese girl

#

your way better

pure copper
#

begone

#

kawaii

jagged prawn
#

Maybe curly will suit you as well

#

could find free tools to try hair style

hot sandal
jagged prawn
#

quite accurate program

winged valley
#

cant spell employee without peo

ivory gust
#

What is your favorite language programming guys?

#

I need to learn a new right now

pure copper
#

Learn C++ now!

floral sparrow
#

hey guys, who here is learning javascript too?

#

i'm very iniciant

finite parrot
#

Also an initiant

shy glade
#

Hello

stuck shore
winged valley
#

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?

light kayak
#

i have an adblock and im using brave which shows me that its blocking some tracking idk how much true it is

jagged prawn
#

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

winged valley
#

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

winged valley
austere gate
#

Brave is my main browser too. Switching from Chrome was easily one of the best choices I've made.

mellow musk
#

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

pure copper
#

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.

green nimbus
winged valley
austere gate
#

Please deploy it to the production environment immediately. Thanks.

winged valley
jagged prawn
jagged prawn
jagged prawn
#

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

vapid verge
#

any one working in prompt engineering ? or making ai agent?

pure copper
#

🤖🤖🤖🤖

tired herald
#

Anyone work with sentinel one direct deployments on remote ops?

winged valley
#

im written in js, thats whats wrong with me

winged valley
#

eh so out of context but... this will do ig

austere gate
#

Sigma stands alone
Shadowed yet above the noise
Crowned in solitude

shy glade
#

print("Hello, World! :)")

shy glade
shy glade
#

hello there

#

should i start with udemy courses or just yt vidoes are enough

shy glade
eternal sandal
#

it makes sense ig, if there's no print() it's not a statement

jagged prawn
#

oooo, discord highlighting and suggesting to me to play games

#

lemme try something

#

let's waste time

opal leafBOT
jagged prawn
#

nailed expert level on easy dog3

#

no one is here

austere gate
pure copper
#

Poor John

ionic blade
#

hello

#

Someone

#

need a programming teacher 6 dollars a mounth coding and english is 10 dollars a mounth

#

just contact me

jagged prawn
#

6 bucks for programming and 10 for english, a good deal

#

sadly I'm bad at english

austere gate
# jagged prawn 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.

austere gate
winged valley
winged valley
#

for emotional support

stuck shore
#

nerrrrd

austere gate
#

But

#

I say grab it while you can. This deal won’t stick around forever.

jagged prawn
#

other vise I'll be emmm ... just me without politeness and manners, a wild animal creepy

jagged prawn
# stuck shore sudoku

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

winged valley
winged valley
#

nerd activities are boring

winged valley
#

writing code is anti-therapeutic 😔

pure copper
pure copper
# austere gate Pastafarianism. Yes, it's real. No, you’re not hallucinating. Now say it with me...

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.

▶ Play video
#

🎶

#

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.

jagged prawn
jagged prawn
#

no offense, this is my humor, this is how I hug

jagged prawn
#

It's a shame to see it all fall apart now because of an arrogant idiot

austere gate
# jagged prawn for a decent reward, I can be anyone you wish

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.

remote compass
#

Hello

austere gate
remote compass
#

Yah

#

How are u doing?

austere gate
#

I'm alright. How about you?

remote compass
#

fine.

#

where are U from?

arctic lintel
#

#include <stdio.h>

int main(void)
{
printf("Hi guys, whats up\n");
}

arctic lintel
#

Are you all programmers or studying programming?

tired herald
#

@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

pure copper
tired herald
scenic basin
#

Hey

hollow sandal
#

Yo guys, can i ask, will programming be replaced by AI?😭😭

hot sandal
#

no

winged valley
winged valley
jagged prawn
#

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

jagged prawn
austere gate
fleet current
#

PHP is the best Language in the world ?

hot sandal
#

nope, but some industries still use that

fleet current
#

unfortunately

fleet current
#

Backend or frontend ?

hot sandal
#

my job force me to learn some programming skills to understand telecom and cyber security

lone igloo
viscid trail
viscid trail
jagged prawn
jagged prawn
pure copper
#

the RSTS command for a directory listing is CAT

pure copper
viscid trail
#

not sure I understand why people change their name often, except for not getting recognized? 🤷

winged valley
#

CURSE OF BEING COOL!!!

winged valley
#

stones got nothing on me Joemad

gilded flint
#

Programmers here?