#development
1 messages · Page 43 of 1
Did you publish it as self contained
If not that might be why, otherwise you need to bundle it with the DLLs and stuff for it to work
it's a rar file, not bundled all the DLLs are outside of the main exe
Obviously not, he’s missing a dll 
🗿 then redownload the rar
I sent the same rar to a different person and they played it without a problem, not on wine tho
dlls should always be bundled
then why aren't they bundled with unity games by default
Hold on I was using an older version of Wine because for whatever reason the WineHQ developers haven't provided the latest stable release for Ubuntu 22.04
oh
Yeah it could be a wine issue
hopefully that was the issue
also hopefully my PC will work (?)
is it just taking a long time to boot for some reason?
nope
because some dlls dont need to since they already exist in the target platform
some are bundled with windows for example
just as I described above, black desktop with daskbar, only the windows logo and the search ucon
Your windows might be fucked
can't press them because my mouse turns into that blue big circle
Sounds like your OS is corrupted
Have you tried going into recovery mode since then
It MIGHT be able to repair
Depending on what got fucked up
nope, it just recently done with the disk repair
oh I see
backup all ur stuff and format
Is your desktop something like this
yes, but the mouse doesn't have that blue loading circle and the task bar is visible
😩😩😩
I'll wait a lil longer
acc I'm just gonna go sleep and see what happens in the morning
it's already late
What
That wasn't the issue either, even the bleeding-edge release of Wine gives the exact same error
It's an issue with your game
can you run the other version of my game?
if you can't then it's issue on your end because that version was tested with wine
Making games cross platform sucks
Where's the other version?
the one on the itch.io, it's the old version with infinite generation
I assumed you already played it
is it possible to clear an interval inside the interval?
doing js var fetchingStats = await setInterval(async function() { const taskStatusRequest = await fetch(`https://api.blacklister.xyz/task/${taskID}`) const taskStatusResponse = await taskStatusRequest.json() console.log(taskStatusResponse) if (taskStatusResponse?.status) { clearInterval(fetchingStats) if (message.reference) { var reply = await message.channel.messages.fetch(message.reference.messageId); await reply.delete() } return await msg.edit(`Successfully added **${taskStatusResponse?.inserted.length}** users to the blacklist! **${matchedUserIds.length - taskStatusResponse?.inserted.length}** failed to add - possible duplicates?`) } }, 3000); but it doesn't want to clear 
no
The older one doesn't work either, I'm 99% sure this is not an issue with Wine nor Steam Proton, the compatibility layers work on other applications and games I just tested
ah
so is it something I should change or?
Yes, hold a reference to it
what would be the best way of stopping the interval when the task has been completed?
wont work if it references itself at declaration
Not how intervals work, they're based on callbacks, which they can reference themselves
so how would i clear it from inside itself
An example:
let foo = 0;
const bar = setInterval(() => {
if (foo === 5) clearInterval(bar);
console.log('baz');
foo++;
}, 5_000);
hmm
Definitely, you should try looking for the source of that error I showed
It also provides an error code, so have at it
weird, usually u cant do it during declaration on other languages
I think you meant it in a different way, for example, you can't do this:
const foo = 1 + foo;
because it's using the value of the variable before it's even declared, in callbacks however, especially in what I showed, it doesn't immediately reference itself, it does only after it's declared
All programming languages allow this, as long as it's not referenced immediately
no, even with callbacks
As you can see, the arrow function passed to the setInterval() function is only called after the variable is declared and the setInterval() function has been fully called and returned a value
it doesn't allow cuz the variable is undefined
yeah but the other version was tested on wine and executed fine so how come it doesn't work now?
ty, this helped 😄
made my mass add command use a task based system
tried to add 20k user ids at once before and it broke because of node-fetch request timing out
ye, but for example, a compatible java code
var exec = Executors.newSingleThreadExecutor();
var a = exec.submit(() -> {
...stuff
a.cancel();
})
doesn't work
One message removed from a suspended account.
So is your computer working now @ancient nova?
yeah but it's very slow since disk usage is constantly capped at 100%
Some languages have issues with it, but most of them generally work with the same concept
Either Windows doing Windows things with it's bloated and annoying services, or it's probably still trying to recover so much so that it's hardly able to display anything properly
Apps that are maxing out the disk seem to be (In order of usage)
System
Windows Problem Reporting
Acer Portal
ACCStd
FubTracking
check if you recognize any of these programs besides the obvious system ones
also a couple new ones popped up:
LiveUpdate Checker
Host Process for Windows Tasks
The other ones aren't really important in this case, the system is the main culprit
System is probably just as confused as you rn
yeah 😭😭
Likely doing a full scan over the OS to check for corrupted files or something of the sort
try disablind superfetch/sysmain if u still use hdd
Inb4 Bae had a virus that causes all of this
Superfetch is essentially just windows bloatware
Fetches useless shit in the background
impossible
ah so how do I turn it off?
Not impossible, viruses can do this pretty easily
At the moment I would let it do it’s own thing for a little bit
Rather than messing with it while it might potentially be trying to not kill itself again
my PC wasn't connected to internet since yesterday at around midnight, while my PC was still fine
😶
both are the same thing
….
alright I'll just wait, maybe the usage will go away
That’s not how it works lol
Just because you’re not connected to the internet doesn’t mean it can’t be there
Antimalware Service Executable popped up 👀👀
That’s just windows defender looking at things
"Oh boy what the fuck did Bae do this time"
ik but I haven't downloaded anything during that time either, so that's quite weird
bruh that’s not weird for viruses, most of them (if they’re well made) don’t just immediately attack your computer
A decent amount of viruses wait for a good chance to exploit and fuck things up
your pc barely returned from a total colapse, it's normal for the antivirus to run after that
in the span of the nearest month all I downloaded was gta v from steam and a couple other junk like textures or 3D models for my game
😑
uhh yeah I think I can check them now
I just barely am able to do stuff on my PC now
inb4 his boot section was corrupted
The Event Viewer application
^
Then try the steps I've outlined, the search functionality isn't needed
@earnest phoenix Windows Event Log popped up in the task manager
also the search bar is stuck and I can't get rid of it
so that kinda softlocked me cuz I now can't press the windows key
🥶
Don’t do this right now
If his disk is already bricked by the system it’s going to be a slow and painful process to do that
Their OS can barely stay idle
So it's a good idea to check the system logs and see if it's anything we can fix
gl
Not a good idea
ofc I'm not going to do so
That'll probably break the system and corrupt the HDD, because there are too many read/write operations
whats Unistack Service Group?
there are 4 dlls in there
Contact Data
User Data Access
User Data Storage
Sync Host
No
At this point I would seriously just recommend reinstalling Windows, especially Windows 11 since it's pretty stable now (unless your machine doesn't meet it's requirements)
Just let him chill on windows for a second and not suggest a thousand things
using 3mb of ram and like 40% of the disk
nah it's still 100%
that app was using 40% by itself
😁👍
Another thing I would recommend is updating your BIOS, the BIOS can be incompatible with the OS you're currently running and cause fucked up issues
I don't have a spare drive tho I only have 1 usb stick with like 16gb on it
I was planning to backup my most important stuff but I can't even open explorer
and the task bar is frozen again
how is updating your BIOS dangerous lmao
That makes no sense
If anything it’s bad to not update it
Updating the BIOS is actually the opposite of dangerous
😔
Not updating can be bad to everything on your machine
Run bios from 1992 guys, it’s safer than the 2022 bios update
👀
Ah yes because people’s power randomly goes out during a 5 minute bios update
Every manufacturer releases BIOS updates
Yeah
They ship with important security updates and performance improvements, and sometimes adding new features and support for additional things
Especially big ones like acer
classic
Watch in horror as the tech stack crumbles like a Jenga tower built on unstable foundations
what the hell I don't even know how this got here? Windows uses JS??
That is not a windows error
One message removed from a suspended account.
That’s an error from something Acer related
well what is this?I have never seen this before in my entire life
One message removed from a suspended account.
Acer Portal
One message removed from a suspended account.
💀
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
The OS part of windows doesn’t use js, the sea of apps included with windows does use js though
Probably because acer has something automatically open on your search bar relating to that
^

