#development

1 messages · Page 43 of 1

ancient nova
#

bruh that's not even my fault 💀

#

gonna ask in the Unity server

wheat mesa
#

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

ancient nova
wheat mesa
#

Obviously not, he’s missing a dll KEKW

ancient nova
#

🗿 then redownload the rar

#

I sent the same rar to a different person and they played it without a problem, not on wine tho

lyric mountain
#

dlls should always be bundled

ancient nova
#

then why aren't they bundled with unity games by default

earnest phoenix
#

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

wheat mesa
#

Yeah it could be a wine issue

ancient nova
#

hopefully that was the issue

#

also hopefully my PC will work (?)

#

is it just taking a long time to boot for some reason?

wheat mesa
#

Do you have file explorer

#

Or is everything just blank

ancient nova
#

nope

lyric mountain
#

some are bundled with windows for example

ancient nova
#

just as I described above, black desktop with daskbar, only the windows logo and the search ucon

wheat mesa
#

Your windows might be fucked

ancient nova
#

can't press them because my mouse turns into that blue big circle

wheat mesa
#

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

ancient nova
#

nope, it just recently done with the disk repair

ancient nova
lyric mountain
#

backup all ur stuff and format

wheat mesa
#

Is your desktop something like this

ancient nova
wheat mesa
#

Could be damaged drivers

#

But it’s probably corrupted OS

ancient nova
#

😩😩😩

#

I'll wait a lil longer

#

acc I'm just gonna go sleep and see what happens in the morning

#

it's already late

wheat mesa
#

What

earnest phoenix
# ancient nova oh

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

wheat mesa
#

oh

#

I get it now

ancient nova
#

if you can't then it's issue on your end because that version was tested with wine

wheat mesa
#

Making games cross platform sucks

earnest phoenix
ancient nova
#

I assumed you already played it

wheat mesa
#

This is unrelated to the conversation

spark flint
#

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 sobby

earnest phoenix
spark flint
ancient nova
earnest phoenix
spark flint
#

what would be the best way of stopping the interval when the task has been completed?

lyric mountain
earnest phoenix
#

Not how intervals work, they're based on callbacks, which they can reference themselves

spark flint
#

so how would i clear it from inside itself

earnest phoenix
#

An example:

let foo = 0;

const bar = setInterval(() => {
  if (foo === 5) clearInterval(bar);

  console.log('baz');

  foo++;
}, 5_000);
spark flint
#

hmm

earnest phoenix
#

It also provides an error code, so have at it

lyric mountain
earnest phoenix
#

All programming languages allow this, as long as it's not referenced immediately

lyric mountain
#

no, even with callbacks

earnest phoenix
#

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

lyric mountain
#

it doesn't allow cuz the variable is undefined

ancient nova
spark flint
#

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

lyric mountain
ancient nova
#

@earnest phoenix @lyric mountain

#

soooo.. disk fucking up?

sage bobcat
#

One message removed from a suspended account.

wheat mesa
#

So is your computer working now @ancient nova?

ancient nova
#

yeah but it's very slow since disk usage is constantly capped at 100%

earnest phoenix
ancient nova
#

I think my PC is actually trying to fucking update itself

#

🗿👍 good luck with that

earnest phoenix
# ancient nova soooo.. disk fucking up?

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

ancient nova
#

Apps that are maxing out the disk seem to be (In order of usage)
System
Windows Problem Reporting
Acer Portal
ACCStd
FubTracking

ancient nova
#

also a couple new ones popped up:
LiveUpdate Checker
Host Process for Windows Tasks

earnest phoenix
#

The other ones aren't really important in this case, the system is the main culprit

wheat mesa
#

System is probably just as confused as you rn

ancient nova
#

yeah 😭😭

wheat mesa
#

Likely doing a full scan over the OS to check for corrupted files or something of the sort

lyric mountain
#

try disablind superfetch/sysmain if u still use hdd

ancient nova
#

what does it do?

#

sysmain seems important

earnest phoenix
#

Inb4 Bae had a virus that causes all of this

wheat mesa
#

Superfetch is essentially just windows bloatware

#

Fetches useless shit in the background

ancient nova
ancient nova
earnest phoenix
#

Not impossible, viruses can do this pretty easily

wheat mesa
#

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

ancient nova
#

😶

lyric mountain
ancient nova
#

alright I'll just wait, maybe the usage will go away

wheat mesa
#

That’s not how it works lol

#

Just because you’re not connected to the internet doesn’t mean it can’t be there

ancient nova
#

Antimalware Service Executable popped up 👀👀

wheat mesa
#

That’s just windows defender looking at things

earnest phoenix
#

"Oh boy what the fuck did Bae do this time"

ancient nova
wheat mesa
#

