#dev-chat
1 messages · Page 30 of 1
pay 10$ for nitro 😭✌️
My bad, sorry about that! Thanks for letting me know
😂😂😂
Ugh, I would have added it to all my servers but something is off...
And even to my Apps
The Py Bot is better I guess
ooop
@daring wasp this works perfectly
I think the reason your didn't work is that the type checker did not know T should be able to take data in it. So that's why I made a protocol.
And ofc you can add your kwargs
@primal plume No spamming cuh
I'am sorry
Ooo good to know python has generics too
Of course
what does that even mean?
The user isn't cached
what
Likely because they left the server
does the developer program (blue badge) not return?
no
😭
the blue badge has been unavailable for many years
Ik, but I thought there’d be some kinda response :/
it’s in it name “ early “
they made an alternative... the Active Developer Badge... that badge was then removed in December of last year due to support ticket spam
so it's extremely unlikely that they attempt to replace it again
makes sense, I remember
doesnt it still show the profile when someone try with user id?
only if they're still cached to your client... as soon as the cache removes them or you restart your client, it will give that error
if you have a desktop you can manually resolve to https://discord.com/api/v10/users/<user id> to grab the user object if you need it that badly, otherwise yea it will only be available via cache which is removed upon restart
Peak
Dart
ThemeData(colorScheme: .fromSeed(seedColor: Colors.green),)
fromSeed is a class/factory method od ColorScheme, but I dont understand why it does not have to be prefixed with the classname
hi this may oot,
how accurate are "online"/etc statuses? when do they refresh? from my end tested with mobile app from android my online status changed to idle immediately whenever i close/switch app. does it work the same on mobile (iOS) and desktop/browser as well before it appear offline in total?
or they do it manually
there are now 15 competing standards 😶🌫️
Yes (the same)
so that instant online to offline set by manual? cause the trantition should be on idle first, am i right?
on all platforms
I doubt so. Also why be of concern with all this?
we dont. but my life 😌 lmao all g. keep grind
Lmao
if someone is online and closes the app it'd probably switch immediately to offline
you'd have to double check but my assumption is idle would show up after a timeout for inactivity
I actually don't understand this. Google is not helping either
it wont be accurate to the second, but it'd be reasonable enough. i wouldnt treat it as a source of truth though, plenty of people show as online 24/7 and clearly they arent
And people can select different statuses manually
double checked and the flow goes the same with you but appreciate 🤛
id have to assume that ThemeData expects that specific type and dart just lets you shorthand it
(ive never used dart)
That is not very comfy imo. This snippet was from the example but I probably won't use it
I want to make an android app. So I am learning dart+flutter. Just a small project for keeping track of grocery store inventory
seems reasonable enough, if you know what class something is gonna be it is a bit redundant. nothing wrong with a bit of extra verbosity for clarity
some day there will be an actually good cross platform framework and maybe then i'll get back into some frontend
I'm hoping I can get it to rapid fire barcode scans
I don't care at all for cross platform. I just saw people saying flutter is easier then native android
thats unexpected
maybe it is convenience on the top, if i were doing just android id want to go kotlin instead of some extra layer on top
jetpack compose looked interesting when i briefly looked into it
Surprisingly there does not seem to be a whole lot of interest in making apps for a single platform.
it'd be a bit silly to intentionally build something from the start in a way that only a fraction of people can use
if it were intended for broad use
iOS devs would like to talk to you
or all apple devs
There's so many exclusive apps to apple ecosystem
oh, I wouldent know
if we wanna get into it, windows would also have a pretty massive amount of windows-only stuff 😂
I feel like that's more out of convenience though lol.
It is very possible that my research was not in depth and not using the right keywords as I dont know much about the space

offtopic but I need to find some servers with better emojis
I can never find a good one


Hi everyone.
I am looking for bidders
Best of luck finding a server to get some, then. This is not the place
wrong place for that
I bid my code works on first try (0% success rate)
Hey, nice to meet you. I understand you need someone to continue and improve the current project, and my full-stack experience makes me a good fit for that.
:skeptical::doubt::sus:
What happen to this
VNC. It's used to share and control screens virtually over the network
in the screenshot I am using tigervnc on termux to host an X Server / Display and then using a vnc to connect to that
However if you don't want to use the connection from another device than the host
you should read about termux x11
it doesn't support over the network sharing but it is much faster in terms of speed
and AVNC is just a vnc viewer on playstore not made by me
yeah but mine also supports **kwargs so id have to make two protocols one that takes and one that doesn't pretty sure
at that point just using a simple Callable is simple
class SupportsData(Protocol):
def __init__(self, data: Any, **kwargs: Any): ...
class SupportsDataNoKwargs(Protocol):
def __init__(self, data: Any): ...
def scls[C: SupportsData | SupportsDataNoKwargs](cls: type[C], data: Any, **kwargs: Any) -> C | None:
return cls(data, **kwargs) if data else None
versus
def scls[C](cls: Callable[..., C], data: Any, **kwargs: Any) -> C | None:
return cls(data, **kwargs) if data else None
i have so many
Pls help bro
!support ⬇️
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
My friend is kinda homeless
Hi pro devs
Me not dev
Why lol have you tried joining those fancy servers
But you know much tho
I don't. I'm using AI
you're using Real Intelligence