enable powertoys
One message removed from a suspended account.
my searchbar froze for 10 minutes and then crashed
Their search functionality doesn't work, their OS is barely able to stay idle
so good luck with that
One message removed from a suspended account.
powertoys works 10x better
properly indexes
its changed the way I use windows ^_^
It doesn't have anything to do with that, it's just that their Windows installation fucked itself
Me when windows doesn’t know how to binary search :troll:
oh we are still on that?
🗿
reinstall windows ^_^
I want to backup my files first but if disk is constantly at 100% I can't even open explorer
duh
@ancient nova
Please consider what I said earlier, reinstall Windows
And update the BIOS
https://www.partitionwizard.com/partitionmanager/acer-bios-update.html
you dont have a backup running all the time? 👀
on the same HDD?? 🗿
The BIOS updates can take a while to apply yes
Huh … bios update? The heck is wrong with your system to risk that?
That’s no reason to update it
Absolutely no reason
I forgot why the search bar is crashing
There's nothing you can do about it at this point, either plug out the HDD and plug it into a different PC to backup important things, if it even gets detected, and plug it back into where it was
my disk usage is 100% 🗿
???????
Do you even know what BIOS updates are and what they contain?
Do you legitimately think high level engineers at big software companies are still releasing updates for legacy BIOSes without a reason? No, it’s because they’re important
great… and I’m offline in the middle of the conversation