bruh that’s not weird for viruses, most of them (if they’re well made) don’t just immediately attack your computer

earnest phoenix
#

A decent amount of viruses wait for a good chance to exploit and fuck things up

lyric mountain
#

your pc barely returned from a total colapse, it's normal for the antivirus to run after that

ancient nova
#

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

wheat mesa
#

Cough cough unity merger

#

Jk

ancient nova
#

😑

earnest phoenix
#

Anyway did you check the system logs?

#

Or are you not able to do that at all?

ancient nova
#

uhh yeah I think I can check them now

#

I just barely am able to do stuff on my PC now

wheat mesa
#

inb4 his boot section was corrupted

ancient nova
#

how do I check that again?

#

🧐

earnest phoenix
#

The Event Viewer application

wheat mesa
#

^

ancient nova
#

gotcha

#

1 sec

#

I think the searching bar is having trouble opening

earnest phoenix
#

Then try the steps I've outlined, the search functionality isn't needed

ancient nova
#

@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

#

🥶

wheat mesa
#

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

earnest phoenix
#

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

ancient nova
#

I wanna kill all the processes that use the disk so bad

#

😩

sharp geyser
#

gl

wheat mesa
#

Not a good idea

ancient nova
#

ofc I'm not going to do so

wheat mesa
#

Check logs first

#

Always check the logs first

earnest phoenix
#

That'll probably break the system and corrupt the HDD, because there are too many read/write operations

ancient nova
#

whats Unistack Service Group?

#

there are 4 dlls in there
Contact Data
User Data Access
User Data Storage
Sync Host

wheat mesa
#

No

earnest phoenix
#

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)

wheat mesa
#

Just let him chill on windows for a second and not suggest a thousand things

ancient nova
#

using 3mb of ram and like 40% of the disk

earnest phoenix
#

It's calming down, 100% to 40%

#

Good enough

wheat mesa
#

I would just reinstall the OS like volt said

#

Fresh windows install

ancient nova
#

that app was using 40% by itself

#

😁👍

earnest phoenix
#

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

ancient nova
#

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

wheat mesa
#

how is updating your BIOS dangerous lmao

sharp geyser
#

That makes no sense

wheat mesa
#

If anything it’s bad to not update it

earnest phoenix
#

Updating the BIOS is actually the opposite of dangerous

ancient nova
#

😔

earnest phoenix
#

Not updating can be bad to everything on your machine

wheat mesa
#

Run bios from 1992 guys, it’s safer than the 2022 bios update

sharp geyser
#

👀

wheat mesa
#

Ah yes because people’s power randomly goes out during a 5 minute bios update

earnest phoenix
#

Every manufacturer releases BIOS updates

wheat mesa
#

Yeah

earnest phoenix
#

They ship with important security updates and performance improvements, and sometimes adding new features and support for additional things

wheat mesa
#

Especially big ones like acer

ancient nova
#

lmfaoooooo WHAT

#

this is the crash error from the search bar

wheat mesa
#

classic

#

Watch in horror as the tech stack crumbles like a Jenga tower built on unstable foundations

ancient nova
#

what the hell I don't even know how this got here? Windows uses JS??

wheat mesa
#

That is not a windows error

sage bobcat
wheat mesa
#

That’s an error from something Acer related

ancient nova
#

well what is this?I have never seen this before in my entire life

sage bobcat
#

One message removed from a suspended account.

earnest phoenix
#

Acer Portal

sage bobcat
#

One message removed from a suspended account.

ancient nova
sage bobcat
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

wheat mesa
#

The OS part of windows doesn’t use js, the sea of apps included with windows does use js though

ancient nova
#

yeah but this popped up then my search bar crashed

#

anyway

wheat mesa
#

Probably because acer has something automatically open on your search bar relating to that

ancient nova
#

where is the event log again?

#

actually no I know let me reask the question

wheat mesa
#

^

earnest phoenix
wheat mesa
#

for the 3rd time

#

Lul

ancient nova
#

yeah yeah ik I wanted to ask where is it in the start menu cuz I don't see it

#

🗿

solemn latch
#

enable powertoys

sage bobcat
#

One message removed from a suspended account.

solemn latch
ancient nova
earnest phoenix
#

Their search functionality doesn't work, their OS is barely able to stay idle

ancient nova
#

so good luck with that

sage bobcat
#

One message removed from a suspended account.

solemn latch
#

properly indexes

#

its changed the way I use windows ^_^

earnest phoenix
#

It doesn't have anything to do with that, it's just that their Windows installation fucked itself

wheat mesa
#

Me when windows doesn’t know how to binary search :troll:

solemn latch
#

oh we are still on that?

ancient nova
#

🗿

solemn latch
#