@vestal fractal the related error if I just have one protocol*
and I'm also using it for not just classes but other stuff too now
aidetector said my code is written by ai too :<
cuz I'm soraAI
Can't you overload it?
there's an ai code detector?
a LOT
oooooh
they're terrible tho
There's an AI detector for everything, 'cause apparently why not
do they tell you why they think your code is AI
yes
can you dm me one
alright
can it just run on a github repo
no
slack
pasted code so like one file
thats a pretty massive limitation
let's see what it thinks of my ratchet tree
most of my files are like 50 loc
you can use chatgpt's ai checker (from community i think) and since it's just a normal ai chatbot you can just upload a lot of files
if you cant just paste a public git repo its too much effort imo
its too much effort overall. I have not seen an accurate AI detector
all my files are also marked as 90% AI
Madeline waiitt let me show u somethin
lmao this is so dumb
it's just do you write professional and good code? ai.
why do all the events here happen midnight time for me 😔
Timezones
"No real business logic specific to an application domain;"
it's a library...
"the code mostly implements protocol-specified cryptographic routines"
I'm implementing a protocol. Literally.
"with generic error handling and no custom exception management"
Every error that can happen has a specific type with a detailed error message so not sure what they meant there
"or logging."
That would be a side-effect - not allowed in this part of the library
what site are you testing on
i wanna throw something in and see, since my code is not ai generated xd
i wanna see what it says lmao
everything is coming up 75-90%

lol yup 90%
I highly doubt detecting ai code is possible lol
bc u can easily make ai write the same code you would
many TODOs and commented-out skeletons imlpying incomplete domain logic
damn... im being called out
detecting ai writing is doable often but human languages are way more flexible than programing languages
Its so funny putting books into ai checkers
if anything isn't that a sign of non-AI code?
that's my thought... blueprinting and showing the ideas of what WILL BE seems more human than ai
yep
it doesnt help when most of the solution is simple orchestrations
if it's more than a few sentences and it's about a general topic or a domain I'm familiar with AI writing is very easy to spot
what language is .cs ?
C#
oh wait yeah on the right I just saw :p
that's the thing, I feel like this site is conflating organized/structured code with "AI"
Found a way to generate it <10%
how
wait I'm gonna put my really old code
also looking more into that site... it looks like this is a tool targeted to vibe coders that's going to fearmonger them into thinking people can obviously tell theyre vibe coding, and use the "humanizer" (which is paid) to fix it
Humanizer WHAT
i got 90% on an repository interface 🗿
Also the text isn't even entirely monospace lmao
Whitespace isn't on the same width as the characters
why AI Humanizer...for code
yeah they use Arial or something which is an odd choice for code presentation
it's gonna ruin your code too
It fixes your code's grammar, punctuation, indentation, and references in an IEEE standard
but the ai checker says consistent grammar indentation as a reason for being ai
but it criticized me for having good grammar and references
They barely work for text btw
The AI's gonna do what it's gotta do :person_shrugging:
everything ai barely works
apparently citing protocol documentation when implementing a protocol library is BAD
vibe coders need to find a new hobby/career, they dont actually like coding
true
me when ai keeps giving people a false sense of competence
ya this page is vibe coded to hell... and not even in the "just generic pretty modern website"
the website is just broken... every single link is a new tab (annoying), the font usage is inconsistent, the images on all blog articles is all stock images, sometimes hover events exist and sometimes they dont
They just wanna be called hackers too :wilted_rose:
writing nice code is an art form, vibe coders are to programming what video essay slop is to youtube