If BIOSes didn’t need updates, they would not get them. Manufacturers generally receive no actual benefit to creating updates for them, other than to keep people happy by not fucking their systems with security flaws and such
I wanna order food 
what if his hdd is the one thats fucked
Just because you don’t see the benefits of them, doesn’t mean that they’re pointless
BIOS updates are important for several reasons:
- Security
- Performance
- New features
- Stability
- Support for newer operating systems
- Support for newer boot modes
And a few others
I meannn we are speaking about development kinda soooo
Unless you run into specific issues or need an update to support different hardware you don’t update it
FakE, BIOS updates aren't necessary but they're important, that's why every manufacturer recommends to update it, but a decent amount of people don't because they have no idea how to do so
If people were to follow a few instructions these days...
It’s like putting oil in your car
Sure you might not HAVE to at first, but you’re eventually taking a risk by not doing it
wym oil is def not necessary
Security… pfff you mean spectre for example? Don’t make me laugh
My fucking gosh… doesn’t let me send one message without being offline for another 30s
Arregegegeg
😕
who doesn't like their shit locking up
BIOS-level security is extremely important, that's why they usually include security updates as well, but if you don't care about that, all the others are very good reasons to update
it's not responding tho so give it a sec
I can't reinstall I need to backup my files
i don't want to lose my games and all the other shit I worked on
😕
This is why you use should use a remote repository for that kind of stuff, and take usual backups of stuff you don't want to keep in a remote repository
I can't, do you think chrome will even manage to open lmao
(Or have an Ubuntu stick)
Never heard about any performance increase yet but only decreases, not to mention spectre again, only updates performance wise are usually about over clocking, stability as reason also is weird, as a bios never becomes a stable release candidate with instability issues for the recommended hardware
my PC was fine yesterday I absolutely didn't expect anything like this to happen
msconfig didn't even open yet
Have you even tried looking at the logs yet? Thought we went over that
Brings us down to the update reason regarding new features or hardware which indeed is legitimate reason tbh
The only one as a general consumer ruining his bios is generally lost
can't open them
all I managed to open was task manager after waiting approx 20 minutes
Bios is pretty much the interface between your OS and your motherboard, it’s important that you update it
A lot of things are managed by the BIOS and go through the BIOS as well, so these performance improvements impact the entire machine and the OS
For security I already mentioned, it's very important but that's up to you, like it or not
Nothing is perfect, even BIOSs can have stability issues, and even a little bit of instability on that side affects the entire machine, most BIOS updates include the other updates rather than stability because they're usually already stable
Unless there’s an improvement you need in any update, you never go for the update unless there’s a major security concern, at least I would agree to that
I mean then again those updates aren't necessary, it's just recommended for the aforementioned reasons
Updates for no reason with a stable running system can cause additional issues you don’t wanna have
You'll never ever see a new BIOS update adding additional issues, they're carefully tested across many machines, because it's nothing to be taken lightly
I mean even manufacturers like intel, Fujitsu and ibm are mentioning in their patch notes that bios updates should be done only for the mentioned issues an user might has
Those things are like 1 in a million
Or is running into
They don't actually tell people to only update on those scenarios, but yes they do have patchnotes/changelogs like any other sane manufacturer releasing a new BIOS update, you get the idea
I'm waiting a little because I was worried it would crash in the middle of opening like most the other programs did
Bae you'll only make things worse if you don't just do a reinstall, and before that as I said, take the HDD and plug it into a different PC to take backups
They can ask their friend or one of the computer shops for temporary usage, sooner or later
@earnest phoenix the disk usage went down to around 50% until I opened task manager again cuz I noticed my PC running faster xd
What sort of issue he’s actually running into that you gavr such questionable recommendations
Until...
Push what to git? The gigabytes of game files? Good luck with that
my entire PC died got corrupted or whatever the hell else, we can't check cuz event doesn't wanna open msconfig doesn't open and I'm worried to run that script to boot into safe mode cuz I don't want my PC going worse
Their entire Windows installation is fucked, almost nothing works as intended as they don't have much else to do
why is my PC even trying to update in this situation
I see many programs running labelled update
😕
"labelled update"?
Like on the task manager or something? Or on the Windows Update center?
one program is
Standalone Updater
second is
LiveUpdate something something
in the task manager
Keeping the regedit discussion in mind and the fact it’s Bae, just reinstall your system and format the disk
in the right order please