reinstall windows ^_^

ancient nova
#

I want to backup my files first but if disk is constantly at 100% I can't even open explorer

#

duh

earnest phoenix
solemn latch
#

you dont have a backup running all the time? 👀

earnest phoenix
#

The BIOS updates can take a while to apply yes

boreal iron
#

Huh … bios update? The heck is wrong with your system to risk that?

#

That’s no reason to update it

#

Absolutely no reason

ancient nova
#

I forgot why the search bar is crashing

earnest phoenix
# ancient nova on the same HDD?? 🗿

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

ancient nova
#

my disk usage is 100% 🗿

wheat mesa
#

???????

earnest phoenix
wheat mesa
#

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

boreal iron
#

great… and I’m offline in the middle of the conversation

ancient nova
wheat mesa
#

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

ancient nova
#

I wanna order food holdingbacktears

sharp geyser
#

what if his hdd is the one thats fucked

wheat mesa
#

Just because you don’t see the benefits of them, doesn’t mean that they’re pointless

earnest phoenix
#

BIOS updates are important for several reasons:

  1. Security
  2. Performance
  3. New features
  4. Stability
  5. Support for newer operating systems
  6. Support for newer boot modes
    And a few others
ancient nova
#

trying to open settings wish me luck

#

🤭

sharp geyser
#

Development might as well be called tech support at this point

#

😔

ancient nova
#

I meannn we are speaking about development kinda soooo

boreal iron
#

Unless you run into specific issues or need an update to support different hardware you don’t update it

wheat mesa
#

So what you’re saying is I should downgrade my bios to something from 2004

#

:^)

earnest phoenix
#

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

wheat mesa
#

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

sharp geyser
#

wym oil is def not necessary

boreal iron
#

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

ancient nova
#

😕

sharp geyser
#

who doesn't like their shit locking up

ancient nova
#

my settings just crashed

#

it didn't even open

#

let me check

#

yeah

#

it's on

earnest phoenix
ancient nova
#

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

#

😕

earnest phoenix
#

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

ancient nova
#

I can't, do you think chrome will even manage to open lmao

wheat mesa
#

(Or have an Ubuntu stick)

boreal iron
ancient nova
#

msconfig didn't even open yet

wheat mesa
#

Have you even tried looking at the logs yet? Thought we went over that

boreal iron
#

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

ancient nova
#

all I managed to open was task manager after waiting approx 20 minutes

wheat mesa
#

Bios is pretty much the interface between your OS and your motherboard, it’s important that you update it

earnest phoenix
# boreal iron Never heard about any performance increase yet but only decreases, not to mentio...

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

ancient nova
#

should I? :/

#

I don't wanna risk being not able to boot again at all

boreal iron
#

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

earnest phoenix
#

I mean then again those updates aren't necessary, it's just recommended for the aforementioned reasons

boreal iron
#

Updates for no reason with a stable running system can cause additional issues you don’t wanna have

earnest phoenix
#

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

boreal iron
#

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

earnest phoenix
#

Those things are like 1 in a million

boreal iron
#

Or is running into

earnest phoenix
ancient nova
#

I'm waiting a little because I was worried it would crash in the middle of opening like most the other programs did

earnest phoenix
#

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

ancient nova
#

@earnest phoenix the disk usage went down to around 50% until I opened task manager again cuz I noticed my PC running faster xd

boreal iron
#

What sort of issue he’s actually running into that you gavr such questionable recommendations

wheat mesa
#

Push what to git? The gigabytes of game files? Good luck with that

ancient nova
earnest phoenix
ancient nova
#

why is my PC even trying to update in this situation

#

I see many programs running labelled update

#

😕

earnest phoenix
#

"labelled update"?

#

Like on the task manager or something? Or on the Windows Update center?

ancient nova
boreal iron
#

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

ancient nova
#

I want to do a backup 😔

ancient nova
#

what the fuck there is 2 different programs labelled Standalone Updater

#

the same name

boreal iron
#

So disk space is your issue to backup your stuff?

earnest phoenix
#

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

ancient nova
#

my 1TB drive is arouns 40% full not quite sure would have to check

#

so around 400gb

earnest phoenix
#

Good luck with pushing that KEKW

ancient nova
#

well most of it are my games like gta v gmod rdr2

wheat mesa
#

“Hey Siri, push 1 terabyte of data to git”

ancient nova
#

😔

boreal iron
#

Regarding the fact you don’t know about corrupted files, viruses etc. you should only backup what you really need and can’t restore

earnest phoenix
#

That's why I'm telling you to just borrow one of your friends' or computer shops' computers for temporary usage

ancient nova
#

power button menu just popped up

#

thingy

wheat mesa
#