I wonder how I can plagiarize code...
> "I'm stealing your code. This is mine now"
> "It's not even mine"
"[...] it can identity exact, similar, and paraphrased content"
The code:print("hello, world")
The AI checker: PLAGIARISM!!!
most code is reimplementing the same concepts in different ways, so ideally most code is gonna be pretty generic, straightfoward, and unoriginal
its how you put those building blocks together that makes something unique
Damn
At work.. I AI slop like it's going out of style. I spend 200-300$ a day in tokens. Why you ask? Because my employers are basing peoples' promotions off AI usage... personally I use it only for redundant and repeatable code. My code is clean and I'll be damned if AI is going to inject garbagio into it.
Guys random q, does resetting bot token kill ws connections immediately too
Yes lol
I love the vibe of your website
Haha thx, minimal is da goat
My website is hideous xD
Should do a file where you can put it directly so when you code you make a path to redirect directly to the file where the token is located, might be better if you’re changing it even if you get trough troubles in the future
I mean it could be more mobile optimised
That's not the website I was referring to lol
I have 10 shards
Ah - this was only one im about me I could see
The desktop version of my bot is much nicer. The mobile optimization has been very very slow going.
The scroll is also soo lagy
Honestly, once you sign in, the mobile optimization gets better. Though I really should fix up the landing page. 30% of my traffic is from mobile
I digress, "Tech-Debt" and I'm not a designer lol
Keep telling myself I'm going to hire a designer, but I have over 215+ routes, and paying to get that much designed.... it won't be friendly
Why is it slow even ?
That page has gone through 5-10 iterations and is littered with functionality I keep around in case I want to bring it back. Though i'm likely to change it to a CMS system and drop it all together.
Can I keep the link and run a through test tomorrow (it’s 4am in France right now) I can help you manage that if needed
why do you have 215 routes
It's not a small bot xD
~~one for each feature ~~
158h on a test file is cursed 
I can't think of any reason a bot would need that many routes
Does the Discord API even have that many routes?
oh the plugin is sorta broken, I have multiple vs code windows open so it randomly chooses one to use for my status
The proper term is views I do believe. Unique views. The routes was improperly stated.
i usually have a "test" workspace open as like a scratchpad for random stuff that isnt related to my main project
Either way, the bot is not small and immensely feature-rich xD. That kinda thing happens when you're 5000+ hours and 2yr deep lol
hmm i wonder how many hrs ive put into this proj
If you're asking yourself that question, gotta be at least 2000+ lmao
strong week
Damn I got a warn for saying « promoting »
Sometimes I wonder why I have spent so much time of the most basic bot ever
I wanna see how many features you got on it atp
gn
That pretty much sums it up, excluding the discord-only functions
^^^^^
@quiet saddle I guess you can take a guess on why 215
What does « Message Sync » mean ?
"why 215"?
About the 215 routes
ohhh, right
Message sync let's people connect multiple discord channels from different servers, together as a synced channel
Fact that the Tickets System & Leveling System can take just by both of them ~100routes if completed
Great feature 
Is InfiniTea finished ?
It's released, finished, never. Everything not tagged "Beta" is considered complete however
I am soon to be starting work on mobile polish because I'm prepping for an iOS and Android app as companion apps
what would the companion apps do
For the users or the Developers of InfiniTea ?
The companion app functionality I have planned right now is the entirety of the dashboard functions. In addition there is a "Community User" mode where users can track their leveling, achievements, and follow users. In addition create, manage, join events, and tight integration with the Looking For Group functionality (Globally). I also have an idea for a fun feature, player-cards, where people who meet each other in real life can "Bump" their phones to trade their player-cards (Old school Pokemon Vibes)
Haven't dove into it yet, because my growth is very small right now and I'd like to see more interest before I spend the dev hours required to do it though.
You’re not alone on it right ?
does the bot do a bunch of off-platform stuff? it reads like its a moderation bot, and im not sure you need a dedicated mobile app if it isnt doing anything significant outside that
the stuff about player cards and trading sounds like a completely separate product, wouldnt it make more sense to create that separate to this moderation bot?
I'm 99% alone. I have another dev who helps from time to time, but very infrequently. Maybe 3-4 PR in the last few months tops.
Damn that’s a tiny amount of help
I tried to build it to be very "Dashboard" oriented, for the sake of simplicity for users. So functionally, it can do a TON of stuff off platform, and you're absolutely right that's also why I haven't jumped into that yet. The ideas I have feel very invaluable and take away from the user-experience which is NOT what I want to do.
As an example, there is a dashboard to manage open tickets as well as respond to those tickets from a centralized platform, but the value proposition is incredibly low and was built more as an experiment that will likely get ripped out one day.
So functionally, it can do a TON of stuff off platform
but that dashboard would be configuration for the bot and how it runs on platform right? what i mean is functionality that is completely unrelated to discord
Currently everything has "Something" to do with discord.
Either direct association or a secondary association. Nothing now or planned to be unrelated.
if you really want to go the dedicated app route, id recommend first considering a PWA, but always keep in mind that the average person probably isnt gonna want to have to constantly be flipping between discord and some extra third party app they have to install to manage a discord bot that in all reality they probably dont want to have to directly configure/manage regularly
PWA?
progressive web app, basically where you "install" the website as an app on the device rather than from app/play store
also supports desktop apps as a result and etc
I would likely endup going that route. I've been looking into Flutter as an option, but again not yet sold that it's valuable to anyone nor would ever become valuable enough to warrant the hours.
since you already have this webpage, provided it is build with mobile support its very little extra effort and saves a whole extra codebase
@zenith hatch if you have a question please ask in the public channels
my honest opinion is that it wouldnt make sense for this project
I tend to agree lol
It's also a passion project, so sometimes I code things just because, not out of practicality.
imo bots should be able to be almost entirely managed on platform, and a dashboard should only be an absolute last resort for if they do particularly complex things you cant feasibly fit into cv2 and all that
Mine definitely does a ton of stuff that nothing on-platform is going to handle, not even close lol
in which case a web dashboard is probably reasonable, but a mobile app would be a step too far imo
I do really love my message builder thing though. It ties soooo many of my features together in a uniform way that's repeatable, and users love it
They constantly go back to the dashboard for that, and that alone lol. I've had to raise my limits 3x because of the quantity of usage on it lmao
limits on... message builders?
My message builder is behind a paywall/subscription, but I set it low thinking no one would use it. I was wrong
So I raised it to keep it accessible to free users
Then had to raise it for some of my paid users. And finally raised it for the paid users once more. It was a balancing act lol
i usually make applications that don’t ever require a subscription or paywall, but that’s just me
That's cool. I guess.. to each their own
ive never added because it just means extra work to implement arbitrary restrictions that make the product worse 😂 but if it were actually necessary to keep the project running e.g. expensive features that need some subscription to offset costs, i totally get that
I tried to make my payment model freemium in the truest sense. Everything has a "Limit" so nothing is entirely behind a paywall. The only people that have to pay, are likely people who are already paying an arm and a leg from competitors. Eg 90% of people, will never have to pay a dime and free works just fine.
thats why i was confused about message builder limits, they cost nothing to support, its not like there's some expensive backend call necessary to format a message
The ones that do pay, honestly they pay for the love of what I'm building. many of them send me money on cashapp + their subscription all the time. So it's more of a "Hey we love what you're doing, here's some coin."
Call it "donation" then, or just don't paywall the features if its all about support and not the real target of the bot
Some features on computers are only available on phones; will developers add them to phones?
What features are you referring to
Preview feature for assigning roles to Members
Oh no, the real target is to replace my job. I've not tried to hide that. Though what I produce I want it to feel worth it to users. Currently my approach is a centrialized platform, simplicity, and meaningful functions/features to justify it.
You can use chrome in desktop view
Because of that, is why people donate all the time unprompted.
So, do you know when that feature will be available, and when you won't need to go into Chrome to use it?
👍
No idea, and most probably it won't
We are not developers of discord, we are developers on discord
I understand, thank you. 
Features will be available in the future
Not necessarily true. A lot of server management features likely will never come to mobile
how to get developer badge
if the goal is replacing your job, a discord bot probably isnt the right project to focus on
I'm fine with it taking 8yr to get there lol. I'm trending that way in appx 3-5.
Time won't change users behavior, they aren't going to pay 100$ for a bot
You're wrong, and they do, and also my bot doesn't cost $100
you're putting your finances at the mercy of discord's unilateral decisions and competing in a highly competitive market of cheap customers
Can't
what does it offer for 15 a month? thats a LOT for a discord bot icl
Whitelabeled, white-glove service.
and where does the 50 a month number come from
yeah... 
I'm saying generally
Even if it grow large, that won't be much benefitable, you'll have to pay more for maintenance
how much do you currently make off these subscriptions? id have to assume most people who are paying are just getting the cheapest one?
Or as he mentioned, for the love of bot, not for actual features
because like, to replace a job you'd need a hell of a lot of subscribers
Currently, with 200 installs I have 3 paying $7.99, 1 pays for $14.99, and a handful pay $2.99 depending on the day of the week. (The low paying ones tend to be flaky.)
cant scoff at 50ish a month or so bonus income, but that is still like a fraction of a percent of the way to being a job replacement
However, from my seat, that is a really good conversion rate. 1-2% per 1000 is what I'm targeting. That would put it replacing my job in 3-5 years at this rate of growth. Though the last month it has grown stagnant and stabilized right at 200 and I haven't figured out why.
That also doesn't count the occasional one-off donations. The $14 a month guy has personally handed me over $500 + subscriptions.
Lucky I guess? So I don't count it in my conversion rates lol
1-2% per 1000
do you mean 1-2 per 1000 or 10-20 per 1000
idk whats going on there but i mean hey, not like you'd be complaining 😂
but yea... discord bots are definitely not the easiest way to make money programming. they can be fun to make, but if the goal is to replace a job, there'd be other much more viable routes to take
@cunning coyote Hello, I was wondering if I could ask you something in private messages, please.
Job D:
That's mostly why I do it tbh. I enjoy the hell out of it.
By his written math, it would closer to 30 per 1000, so 3%
sorry, j*b
A job :D
my perspective on this is that i do fun programming projects purely for fun rather than trying to monetise them, and then i go to w*rk for my actual inc*me. i think thats a healthy balance, because its far too common these days for people to start a hobby, try turning it into a business venture, and end up working 2 jobs and burning out big time
I'm also not niave. I know it's incredibly competitive and saturated. However; I'm a mobile dev by trade so I am already immensely familiar with the landscape when it comes to that sort of thing. I'm also entirely okay with long turnover, and a high chance for failure. So much as I've learned and had fun along the way, then it will remain a good experience regardless of the outcome.
if the overarching goal is job replacement though, wouldnt it be worth considering pivoting to a different project where you can continue to have the long turnover but have a significantly lower chance of failure?
My local grocery store has all of their bakery item IDs hardcoded as disallowed in the robots.txt. I wonder what the story behind that is 
World so monopolized that you can buy money with money (currency exchange)
I mean that's why I have a full time job lol.
I'm sitting here reading though this like "I wonder if I'll ever make a paid app in any way"
and im like if ill get paid or not D:
you said earlier your goal is to replace that job though
It is, but I have a job now, so I'm already doing what you suggested xD
so the goal is to replace the job, but you dont care that the project is unlikely to replace the job because you already have a job?
Hi How can I get the Early badge without breaking Discord’s rules?
same :/
you cant
you dont
Correct. I don't care xD.
Time machine
Branch another timeline in this universe
noooo
Better call CERN
Kick a rock and AI be gone
i mean you are setting yourself up for failure then, but you do you
given they're called "early" and all... meaning... an amount of time before now
I might have to go for a different field of work later on, but right now im not in college and im enjoying this right now :D
By setting a goal and being okay that the goal could potentially fail?
by setting a goal and intentionally taking a path that is less likely to achieve said goal
…