I want to do a backup 😔
what the fuck there is 2 different programs labelled Standalone Updater
the same name
So disk space is your issue to backup your stuff?
Pushing their entire data which I assume is in tens of gigabytes and shit to Git and then pulling them later isn't a good idea
Good luck with pushing that 
well most of it are my games like gta v gmod rdr2
“Hey Siri, push 1 terabyte of data to git”
😔
Regarding the fact you don’t know about corrupted files, viruses etc. you should only backup what you really need and can’t restore
That's why I'm telling you to just borrow one of your friends' or computer shops' computers for temporary usage
uh
power button menu just popped up
thingy
Or alternatively buy a small SSD (128gb) for your OS, install it on that, and use that as your boot drive
Oh no they'll touch grass...
okay so should I shutdown my PC now or?
Did you try every windows inbuilt recovery or repair feature before even getting into this discussion?
Even cheaper than 30 bucks
(Although I would recommend a Samsung EVO drive if you can splurge for it)
all the games I made are roughly at least 100gb with all of the source, scripts, models and sounds
also other projects
my multitool, online chat projects
This is an option just saying
That's literally what saved them from Windows getting completely stuck on boot, and Windows did a terrible job at fixing itself apparently
That way you risk no data loss
And you don’t need to backup everything
It’ll cost you like 20 bucks
And not to mention it’ll improve your boot times significantly over an HDD
That’s true unfortunately but since I don’t even know what his issue is exactly trying is better than what’s going in here especially all those “recommendations”
I can't believe this discussion has been going for over 2 hours now
Smallest duration of Bae issues
Tbh in this situation I would personally buy a 120gb SSD
For like 20 bucks
Why bother with portable
Portable is annoying asf
Internal >>>>
Not to mention it can use a sata connector or he can get an NVME that’s even faster
should I shutdown my PC until I buy the drive or leave it running in hopes the disk usage will stop eventually?
my final question
Why is nobody suggesting him to just create a partition on his drive, save the data he really needs, insert a bootable windows version and keep format the old (first) partition?
Tf you are all suggesting…
No wonder this takes 10h
Because his windows is so fucked that he can barely do anything on it
I'm pretty sure leaving it to run isn't gonna fix anything, because if it was gonna be fixed it already would've at this point
He can't even open logs
I opened task manager
Creating a partition and actually moving data to it would take literal weeks at his drive's usage rn
Event logs? Yeah I know about that error
Telling you you don’t have permissions to open it
my search bar seems to crash whenever I open it too
His disk usage is being eaten alive. He cannot do pretty much anything on the computer, getting a drive for 20 bucks or using someone else's computer is probably the easiest way to do this
okay so I should boot my PC down then?
Although I don't see why you wouldn't be able to use someone's computer to throw a windows repair iso on it and set that as your boot device
That's probably even better if you don't feel like buying and installing a new drive just to boot into your pc
okay I will buy a new PC all I want is my games source code
that's all
idc
I wanted a new PC anyway
average regedit editor
that sounded rude
Oh wow, I just realized this has been the longest duration of a consecutive discussion in here
sorry
damn, we all have too much time on our hands
yeah
Reading the recommendations makes me only shake my head tbh
I'll buy a new PC, put the drive there and take out whatever I need
Could be so easy to figure out his issue if we would actually see and know what’s wrong exactly, what’s working and what not
alright, I'll shut sown the PC off then
I think I can open programs, they just take wayy to long
to open
FakE, we've tried and been trying for hours, there's no use for any of it, you can't figure it out because their PC is weaker than a Nokia 3310 currently