Or alternatively buy a small SSD (128gb) for your OS, install it on that, and use that as your boot drive

earnest phoenix
#

Oh no they'll touch grass...

wheat mesa
#

That’s pretty cheap

#

Like 30 bucks type cheap

ancient nova
#

okay so should I shutdown my PC now or?

boreal iron
#

Did you try every windows inbuilt recovery or repair feature before even getting into this discussion?

wheat mesa
#

Even cheaper than 30 bucks

#

(Although I would recommend a Samsung EVO drive if you can splurge for it)

ancient nova
#

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

earnest phoenix
wheat mesa
#

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

boreal iron
ancient nova
#

my PC booted up from 0 in around 20 seconds just yesterday

#

😔

earnest phoenix
#

I can't believe this discussion has been going for over 2 hours now

boreal iron
#

2 hours

#

lmao

earnest phoenix
#

Smallest duration of Bae issues

wheat mesa
#

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

ancient nova
#

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

boreal iron
#

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

wheat mesa
#

Because his windows is so fucked that he can barely do anything on it

earnest phoenix
#

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

wheat mesa
#

He can't even open logs

ancient nova
#

I opened task manager

wheat mesa
#

Creating a partition and actually moving data to it would take literal weeks at his drive's usage rn

boreal iron
#

Telling you you don’t have permissions to open it

ancient nova
#

my search bar seems to crash whenever I open it too

wheat mesa
#

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

ancient nova
#

okay so I should boot my PC down then?

wheat mesa
#

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

ancient nova
#

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

wheat mesa
#

average regedit editor

ancient nova
#

that sounded rude

earnest phoenix
#

Oh wow, I just realized this has been the longest duration of a consecutive discussion in here

ancient nova
#

sorry

wheat mesa
ancient nova
#

yeah

boreal iron
ancient nova
#

I'll buy a new PC, put the drive there and take out whatever I need

boreal iron
#

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

ancient nova
#

alright, I'll shut sown the PC off then

ancient nova
#

to open

lyric mountain
#

first thing buy an ssd

#

yes but I fear bae will get one with hdd

earnest phoenix
wheat mesa
#

nokias are strong

#

can't break that shit

boreal iron
earnest phoenix
ancient nova
#

not too expensive tho I have a budget max of 1000$

boreal iron
ancient nova
#

😳

#

okay whatever I'll power down the PC

#

gonna buy a 124gb usb stick and attempt to move my most important files

earnest phoenix
ancient nova
#

tomorrow

#

if that doesn't work

#

I'll take out the drive

#

anyway

#

thanks for the help

lyric mountain
#

then move everything important to cloud

boreal iron
#

Shut up Java user

lyric mountain
#

look who's saying, php user

boreal iron
#

Aye… why not sharing your entire life with the cloud

#

Pretty recommendation

lyric mountain
#

whoever would want to know already does anyway

boreal iron
#

Didn’t expect things to go worser than the worsest worsesesesest

#

But here we are

wheat mesa
lyric mountain
#

depends on what they're storing, I believe most of those 100gb are games or downloadable stuff

earnest phoenix
wheat mesa
#

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

lyric mountain
#

github

wheat mesa
#

Maybe 100gb of code stuff including compiled files

earnest phoenix
#

I swear to God, imma sleep, wake up, and see that this discussion is still going

lyric mountain
#

ye, no way they're using 100gb of assets

wheat mesa
#

You can exclude compiled files and just recompile them later

#

Compiled files often take up quite a bit of space

lyric mountain
#

bae doesn't use java

wheat mesa
#

for example, this is my compiler's compiled files

earnest phoenix
wheat mesa
#

this is the size of the actual code

#

forgot to blur the username but whatever idc

earnest phoenix
#

Waffle name reveal?!

wheat mesa
#

no

#

jackson

wheat mesa
#

no it just automatically did that

sharp geyser
#

Ignore unused imports

earnest phoenix
sharp geyser
#

fine

wheat mesa
#

it automatically named me that upon creating my windows

#

no i wanna rate

boreal iron
wheat mesa
earnest phoenix
sharp geyser
#

ok now rate my code

#

:^)

wheat mesa
#

looks pretty good

sharp geyser
#

:p

#

lets go

#

waffle says code good so it must be true

wheat mesa
#

you're talking to the same person who wrote this:

sharp geyser
#

right

#

@radiant kraken

#

rate my code

#

waffle isn't the right person to ask

#

:P

wheat mesa
#

also misty

#

I can parse this now

sharp geyser
#

smoothie is string right?

wheat mesa
#

yes

sharp geyser
#

so its going to return an array of strings?

wheat mesa
#

keep in mind this is just parsing, not typechecking

#

it's going to return an array of array of strings

sharp geyser
#

2D array