Bud joined in 2016 and still missed 🥀
After my Bachelors, ill either decide to continue doing a Masters in CS or different field depending on the condition of market and ai at that time
I am definitely going to try to lean a bit more into the cyber security side of things (as much as I can, im not a cyber major). Given recent events, I think that might help
still focusing completely on cs however
I do want to build a project that I enjoy though. That's the thing. This project is enjoyable, very much so. If I chose to go write some AI generator slop website so I could replace my job, I could have done it already. I'd hate myself doing that however.
> Sets my device's datetime to August 2015
Taym trabel
CSharp?
computer science
Computer sharp
I dont know what i might do tbh
discord keeps sending me DMs about re-verifying my bot(s) but there literally is no option to do so...
Didn't you say your job has you use $200-300 per day of AI tokens
per day!??
How about CSharpSharp (CSS)
That's what he said yes
Lol yes that's accurate. Which I don't enjoy haha

That means the company is paying twice as much in salary essentially.
thats totally fine to want to do it for the fun of it (i think thats the best reason/motivation), my point is that i would reconsider the job replacement goal as part of it, because if thats one of your goals and you know its unlikely to materialise you're setting yourself up for disappointment. if you focus purely on having fun with it, then you can be satisfied regardless of if it makes a lot of money or not
New dev here
explain, what do the AI token do especially in ur job
Hi new
What's going on here?
these days that's probably like 3 opus requests
J*bs and m*neys and *Is
Well I can make an AI it's too easy
censor that slur
You sure?
AI is ugly
I'm a developer. They have this big push for "ALT" (AI Lean Teams), where there are 2-4 of us on a team, for a single client. Our goal is to develop as fast as humanly possible. The faster, the better. They track "Fast" via how many tokens we burn up. In our case we literally smoke Opus 4.6.
Yea fr
making a frontend for an ai and making an ai are not the same thing
^
Literally abandoning all code quality, testing, etc..
maybe haha I have no idea how token usage is measured or anything
Fixed. My bad
I know
Never put the API key on the frontend
How many parameters does your ai have
Or you will reveal it
im on copilot pro and just use it to discuss architecture/design questions to sonnet, that uses a decent chunk of current billing but i dont exceed the plan. next month i believe things are changing, so we'll see if it ends up no longer being sufficient
However if I don't do it, there's a high likelihood I'll end up in the next round of layoffs. I've been applying for jobs to get out for over a year and I don't get calls back or anything. The job market for devs right now is absolutely cooked.
Making an AI is easy, making what people consider AI these days is hard
a = input("Yes Or No")
if a == "Yes":
print("Yay")
else:
print("aww")