💀
Only issue is 20 people weirdly giving instructions …
Because it's Bae, what do you expect
not too expensive tho I have a budget max of 1000$
lol true
😳
okay whatever I'll power down the PC
gonna buy a 124gb usb stick and attempt to move my most important files
tomorrow
if that doesn't work
I'll take out the drive
anyway
thanks for the help
just buy a 4gb one and install ubuntu on it
then move everything important to cloud
Shut up Java user
look who's saying, php user
whoever would want to know already does anyway
depends on what they're storing, I believe most of those 100gb are games or downloadable stuff
That shit could split the world in half ong ong
ain't no way he's got 100gb of code
Even that's a stretch, models/assets are not 100gb unless he's made like 100 games
github
Maybe 100gb of code stuff including compiled files
I swear to God, imma sleep, wake up, and see that this discussion is still going
ye, no way they're using 100gb of assets
You can exclude compiled files and just recompile them later
Compiled files often take up quite a bit of space
bae doesn't use java
for example, this is my compiler's compiled files
Compiling the entire LLVM infrastructure, mmm
Waffle name reveal?!
fuck you
no
jackson
I feel you sir
no it just automatically did that
Ignore unused imports
Good, now go compile our LLVM 15 release
fine
Man… that’s nothing compared to Tim’s … collection
joke's on you, I haven't even used LLVM once yet

looks pretty good
you're talking to the same person who wrote this:
smoothie is string right?
yes
so its going to return an array of strings?
keep in mind this is just parsing, not typechecking
it's going to return an array of array of strings
2D array
yes
this is not type valid code
Now waffle
but it does get parsed correctly
pog
The hell is the |> <|
help
or he just wanted to be different
rust analyzer isn't working >:C
nvm had to write something
ngl seeing bae's catastrophe today made me push my code to github

Reminds me of https://ian-deploy.xyz/
I begin to believe waffle’s first name starts with j, call me genius
Can someone body help with my reaction role for my roleplay server
If you have an issue with a specific bot, this isn't the place to ask for help with it
I know waffles name and appearance
even where he lives
😎
No like can someone teach me or do it for me
This is a development channel, meant for asking for questions related to coding/related subjects, not a channel for asking people to set up bots with your server
However if you're asking about how you program a reaction roles bot, we can help with that
Well, you're gonna need to learn a programming language first
W h a t
There's many options, Javascript, java, python, C#, etc
Uhh
Javascript and python are probably the 2 easiest languages to pick up as a beginner
I mean you can technically program on a mobile device on services like replit, but it's not easy to do
I’m to lazy
However if you just want a reaction roles bot for your server, you can go to top.gg and look up "reaction roles" in the search bar
I got cArl
Yeah I’m slowly collecting everyone’s personal data
Someone on tik tok told me to get carl
I also know Tim’s name, too
It worked but not all the roles were showing up it only showed 2
Just need to find out Voltrex’s name to get a feeling who I’m talking to
but don’t tell him
My name is literally on my GitHub profile
Mohammed
Aye
i will leak ur name
damnit
Ok Boston, do it
his name is actually paul