wheat mesa
#

yes

sharp geyser
#

ic

#

looks good

wheat mesa
#

this is not type valid code

sharp geyser
#

Now waffle

wheat mesa
#

but it does get parsed correctly

sharp geyser
#

I have to do homework

#

😔

sharp geyser
earnest phoenix
wheat mesa
#

{ }

#

scope

sharp geyser
#

its his brackets

#

idk the reason he used them

#

I think it was smth food related

wheat mesa
#

help

sharp geyser
#

or he just wanted to be different

wheat mesa
#

rust analyzer isn't working >:C

sharp geyser
#

nerd

#

rust analyzer suck

wheat mesa
#

nvm had to write something

#

ngl seeing bae's catastrophe today made me push my code to github

earnest phoenix
wheat mesa
#

even though there's still errors and I'm rewriting the typechecker

earnest phoenix
boreal iron
#

I begin to believe waffle’s first name starts with j, call me genius

wheat mesa
#

no way

#

totally didn't come up with Jwaffled when I was 6 making my minecraft account

earnest phoenix
#

Can someone body help with my reaction role for my roleplay server

wheat mesa
#

If you have an issue with a specific bot, this isn't the place to ask for help with it

sharp geyser
#

even where he lives

#

😎

earnest phoenix
sharp geyser
#

now I just need the funny little numbers on his social

wheat mesa
#

However if you're asking about how you program a reaction roles bot, we can help with that

earnest phoenix
#

Someone, told me to come here

#

Yeah like how to program it

#

Or sum

wheat mesa
#

Well, you're gonna need to learn a programming language first

earnest phoenix
#

W h a t

wheat mesa
#

There's many options, Javascript, java, python, C#, etc

earnest phoenix
#

Uhh

wheat mesa
#

Javascript and python are probably the 2 easiest languages to pick up as a beginner

earnest phoenix
#

Is it only for pc

#

I’m iPad lol

#

Pc broke

wheat mesa
#

I mean you can technically program on a mobile device on services like replit, but it's not easy to do

earnest phoenix
#

I’m to lazy

wheat mesa
#

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

earnest phoenix
#

I got cArl

boreal iron
earnest phoenix
#

Someone on tik tok told me to get carltopggParty

boreal iron
#

I also know Tim’s name, too

earnest phoenix
#

It worked but not all the roles were showing up it only showed 2

boreal iron
#

Just need to find out Voltrex’s name to get a feeling who I’m talking to

#

but don’t tell him

earnest phoenix
#

My name is literally on my GitHub profile

wheat mesa
#

Mohammed

boreal iron
#

noted

#

Pretty sure misty has such a popular name like Boston or New York

wheat mesa
#

definitely

#

time to hold this information against misty

boreal iron
#

Aye

sharp geyser
wheat mesa
#

jackson

#

everybody knows it already

sharp geyser
#

damnit

boreal iron
#

Ok Boston, do it

sharp geyser
#

2nd plan

#

time to leak his address

wheat mesa
#

his name is actually paul

sharp geyser
wheat mesa
#

jk

boreal iron
wheat mesa
#

it's Mike Ehrmantraut

sharp geyser
#

no its Mike Hawk

boreal iron
#

Go for it New York, we keep it secret

sharp geyser
#

Bro do you think my father is fucking Kanye

#

my name aint Boston or New York

boreal iron
#

Ohio?

wheat mesa
#

misty did I show you my new console look

boreal iron
#

Oh oh oh… Mississippi, right?

#

Damn I’m a genius

wheat mesa
#

he spelled mississippi right

#

first person to do that

boreal iron
#

Auto correct some times is useful to not blame yourself

lyric mountain
#

missussypi

boreal iron
#

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

lyric mountain
#

skill issue

quartz kindle
#

kuhakiauhkuhaukh

boreal iron
#

Sounds so weird in my language idk

quartz kindle
#

kuuhaku should apply for benedict cucumberbqch's double

boreal iron
#

Tell me name and I will show you a _real_snek

#

Great markdown fail

ancient nova
#

dam u guys are still here 😶

wheat mesa
#

yes

solemn latch
#

always

wheat mesa
#

because I'm procrastinating

boreal iron
#

Nothing works anymore in shitcord

wheat mesa
#

on my compiler

wheat mesa
#

I don't wanna figure out how to deal with struct decls and fn decls and typechecking rn

quartz kindle
#

i was playing a game, now im here

ancient nova
#

I don't think I'm gonna sleep tonight it's literally morning in 4 hours holdingbacktears

wheat mesa
#

europe moment

#

it's morning in 3 hours for me

#

...12 in the morning

ancient nova
boreal iron
quartz kindle
#

noobs

ancient nova
#