Parameters??'yea I don't understand English fr
oh one of those people who dont understand the first thing about coding lol. I dont think AI helps with coding more than the human. And I mean as the lead, if the AI is just aid, then yes, otherwise, no.
I only use the web version so I'm not really sure how it works with that
What about an isEven AI
has the job market continued to get worse than it was in 2023? people were super doomer back then and i had zero troubles getting a job, i got a couple offers within a few weeks
You built an AI but don't know about parameters 🤔
"AI is gonna take over the world" print("Hello World") has more chance to take over the wold than AI bruh
Well it has been 3 months since i became a coder
it's very bad in the US
does sudo rm -fr --no-preserve-root / if even
does sudo rm -rf --no-preserve-root / if odd
Dunno about you, but it appears AI
Yep... people who don't know how development truly works, or how AI is actually stupid asf, making all the decisions and not thinking to ask the people who actually know. Personally I've developed tooling for LLM's and I can tell you first hand how much of a band-aid lives on LLM's. It's all smoke and mirrors. Every bit of it.
its handy being able to mention something thats in the codebase and it know what im talking about, so i wouldnt really want to switch to a browser alternative
im confused, what is this?
Me when W10
import random
def is_even_ai(x):
return int(x + random.random()) % 2 == 0
I also wanna use codex :p
What's that?
people were saying that in 2023 tho 😂
whats the command/way in windows i havent used windows in years (properly)
Code plagiarism checker
Yh ive worked a couple places where they think AI is like this super advance brain like never before lmao
DAYUMMMMMM
3 months since i became a coder
it takes time to learn a new skill, making a discord bot is also not a beginner project
No idea either. I don't use terminal commands much
You should see the looks I get when I tell people "AI Is stupid, it's a fancy guessing machine, nothing more." You could hear a pin drop.
anyone can make a discord bot, but not everyone can make a good discord bot, which is prolly what he's struggling with lmao
Welp I did a functional 24/7 hosted bot so? Yea I made an AI a website blah blah
Its so hard to tell. I dont really have anything to compare with. But this year I applied for around 45 internships. I got interviewed by 4 or 5. And got 0.
Fr thanks
I thought it would be, but then I didn't like it - it felt weird to have it in my coding area honestly.
So I just went back to using web. I have the $20 pro plan so it has a lot of context built up around what I'm working on, my preferences, etc. And then I just paste code for it to look at or upload if it's more than 20ish lines
yh fr
You said you give up ¯\_(ツ)_/¯ thats why I said that
iirc i applied for around 50 jobs all up, 3 interviews, all offered
Give up in discord coding bruh
Wanna review my resume and give me tips? LMAO
thats scary 😭
I meant that
developer badge gone ?
yes
Ye
That question gets asked 300x a day doesn't it. xD
i made mine in html so it could make it look really nice, im not looking for a new job (nor do i plan on doing so any time soon) but i should update it 😂
bro the job market is just absolutely crazy
HTML mentioned
yes
ish
Lemme just watch YouTube while coding best thing ahh
i never really see it, but i mean yea id be happy to have a quick look if you want
Peak
Guys, hear me out though. If the AI bubble busts, anyone who can ACTUALLY code is going to be friggin rich. Companies are gonna scramble hard & fast. Given CS admissions are down 9% YoY, they'll be paying top dollar for talent lol
Anthropic is getting dangerously close to pricing themselves out.
main things i see people do wrong is AI generated text, tons of unnecessary information/self-glaze, and no character
How to secure yer j*b:
Don't document the codebase you made
makw it so only you can read it
the perfect AI requires a skeleton, not a body. That is the only time AI will truly be AI
If we dont allow AI to understand why speaking a certain way and doing certain things a certain way works or is required it'll only do what its told
the if and when are what im worried about
if u make Ai understand living and dying more profoundly with consequences it can exp, it'd be a game changer
Just ask AI to fix itself :person_shrugging:
is any llm or coding agent company even self sustainable
My school is going to have lower enrollment for the first time in quite a few years. I think a good portion of the "missing" students are in computing majors. Which is not great
not even remotely
Well the big companies are finally trying to catch up to their deficit. Increasing plan pricing, API usage & tokens, scaling back data-centers, etc. All of it points to investors getting uneasy and not enough money coming in to justify their costs. Eg "The bubble"
Case in point, Claude used to be great, for consumers, now it's 2-3 prompts and your tokens for the month are in the wind.
current ai prices are still "discounted" by investors, not the actual price of what is used to maintain the service youre using right
buh :p
idk what kind of prompts you're writing but i never have an issue with usage
Yep, and that's why prices seem to keep going up, and token limits going down. The writing is on the wall.
I dont use AI a lot, especially to generate code
so even Claude Free is enough for me :p
What model are you using? Sonnet? If you use Opus it's gone fam, all of it is gone xD
Opus 4.6
What?!?! How
Me neither, but I use AI a couple times a month.
I can't even ask the most basic of questions without it running out lol.
idk, I use it for all prompts though
I've never used AI ever. Questioning my own decisions is enough for me:3
even just casual conversation
i do stuff like this with ai sometimes,
cuz typing on a touch keyboard is pain
Casual conversation may be taking it a bit too far. I'll see myself out now.
Lol
unfortunately my weekly usage just reset so I don't think I have a way to see what my typical usage looks like
I just know that I don't hit the limit
I don't even bother anymore tbh. I use ChatGPT for searching and brainstorming only. It's not worth the effort xD
i cant see my usage on the claude phone app?
Why are you coding on a phone? What kind of frankenstein environment is this? lol
Sir... you are built different. Very very different.
Arnt you making a lib?
although i use this giant size tablet as display sometimes
YesI am
^
lib code
Crazy dedication to do that on touchscreen
Bro... get a friggin raspberry pi
i like coding:D
im gonna get a physical keyboard in 2 weeks :3
after my exams end
expensive + id need to buy a display keyboard and mouse too
I now realize how truly blessed I am. Thank you for humbling me.
true they're expensive
I did sort of break Claude the other day though
by the way what app is that
The next time my guy donates a hunno, I'm setting it aside for you to get a laptop.
and itd be weaker and laggier than my phone
AVNC, a vnc viewer app which connects to the vncserver running on termux
ah i was guessing termux + vnc, but every vnc viewers i tried all suck
right now (ignoring the battery drain), it can run pc version of discord, firefox and vscode smoothly
I demand you set your nickname to "FrankenDev"
AVNC is peak!
great ill try that
Also when using vnc its absolutely necessary to disable phantom process killer
have you done that?
yea?
but i disabled dev mode a while back
so it would've been reverted by now
(picky bank apps)
dev mode doesnt affect (i think)
since its a flag set by adb
unless you changed it via developer settings
well i did
There guys, I optimized my landing page and fixed it for mobile. 😛
from what? the gui settings app or with adb
dev settings
yeah then thta will revert when you turn off dev settings
flag set by adb doesnt (atleast for me)
you shouldsee if theres web version
i have a vnc server on my laptop that i run on while true
nope
i kept getting annoyed so i just started using the web vesion
for a govt app
it crashes often on the first few tries, but eventually it stabilize
so maybe there'd be autoreconnect on AVNC
this was from a few days ago. claude really went on a trip.
auto reconnect isnt on avnc if you mean like ghe vnc turned off and then you want to connect again
youd have to press the retry button manually
I once had it start speaking a language that didn't exist. From asking it to move a directory.
How do you check usage percentage on claude?
google says i cant view on free plan :p
anyways i go now byee
https://claude.ai/settings/usage but yeah you can't on free
you really don't get much usage on free claude tbh
depends on what you do, my mom uses it and gets a good bit but yeah nothing like compared to if she had pro
I sometimes burn through pro because complex topics and it uses A LOT of the tokens