jk

it's Mike Ehrmantraut
no its Mike Hawk
Go for it New York, we keep it secret
misty did I show you my new console look
missussypi
That’s why I don’t wanna disable it
I can’t live with nor without it
Paradoxe
Ok time to leak kuhuwakakwbanga’s name
I really can’t spell your nickname
That triggers me
skill issue
kuhakiauhkuhaukh
Sounds so weird in my language idk
kuuhaku should apply for benedict cucumberbqch's double
dam u guys are still here 😶
yes
always
because I'm procrastinating
Nothing works anymore in shitcord
on my compiler
I don't wanna figure out how to deal with struct decls and fn decls and typechecking rn
i was playing a game, now im here
I don't think I'm gonna sleep tonight it's literally morning in 4 hours 

Great! It’s morning for me, and idk why I’m still not sleepin
noobs
I'm probably going to have to drink an entire 250g pack of coffee to stay awake tomorrow
today, actually

I can get away with falling asleep in my english class
am i the only dev whose sleep schedule is "normal"?
probably
my teachers would kill me if my head even touched the desk
I haven't had a "normal" sleep schedule since I was like 10
so yeah
Then you're not doing it right
If your head is on the desk it's too obvious
Micronaps each time you close your eyes
3 or 4 seconds at a time
9.9/10 why did you use String when you could've just used &'static str
performance!!!!!
not blazingly fast 😔
Nah I’m working at nighttime, sometimes at daytime etc
You’re not alone with a fucked up sleeping cycle
String is better >:C
no
damn that's like the most ultimate way someone can go about sleeping in class 😭
&'static str is gonna live the duration of the program >:C
did any of you guys actually ever slept through an entire class?
one of my former classmates could sleep with eyes open sitting upright
no way 
I did it 3 days a week in my freshman year geometry class
who cares about their lifetime, at least they don't get allocated at runtime 
And I sat in the front
Tf you know he was sleeping then?
holy
The teacher didn't care because I nearly maxed the class
teacher caught them
runtime equals not blazingly fast 😔
I think I only ever slept through a class once
everything has to be in compile time 🚀
I was hella tired tho, I forgot it was saturday and spent the entire night gaming
Imagine getting caught doing something completely differently 
how about you allocate some bitches on the stack
if you sleep at school and still get top grades, then school is not for you
I do that :C
"zero-overhead elision"
panic: not enough memory: too many bitches
😎
😎 definitely me
my calc grade is not good rn though...
Aye quit school right now and join Tim’s team of rebels!
yes
out of? 100?
i need soldiers
damn