I'm probably going to have to drink an entire 250g pack of coffee to stay awake tomorrow

#

today, actually

wheat mesa
#

I can get away with falling asleep in my english class

quartz kindle
#

am i the only dev whose sleep schedule is "normal"?

wheat mesa
#

probably

boreal iron
#

You basically live in the past

ancient nova
wheat mesa
#

I haven't had a "normal" sleep schedule since I was like 10

ancient nova
#

so yeah

wheat mesa
#

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

radiant kraken
wheat mesa
#

performance!!!!!

radiant kraken
#

not blazingly fast 😔

boreal iron
wheat mesa
#

String is better >:C

radiant kraken
#

no

ancient nova
wheat mesa
#

&'static str is gonna live the duration of the program >:C

radiant kraken
#

&str supremacy

#

fuck String

#

imagine heap allocation

#

slow and cringe

ancient nova
#

did any of you guys actually ever slept through an entire class?

lyric mountain
wheat mesa
#

I did it 3 days a week in my freshman year geometry class

radiant kraken
wheat mesa
#

And I sat in the front

boreal iron
wheat mesa
#

The teacher didn't care because I nearly maxed the class

lyric mountain
radiant kraken
#

runtime equals not blazingly fast 😔

ancient nova
#

I think I only ever slept through a class once

radiant kraken
#

everything has to be in compile time 🚀

ancient nova
#

I was hella tired tho, I forgot it was saturday and spent the entire night gaming

boreal iron
wheat mesa
#

how about you allocate some bitches on the stack

quartz kindle
#

if you sleep at school and still get top grades, then school is not for you

wheat mesa
#

I do that :C

sudden geyser
#

"zero-overhead elision"

radiant kraken
#

😎

wheat mesa
#

my calc grade is not good rn though...

boreal iron
wheat mesa
#

75/100, the first test was brutal

#

got a 48

ancient nova
#

out of? 100?

quartz kindle
#

i need soldiers

ancient nova
#

damn

boreal iron
ancient nova
boreal iron
#

I will leave anything behind me and move to Brazil

quartz kindle
#

older than you

wheat mesa
#

this was the grade post-curve

#

that test fucked me

radiant kraken
ancient nova
boreal iron
radiant kraken
#

the person in his pfp is his dad

wheat mesa
ancient nova
#

impossible

quartz kindle
#

lmao

ancient nova
#

cause he doesn't know how I am

#

😎

boreal iron
#

We know

wheat mesa
boreal iron
#

Trust us, we know

quartz kindle
#

lmao

ancient nova
#

oh

wheat mesa
#

he forgor

ancient nova
#

🗿

quartz kindle
#

the internet never forgets

boreal iron
# wheat mesa

Go away with your cursed date format holding the day as 2nd

wheat mesa
#

don't blame me blame my country

radiant kraken
#

people can screenshot

boreal iron
wheat mesa
#

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

boreal iron
#

But 12?

wheat mesa
#

I'm 11 actually

quartz kindle
#

would it have mattered if you were 13 ?

wheat mesa
#

(Shit, I'm gonna get banned)

boreal iron
#

I knew it

ancient nova
#

🗿

wheat mesa
#

I can understand the consequences of what I share on the internet

boreal iron
#

Hmm I never shared my data yet

#

Internet didn’t exist when I was 13

wheat mesa
#

fake is pretty secretive

boreal iron
wheat mesa
#

don't even know what his name is

quartz kindle
#

yeah but you implied your name and age would matter if you were 13

#

xd

wheat mesa
#

well, I'm sure someone creepy would be more likely to target a 13 year old to manipulate them

ancient nova
#

💀

wheat mesa
#

Hence why you don't want people knowing you're 13 on the internet

boreal iron
quartz kindle
#

so 12 an 14 is ok, but 13 is not ok

#

got it

wheat mesa
#

lol

#

you know what I mean 🙄

boreal iron
quartz kindle
#

love me some grammar nitpicking

#

:^)

sudden geyser
#

How about 11

radiant kraken
boreal iron
#

Except maps

radiant kraken
#

thanks for telling us your age

wheat mesa
#

unlucky

#

I shouldn't joke about that tbh, seen accounts get terminated for that shit lmao

radiant kraken
#

too late

#

you're now on your way to getting banned

sudden geyser
#

Prepare your face reveal and poor handwriting for the Discord staff that has to read your appeal

boreal iron
#

Same goes for facetrash, twitter, instabullshit, Amazon adsystem etc

wheat mesa
#

for those of you who know, you'll know what's wrong with this

ancient nova
ancient nova
sudden geyser
#

Or do you use Discord

ancient nova
#

mine was created 5 years ago

sudden geyser
#

Since Discord uses Google

boreal iron
sudden geyser
#