AI has more wide range use than vibe coding lol
and many of us here use it an an assistive tool
It's not a language
Crazy how there's more than just Python out there.
python
And people here do things other than develop Discord bots
same thing brodie
Like thousands of languages
Like we all dont know that ✌️
yeah if you think Discord library and a language are the same, I'd expect you'd also think all AI usage and vibe coding at the same.
Forms of AI have been around since pong's release
When discord.en or discord.us-en
ddevs.fyi
if you use AI for python thats just sad icl
discord.en-GB
Good thing I don't use Python
Indeed, colour > color
Let's see some of your code
color > colour
Less characters
What you wanna see
Thats coz you use pithon
Anything you're proud of
Not really proud of anything i do though 💔
Maybe you should use AI to help you get better
slop :\
ctrl c ctrl v 😭
That's not how I've ever used AI 
Amazing, good for you 🙂
Crazy how you're artificially limiting the capability of AI as a whole by dumbing it down to one single use case.
I find that people who limit technology like that are probably the same people scared of any sort of technological innovation as a whole. AI has it uses, and while some I disagree with on principle and some I think are just stupid, it exists as a tool for a much broader purpose and I've seen some fantastic uses of it in businesses and in my own life 
It's a great research tool at times, especially in agent modes.
Research is fine, people who copy and paste are the people i dislike
People who "copy and paste" are a fraction of a fraction of AI users
AI extends WAY past vibe coding
How is discord.py and python the same
its similar but not the exact same, your just putting it out of context
and by limiting your scope to that, you're creating an echo chamber of hatred when in reality you're using AI almost every day.
I disagree
i personally think 75% of bots on discord are copy an pasted using AI
You do realize AI is used outside of Discord bots right...
Me when ctrl alt arrowKey instead of ctrl c ctrl v
Just becuase your scope is limited to Discord bots doesn't mean the world as a whole is
I mean if your talking abt AI in general and not on the discord side of things yea
We are in a server named "discord developers"
well yeah lol
So its hard to context things
Crazy how we're talking about general development and usage
in a general development channel
I vibe code (listen to music and code)
Considering their bio is "Bot developer", I'm pretty sure their scope is only limited to discord lmfao
Within discord
when I grow up I wanna be a bot developer
You do realize knowing how to read is free right?
I think when they specify discord developers they mean within discord ✌️
Microslop bot developer
No?
Source?
Keep dreamin'
Yuh you said general use
"...related to Discord, coding, and tech..."
Crazy how the rule also states "Stick to channel topics"
Notice how the category says discord developer platform tho
Dude, you joined today lmao. We've been here for ages. I'm sure everyone else here knows how this server works.
guys we should listen to him he's been here awhile
So you judge people from how long ago they joined
surely we'll listen to someone who things discord.py and python are the same
Good to know
Average DDevs drama
more like children being children and not applying critical thinking skills...but we move forward.
You do know that one is a language and one is a library, right?
I mean yea its a library but its still python :()
Ok unc
I decided to explore the idea of PDQ hashing and expand that general ideology into the text world...interesting research tbh
Library == language 🧠 📉
Which drove me to https://en.wikipedia.org/wiki/SimHash
In computer science, SimHash is a technique for quickly estimating how similar two sets are. The algorithm is used by the Google Crawler to find near duplicate pages. It was created by Moses Charikar. In 2021 Google announced its intent to also use the algorithm in their newly created FLoC (Federated Learning of Cohorts) system.
I don't judge people as a whole based on that, no, nor am I even judging you - just stating that your opinion on the topic of this channel doesn't hold much weight
Why does my opinion matter so much to you :()
It doesn't
I just asked why yall were talking abt claude and it has came to this 🙁
I was talking to matt too idk where you came from..
I've been here awhile lol... and I'm not attacking you
We get it ✌️
if you want to talk to someone privately... you can dm them.... but since this is a server... anyone can respond
Internet user discovers the concept of public channels.
I mean yea but why is it a problem i have an opinion
Is this related to Simlish? kek
Sure she can disagree with me but whys it so important that shes been here longer then me 💀
when I said I've been here awhile I meant like... I've been chatting here for the last hour or so
And your point is?
i read the conversation... the statement was that you were trying to say the purpose of this server and the acceptable conversation here based on your extensive experience in this server compared to her's
Hi all - quick question of something I've been wondering if its possible (im pretty sure it should be?)
If I wanted a way for users to have a custom discord rich presence (without installing any 3rd party software) - would using discord activities bot be the best way to do that (and can I integrate it with a discord bot)?
The context for this is that there's a VR game that a lot of people would like to have discord rich presence for, and I have enough API access to the game where I can find what servers players are currently in (and I'd like to display that on their discord accounts)
I made a opinion not a statement
well you said that you were talking to Matt and didn't know where I came from - so I was addressing that by saying, I was already here
and from my side, do not DM me...I will not respond...unless I know you or like you.
I really don't though
Then why are you talking to me still
We're all here...all the time. Forever and always.
We have a third eye for DDevs
This is a public channel - if you're going to talk about someone, it's reasonable to expect that they'll respond to you
yeah idk what i was thinking expecting help from people on discord, just block eachother yall 😆
I'll try elsewhere with my question, thanks x
your asking a very specific question in a general chat. It will either take people time to process and find the answer or people just don't know. If you want a better chance, there's #1478857869960019968
Or this \/
might be more appropriate in #activities-dev-chat or #social-sdk-dev-chat
thanks will throw it in there
it might take longer for a response... but your messages is more likely to be seen by someone who knows about that stuff
yeah figured, cheers
Anyway sorry abt having a opinion i guess 😭
from first read though, I don't think there is a way to set the presence of a user without something being installed...but imma stay out of that potential thread because I could be wrong.
I forgot that this tag is listed like this
what's wrong with it :p
RFC9989 drafted... almost in the 5 digits
yep
whats the ELI5?
of that one specifically? or RFCs?
that one
😆
no idea lol. I'm just on the IETF mailing list and saw the tracker notification pop up.
Ahhhh, imagine being on the mailing list lmao
you can sign up!
but yeah...can't wait for RFC10_000
yeah but like...do I need to be signed up?
probably not unless you're interested in internet standards development and protocol work
which I am not lol
there was some wild drama in the TLS working group today though
what
huh? other than me reading right now that last week there was a secrets being in a public GitHub repository and that GitHub had a breach today there's more? 🤔
Hey everyone! I'm developing a Docker-based hosting bot
for project configuration and maintenance. Which channel
or community would you recommend for finding partners
or support staff for this kind of project?
thanks
they've been popping up in winter too
the concept is the same
kids on break from school, have some money from holidays...get Ptero panel and boom... MyPerfectSummerHost
.. that's cool if they do it that way, I won't share worst
Daily fiverr link
so, WG chairs put out a "last call" (basically a "ok unless anyone has objections, we're going through with this") on standardizing usage of ML-DSA for authentication
some people are objecting and think a hybrid ML-DSA/Ed25519 should be used, in case ML-DSA is broken (it's a new algorithm so that's unlikely, but certainly possible)
someone (member "A") sent a massive email accusing the WG chairs of not having consensus, of corruption, states issues with having employees of the NSA amongst members of the WG
another member (member "B") replies and says "this is embarrassing behavior" and some other stuff I can't repeat here
WG chairs give a warning to member A
email comes in from higher ups that the message from member B will be redacted from the mailing list transcript due to its inappropriate content
some members raise concerns about censorship
ML-DSA?
ML-DSA (Module-Lattice-Based Digital Signature Algorithm) is the official post-quantum digital signature standard standardized by NIST in FIPS 204. Derived from the CRYSTALS-Dilithium algorithm, it secures authentication and data integrity against attacks from future large-scale quantum computers by relying on the hardness of module lattice problems.
ugh it's yet another post-quantum thing
I saw said email from member B...it was WILD. I don't know how I feel about it being redacted though....I'm 50-50 on it
Which fixes the issue of the other vulnerable to quantum computers huh
Because Linux mailing list has had way worse
I should subscribe to the mailing list just for these drama moments
Reminds me of "Java (or also known as JavaScript)" lmao
I wouldn't expect the highest degree of professionalism there, though 
Or use an overload
But I'm just saying this is the proper way
That's what I said :D
hmmm I'll see
You could overload it, but this is the cleaner approach.
-# I just wanted to join the train
:dogeKek:
which of these?
or like an overload with two protocols?
SupportsData
from typing import overload
class AcceptsData(Protocol):
@overload
def __init__(cls, data: Any) -> None:
...
def __init__(cls, data: Any, **kwargs) -> None:
...
-# I think