Tim how old are you 😑
I will leave anything behind me and move to Brazil
older than you
he's 12
you don't know that 🧐
I can confirm
the person in his pfp is his dad
except he does
impossible
lmao
We know
Trust us, we know
lmao
oh
he forgor
🗿
the internet never forgets
Go away with your cursed date format holding the day as 2nd
don't blame me blame my country
^^^ even if you delete it, archive still exists 
people can screenshot
You have choosed this!
I don't share any truly sensitive data on the internet
my name and age doesn't matter at this point because I'm not 13
I'm 11 actually
would it have mattered if you were 13 ?
(Shit, I'm gonna get banned)
I knew it
🗿
I'm more responsible with my personal information than a 13 year old me would've been lol
I can understand the consequences of what I share on the internet
fake is pretty secretive

don't even know what his name is
well, I'm sure someone creepy would be more likely to target a 13 year old to manipulate them
download what data google has on you (you can do that in the settings) There are actually things there that you didn't even know about yourself
💀
Hence why you don't want people knowing you're 13 on the internet
Ik
Actually told my name ages ago even if I usually don’t
How about 11
reported to discord
I know exactly what they know about my person, basically nothing because I block literally any google service existing on earth
Except maps
thanks for telling us your age
unlucky
I shouldn't joke about that tbh, seen accounts get terminated for that shit lmao
Prepare your face reveal and poor handwriting for the Discord staff that has to read your appeal
Same goes for facetrash, twitter, instabullshit, Amazon adsystem etc
for those of you who know, you'll know what's wrong with this
I meann have you got a gmail and use google? They can get stuff on you even from just visiting websites or the type of mail u recieve 😂
I don't know 🗿
Or do you use Discord
mine was created 5 years ago
Since Discord uses Google
No I’m using not gmail or any google service and never have
Don't worry @wheat mesa this isn't Twitter
i'm sniping that thank you
unlucky truly
Man one word missing can fuck you up
I didn't even see that 😔
indeed
No
I created my account when I was 10
I’m a sarcastic AI
I created mine at 69 I think 💀
i created my first ever gmail account a day after my 13th birthday 😎
imagine not being honest with your age when you sign up
I think my gmail was created in 2015
If you're an AI then why do you shower
Like when I was 9
i waited patiently
Google thinks I'm 27 years old
I think I was even younger 🗿 the first service I signed up to was Facebook
google thinks the same age as i really am 😎
and I had to make a gmail in order to do that
I made my facebook account so I could save my progress on agario ngl
in like 2016 I think
lmao
then my parents found out and got pissed
average 10 y.o
😂😂
then my whole family requested to be friends with me
Imagine playing agario
even though I didn't use it ever
ayo wtf is going on here
Hey, i want a help related verification of my bot
things
The one and only game of that genre is Galcon
then like a year ago my account was hacked by some crypto fucker advertising scams, so I just locked the account and I haven't changed the password so it's locked until I do
imagine not playing fortnite
ew
teen detected run
did all my homework minus my college essay
Anyone help
I need to do my 4 essays for one college app
and I uninstalled it right after
before november
finish your essay smh misty
I have to do 1 college essay and I might do the optional one they included
who cares
upload to youtube and reply to them with the link to the video, simple
Also null
mine has 4 mandatory and 2 optional that I'm going to do 1 of
I am going to get it done
do it even if its optional
but a college essay isn't something you just do
get it done now
you have to put a lot of thought into it
stop being lazy
What about that giveaway?
🗿
Im not being lazy
then do it now lazy smh
We will see if that’s true, Mississippi
you guys lack the importance of a college essay
I'm going to try to do 2 of the short essay questions this week
read what it says and reply to them what it actually does
Then next week the 1 long essay and 1 short essay question
Then I'm going to finish my compiler
ok
a college essay is one of the things they look at when it comes to acceptance
Then I'll write the final optional one that I can talk about my compiler on
I aint going to half ass my essay by doing it in 20m
speedrun
okay I see your point
Man were flying from topic to topic today…
Also dont do what I did and half assed my grades throughout high school
it isn't a good look to colleges
average #development conversation
nobody is asking development questions anyways
i mean sticking to one topic can be boring
Teach me how to develop a theorem prover
my high school attendence was low but my grades were high
the mods don't even try to stop us anymore because they know they can't 😈
🗿
they look at attendance as well
my gpa is like 4.375
they dont want a student who wont show up half the time
Aye, less bot not working anymore-s than we thought
pls help why this no work :C ```rs
let mystring = String::with_capacity(usize::MAX);
which is top 9.5% of my school
idk my gpa rn
idk man... try downloading more ram C:
yeah that's why I kinda messed that up
lol
regedit your gpa
it was vram
might have to
I think my gpa is shit
not even kidding
That will bring us back to the previous topic - boomerang going on…
gonna make myself a tea brb 😎
"A tea"
for the average asian parent, you've failed
yes'

and now my ass is taking precal
ask him to do it for you
my gf barely passed algebra 2 last year but she's got like a 98% in precal now, she needed a better teacher
sometimes it's not your fault
The problem was my teacher didn't try
My grades in classes that the teachers actually tried helping me were exponentially higher
Trust me, even as rich business man you can end up in discord chatting with preteens actually close to be caught by fbi for reasons
Ratings don’t matter
Bro I feel you are already on every US agency watchlist for the shit you say to us

might even be on international agency watch lists
i'm not in the US 😎
InterPol soon knocking I feel like
I might have to ask my teacher for my transcript
Can’t live without sarcasm
it should have my current gpa
😂
😂
Give me it please
hi
notepad
ms word
paint
browser's address bar, perfect for one liner
paper is better
not as funny
Intel Raptor Lake CPU to hit 6 GHz stock, 8 GHz world record confirmed At Intel Tech Tour in Israel, the company confirmed its plans for the Raptor Lake series. Intel Raptor Lake series only exist because Meteor Lake wouldn’t be ready on time, stated an Intel VP at the event. The company also confirmed […]
Soon an own water tower is required to cool down your cpu
why is intel obsessed with lakes
is it because they need tons of water for cooling their cpus?
Aye
YOURE TRASH
no u
NO U
uno reverse card!
uno plus 4!
(╯°□°)╯︵ ┻━┻
huehuehuebue eat cards
Nah for real tho… even if amd might offer better price/power chips, intel never really was in danger in their position
What intel keeps getting out of their platform is ridiculous
they did manage close the gap tho, they were too far behind before
yoire wrong
No, people tend to compare 11nm tech with 5 or 4nm tech
That doesn’t make any sense
What Intel pushes out of their existing platform is ridiculous and never had any competitor
no u
DONT CLOSE YOUR EYES FOR THE REALITY
lmao
Accept the new world order and follow the rules!!!1!
Fuck who told you about them? Our worst enemy!
but amd took the risk of jumping several miniaturization steps ahead of time and they managed to make it work, which paid off in terms of market share
and basically brought them back into the market
of course intel is gonna roll all over them when they launch their own 4nm stuff
Yes but performance wise, single core threading only came close to Intel, which still matters the most in gaming and it required a way smaller manufacturing process to archive this
Idk why they sold consumer chips with 12 or 16 cores just to threat intel when it comes to multi threading performance
Nobody needs that
At least 99,9% of the common customers doesn’t need it
Yeah that’s what I mean…
They don’t even need to make the jump yet
And still outperform amd easily on every release
Not to speak about major issues like cooling
When are the bots getting decliend and accepted?
I don’t see any message that was from today
@boreal ironhere for you
I feel kinda stoopid, why is this not working? the error says that there is no file or directory 'config/config.json'
I cant read a thing
__init__.py => from formats import Config
formats
__init__.py => from .config import Config
config.py => with open("config/config.json")
config
config.json```
show the actual code please
🗿
# __init__.py
from formats.ground_truth import VideoData
# formats/__init__.py
from .config import Config
from .ground_truth import define_job, split_s3p, VideoData, GTData, GTDataOD, GTDataAN, GTDataLD
# formats/config.py
if __name__ == "__main__":
raw_config = read_json("../config/config.json")
else:
raw_config = read_json("config/config.json")```
yeah the error happens at raw_config = read_json("config/config.json")
yes, that's what I meant
the first one is running when config.py gets run by itself and the second one if it's run by an outer scope
u don't need to load that file twice
what do you mean twice
like, load it only once, if u need it in all scopes simply load it on global scope
hes not loading it twice
hes loading it from a different path depending on context
where do I load it a secnd time
aren't both the same file?
depending on the context, yes
but, as if else sometimes does, only the if or the else part is executed
yes
doesnt python have a global var for the path of the current file?
that would remove the need for that if
you don't happen to know the name of that variable?
you'd just use a relative path based on that file, instead of context
google suggests importing os then using __file__
import os
print os.path.abspath(__file__)
that only gives the path to the current python file am in, not the environments path
I don’t know. The rule of thumb for touching regedit is if you have to ask, it’s a no
Weren’t you the same person who didn’t want to “risk” updating their bios because it was “dangerous asf”? Now you wanna edit your registry to change your username? Lol
Makes sense :p
Did you not see bae’s little adventure last night
I’m not saying that editing registry is unsafe 100% of the time, but you usually aren’t meant to manually edit it. Especially for something as simple as a username change
lmao how can u say that after what happened yesterday
also, you risk crashing/bricking a shitton of installed applications if they use absolute path for user data (like appdata or documents)
some use the environment variable, but I saw some who don't (path gets defined after install)