Don't worry @wheat mesa this isn't Twitter

radiant kraken
#

i'm sniping that thank you

wheat mesa
#

unlucky truly

boreal iron
#

Man one word missing can fuck you up

ancient nova
#

I didn't even see that 😔

ancient nova
boreal iron
ancient nova
#

😶

#

how are you typing

radiant kraken
boreal iron
#

I’m a sarcastic AI

ancient nova
radiant kraken
#

i created my first ever gmail account a day after my 13th birthday 😎

#

imagine not being honest with your age when you sign up

wheat mesa
#

I think my gmail was created in 2015

sudden geyser
#

If you're an AI then why do you shower

wheat mesa
#

Like when I was 9

boreal iron
#

Well I created my first own mail server when I was at that age

#

Like 100y ago

radiant kraken
#

i waited patiently

wheat mesa
#

Google thinks I'm 27 years old

ancient nova
radiant kraken
#

google thinks the same age as i really am 😎

ancient nova
#

and I had to make a gmail in order to do that

wheat mesa
#

I made my facebook account so I could save my progress on agario ngl

#

in like 2016 I think

boreal iron
#

lmao

wheat mesa
#

then my parents found out and got pissed

radiant kraken
#

average 10 y.o

ancient nova
#

😂😂

wheat mesa
#

then my whole family requested to be friends with me

boreal iron
#

Imagine playing agario

wheat mesa
#

even though I didn't use it ever

sharp geyser
#

ayo wtf is going on here

earnest phoenix
#

Hey, i want a help related verification of my bot

ancient nova
boreal iron
wheat mesa
#

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

radiant kraken
#

imagine not playing fortnite

sharp geyser
#

ew

boreal iron
#

teen detected run

sharp geyser
#

did all my homework minus my college essay

earnest phoenix
#

Anyone help

ancient nova
#

once

wheat mesa
#

I need to do my 4 essays for one college app

ancient nova
#

and I uninstalled it right after

wheat mesa
#

before november

earnest phoenix
radiant kraken
sharp geyser
sharp geyser
#

It isn't required

radiant kraken
#

who cares

ancient nova
# earnest phoenix

upload to youtube and reply to them with the link to the video, simple

sharp geyser
#

Also null

wheat mesa
#

mine has 4 mandatory and 2 optional that I'm going to do 1 of

sharp geyser
#

I am going to get it done

radiant kraken
#

do it even if its optional

sharp geyser
#

but a college essay isn't something you just do

radiant kraken
#

get it done now

sharp geyser
#

you have to put a lot of thought into it

ancient nova
earnest phoenix
ancient nova
#

🗿

sharp geyser
#

Im not being lazy

radiant kraken
#

then do it now lazy smh

boreal iron
sharp geyser
#

you guys lack the importance of a college essay

wheat mesa
#

I'm going to try to do 2 of the short essay questions this week

ancient nova
wheat mesa
#

Then next week the 1 long essay and 1 short essay question

#

Then I'm going to finish my compiler

sharp geyser
#

a college essay is one of the things they look at when it comes to acceptance

wheat mesa
#

Then I'll write the final optional one that I can talk about my compiler on

sharp geyser
#

I aint going to half ass my essay by doing it in 20m

radiant kraken
#

speedrun

ancient nova
#

okay I see your point

boreal iron
#

Man were flying from topic to topic today…

sharp geyser
#

Also dont do what I did and half assed my grades throughout high school

#

it isn't a good look to colleges

radiant kraken
wheat mesa
#

nobody is asking development questions anyways

radiant kraken
#

i mean sticking to one topic can be boring

sudden geyser
ancient nova
wheat mesa
#

the mods don't even try to stop us anymore because they know they can't 😈

ancient nova
#

🗿

sharp geyser
wheat mesa
#

my gpa is like 4.375

sharp geyser
#

they dont want a student who wont show up half the time

boreal iron
radiant kraken
wheat mesa
#

which is top 9.5% of my school

sharp geyser
#

idk my gpa rn

wheat mesa
ancient nova
sharp geyser
#

regedit your ram values like bae did

boreal iron
#

lol

wheat mesa
#

regedit your gpa

ancient nova
sharp geyser
#

I think my gpa is shit

#

not even kidding

boreal iron
sharp geyser
#

I passed my math SBA with a single point

#

I was 1 point awayy from failing

ancient nova
#

gonna make myself a tea brb 😎

sharp geyser
#

"A tea"

wheat mesa
#

I passed my college precal class with a 99%

#

I apparently destroyed that class

radiant kraken
#

for the average asian parent, you've failed

sharp geyser
#

yes'

radiant kraken
sharp geyser
#

and now my ass is taking precal

wheat mesa
#