I’m aware of all this, I was just wondering from your wording if you had made this specific one.
VNC is used very frequently I’m in my workplace due to always being mobile.
No it's free on the playstore, not made by me

pithon doesn't like this :<
wait no
:wilted_rose:
-# Hallo~
I'll figure out this later 😭
also I'm also using it for stuff like Enums which won't satisfy the protocol either
Why not
You could Union, I guess
Anyway, I hope I won't have this kind of problem in mine :3
nevermind took me a bit to undertsnsf how they wokr
class SupportsData(Protocol):
@overload
def __init__(self) -> None: ...
@overload
def __init__(self, data: Any) -> None: ...
def __init__(self, data: Any = ..., **kwargs: Any) -> None: ...
best to just rewrite in swift
It would be the quickest way
|| Get it? Quick? Swift? Like, fast?
||
:p
@daring wasp
Adding kwargs does not force you to actually pass them, and an empty kwargs does nothing. So this works, without any overload
send me nitro boost please
Read the first thing in the #rules
oh sorry
wait aaaa
No need for an overload
I never knew this myself that kwargs is as optional as that but yeah
this don't work either or I'm very stupid
Try this
I spot demigirl flag
hi hanna
hi
No wonder the pfp looked familiar
please look mp two second please
Are you gonna ping every one of the mods?
I'll just keep callable for now, gonna think about it layer
Is data even ever a specific thing/type/value at all?
doesnt matter really
my point is, use a protocol for a class type that takes data, and then add kwargs which is dumped in the object no matter what since it can be empty...
I was capping apparently that worked (⬅️ ignore this message)
I'll just finish up the message object for now then work on the gateway
Me when Maybe concept
:six::seven:
Heh
Nevermind, it a decor factor
this one's cool tho
I had a question how do I take someone down with a modded discord?
You do not
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
They report them
No one here can help you. You can report them using the in app reporting tools or you can block them
I do. I still get nothing
This server is for help with Discord APIs, SDK and other various integrations.
Is it development related?
You won't get help for that here
Nowhere
Yes
So I can't protect myself from anything?
That's not related to a script
Reporting doesn't do anything if you don't do anything to be reported about
And if there's a false positive, appeal it
But I'm trying to make it to where I can't be reported at all. Without having a modded discord
You can't
There's no such thing. You can't prevent reports
That would defeat the purpose
Oh okay
Makes sense
Hey, how do I make it so it's connected with the banner on top? And how do I make these divider lines?? Also, how do I put the menu option inside an embed????
It's not an embed, that's container
You can use something like https://discord.builders to play with them
Use new Discord components in messages for free and stylize your server however your want.
Ohhhhhhh