lmk if you have questions

#

I was goated

sharp geyser
#

so I went from barely passing to taking a harder class

radiant kraken
#

ask him to do it for you

wheat mesa
#

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

sharp geyser
#

The problem was my teacher didn't try

#

My grades in classes that the teachers actually tried helping me were exponentially higher

boreal iron
#

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

sharp geyser
boreal iron
sharp geyser
#

might even be on international agency watch lists

radiant kraken
#

i'm not in the US 😎

sharp geyser
#

fucking UK's gov got yo ass

#

Also I can't see my gpa

#

sadge

boreal iron
#

InterPol soon knocking I feel like

sharp geyser
#

I might have to ask my teacher for my transcript

boreal iron
#

Can’t live without sarcasm

sharp geyser
#

it should have my current gpa

boreal iron
#

That ain’t me

#

chat dead soon Bae will be back

ancient nova
#

I'm back 😎

#

decided to also heat myself up some leftover kfc 😂

radiant kraken
#

😂

wheat mesa
#

😂

sudden geyser
#

Give me it please

earnest phoenix
#

hi

elder orchid
#

@ivory siren what is a good app to code a bit

#

bot

ivory siren
#

vsc

#

or any other app for coding idk

radiant kraken
cinder patio
#

notepad

pearl trail
#

ms word

cinder patio
#

paint

pearl trail
#

browser's address bar, perfect for one liner

radiant kraken
pale vessel
#

not as funny

boreal iron
#

How dare you

boreal iron
#

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

quartz kindle
#

why is intel obsessed with lakes

#

is it because they need tons of water for cooling their cpus?

boreal iron
#

Aye

quartz kindle
#

amd has much cooler names

#

bulldozer, ryzen, zen

boreal iron
#

Doesn’t change the fact it’s trash

#

And has always been

quartz kindle
#

youre trash

#

hater

#

lmao

boreal iron
#

YOURE TRASH

quartz kindle
#

no u

boreal iron
#

NO U

quartz kindle
#

uno reverse card!

boreal iron
#

Errre errr

#

uno pause for you

quartz kindle
#

uno plus 4!

boreal iron
#

(╯°□°)╯︵ ┻━┻

quartz kindle
#

huehuehuebue eat cards

boreal iron
#

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

quartz kindle
#

they did manage close the gap tho, they were too far behind before

boreal iron
#

No this comparison is wrong

#

Totally wrong

quartz kindle
#

yoire wrong

boreal iron
#

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

quartz kindle
#

no u

boreal iron
#

DONT CLOSE YOUR EYES FOR THE REALITY

quartz kindle
#

lmao

boreal iron
#

Accept the new world order and follow the rules!!!1!

quartz kindle
#

oh no, hes been infected by the illuminati virus

#

puts on tin foil hat

boreal iron
quartz kindle
#

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

boreal iron
#

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

boreal iron
#

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

frigid canyon
#

When are the bots getting decliend and accepted?

#

I don’t see any message that was from today

boreal iron
#

When reviewers have time to review them

#

iirc it can take about 2 weeks atm

quartz kindle
#

@boreal ironhere for you

boreal iron
#

Python… why hurting me that much Tim

#

What did i wrong to you

rose lance
#

I feel kinda stoopid, why is this not working? the error says that there is no file or directory 'config/config.json'

rose lance
# lyric mountain 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```
lyric mountain
#

show the actual code please

ancient nova
#

🗿

rose lance
# lyric mountain 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")```
lyric mountain
#

why are u loading config.json twice?

#

actually, does else even run?

rose lance
#

yeah the error happens at raw_config = read_json("config/config.json")

lyric mountain
#

yes, that's what I meant

rose lance
#

the first one is running when config.py gets run by itself and the second one if it's run by an outer scope

lyric mountain
#

u don't need to load that file twice

rose lance
#

what do you mean twice

lyric mountain
#

like, load it only once, if u need it in all scopes simply load it on global scope

quartz kindle
#

hes not loading it twice

#

hes loading it from a different path depending on context

rose lance
#

where do I load it a secnd time

lyric mountain
#

aren't both the same file?

rose lance
#

depending on the context, yes

#

but, as if else sometimes does, only the if or the else part is executed

lyric mountain
#

yes

quartz kindle
#

doesnt python have a global var for the path of the current file?

#

that would remove the need for that if

rose lance
#

you don't happen to know the name of that variable?

quartz kindle
#

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__)
rose lance
#

that only gives the path to the current python file am in, not the environments path

wheat mesa
#

I don’t know. The rule of thumb for touching regedit is if you have to ask, it’s a no

boreal iron
#

bios update fixing anything

#

question is why do you wanna rename it?

wheat mesa
#

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

lyric mountain
#

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)