My team invited me to a huddle.
"The titles are overflowing, we need to limit them"
Click.
I hung up.
Pointless Jira tickets without assignment.
Classic rookie move.
I hardcoded the widths of characters and capped inputs after a threshold.
Committed and merged instantly.
I went back to networking with shippers.
They'll come up with a better solution next time.
What color theme is this? Looks cool.
https://www.youtube.com/shorts/sZnP4PYySfI damn no JS required
Invoker commands are here, and they are amazing
HTML is no longer HTML
seems like default vscode
It isn't. the default looks ugly.
How do I get a user off here that is evading a ban
This guy is saying he has scripts to report people
looks like One Dark Pro
One dark pro is way different than that.
How do I get rid of a child pred on here his name is newmodelhellfighter he's evading a ban
This is not a support server.
Contact discord support !support
This server is for help with Discord APIs, SDK and other various integrations. For general support, please contact Discord at https://dis.gd/contact, or send us a message on Twitter at @discord_support
I tried they don't do nothing
This isn't a discord support server.
We can't do nothing either
Because no one here handles reports
Dark Modern
Oh
How are you?
We work with the api, not with discord
Oh ok
what api
HTMLish
Google it
Why does mine looks ugly though?
What do you mean by ugly?
Is it from the VCS theme?
extsensionsdan
Me when Dark High Contrast
Can't find it. I type extsensionsdan on github main search bar but can't find anything.
Your text has more colors than mine, mine is just default looking. It looks weird.
it is, dark mdoern
Python without colors 
I use what i want 
Fr
That's bad.
Ok!?
This is the best theme ever.
Not even signed in though
Name of the color theme and the folder icon theme?
name?
@pallid oriole hello can u give me the bug hunter gold badge thanks
@dark moth hello can u give me the bug hunter gold badge thanks
i love u 🥺
Thats not how that works, had not to do with this server even
hmmm okok, what do i got to do to have this badge
Badges are off topic here, see the support center for more info or contact support
if i ask this in the support will i have this badge ?
No
okay ☹️
@fleet chasm Please tell us the theme name 😭
happy birthday
Thanks alot mate ❤️
❤️
🐟
hangisini
Where do you install it from and what's the folder icon theme?
which
Here
theme name deep dark material theme
theme name deep dark material theme I'm using a different theme for the icons; it's called Material Icon Theme.
thank you
You're welcome
Right sidebar 🤮
salut je recherche des gent pour testé mon bot de sécurité discord il faudrait faire des attaque sur mon serv ( raid , nuke , spam ect...) si vous êtes partant vener mp svp
You have to maximize free tiers somehow
This server is english only
Why not just forward the message 
What's the point of displaying Media: None? Isn't it better to not include that at all if there is no media?
Also if that's a report then it will be good to have a message link to check the context of the message because that could be useful is some cases
Ah, there is one
I'm just blind 
😮😯😲
as in the message being reported
ye
Also instead of 2 separated fields for message link and message content I would go with one field for both probably
why is the message link all the way up but the message content is all the way near bottom
Forward + report info + actions would be how I'd go about this 
Probably something like Message (<message link>): <message content>
thats a better one
I didnt get this
I will do what nyunyu said before I thought it'd better if mods can click on the link to see msg and its replies rather than reading it in msg content
the one problem i am wondering about is i dont want someone to report my bot as spam if it dms them the warn so I have to display it somewhere in the server itself ig
Then make a channel for it
I would have to keep the person who reported anonymous in there then
Me wasting claude credits on fgn mr chips love Story 🥀
Salut
"Reporting Discord apps" 
It was related to a screenshot i sent to understand the sentence, and smhw he named it that way
Salut
not automod's fault that you don't know the invite
Missed -


If you are looking for a place to chat with people about Discord features and communities, check out discord.gg/discord-townhall This server is aimed at users interested in building applications with the Discord apps API.
It's annoying that there are 2 spaces in the server name but only 1 in the invite url
Thx
Why isnt it .gg /discord
because .gg /discord is friend invite to random account

Hi I need help for my server, someone help me please.. we got a big problem with it
the server name used to be Discord Townhall I think
Makes sense
how to add bot in my server?
Contact support for appeals, nobody here can help you and the only thing you're likely to attract are fake support scammers
i thought it was town hall always
I need a discord server for Saas
Isn't this image from a 4 years old reddit post?
I think advaith meant even before that, like at the start or something
it is, i just realised 2022 was 4 years ago, i thought it was like 2019

2020 being 6 years ago feels unreal
6 years ago in 2020 felt different
Unreal mentioned
🗣️🔥
he was right..
Advaith is always right, it's advaith after all

