#programming

1 messages ¡ Page 162 of 1

tender river
#

aaaaaaaa

#

im tired of writing out multiply and less-than

#

ill change them to theproper names deliv

fast pagoda
#

no no those are already too descriptive it's minify time

#

obfuscate

#

all

tender river
fast pagoda
#

become incomprehensible

tender river
#

unbound identifier: n

#

wrong

#

try again

fast pagoda
#

too much detail

#

where's the human brain needed when it tells you EVERYTHING such as "n is bork bro"

tender river
#

where

#

where did you move :n

#

give it back

fast pagoda
#

#just vi moments

#

is this still helix

tender river
#

this is literally just printf output

fast pagoda
#

oh lmfao

tender river
#

this is my debug logs

#

show some respect

fast pagoda
#

i saw :n and instantly gave up parsing anything

#

almost appeared to be a vim command mode thing or whatever

#

well the good news is it's in the debug

#

but theyve hidden it cleverly

#

under 3 cups

#

you must guess which has your :n correctly

#

or you will be forced to rename it going forward

crystal sleet
fast pagoda
#

i see :anything i start smelling vim and getting scared

#

fkk

#

im taking the vim tutorial that's it

#

wowzers vim.org is one hell of a lesson in web design

#

i can see... information??

#

it fills the whole window???

#

no animations and it doesnt care that all js is disabled
they probably wrote this page in vim

tender river
#

got it

#

tail call breaking things again

#

i have to know whether something is a function before i can decide whether to tail call it

#

its fine fib doesnt have a big depth anyway

fast pagoda
#

every time you say fib i think afib which is what im gonna end up in one of these days when i stay up too long

tender river
#

it computes up to fib 6

#

crashes at fib 7

fast pagoda
#

tail recursive fibonacci pog

tender river
#

er

#

uh

#

right

#

i have to add gc roots for temporary c values not referenced by lisp code

sage crag
tender river
#

that said having to gc at fib 7 is pretty funny

fast pagoda
#

you know ive come to learn that you have learned and regularly use basically all the things i always look at and go damn that would be a useful thing to know/use/learn but never do

#

my failings are infinite

urban galleon
#

python

tender river
#

new value type

fast pagoda
crystal sleet
#

Scream

amber fractal
#

snek

fast pagoda
#

bwaa

sage crag
#

poison

tender river
#

poison

sage crag
#

+dt

#

+hd

tender river
#

sonidito

sage crag
#

bwabvwa wda

tender river
#

ttsg

fast pagoda
#

that rehearsed or did it come from the heart(s)

tender river
#

stmpwyfs

crystal sleet
#

heart heart heart heart heart heart heart heart heart

fast pagoda
#

not undertale

amber fractal
#

Where is this off by one error evilStare

fast pagoda
#

pain enthusiast

amber fractal
#

Okay not where I was orginally looking, but found the off by one error

nocturne olive
#

Whar you sillying?

amber fractal
#

Neuron project

nocturne olive
#

Very silly indeed

tender river
#

i can add macros for this

crystal sleet
#

I wish I could monetise my suffering

olive sable
#

i mean...

fast pagoda
tender river
#

why did you free it

#

i was using it

olive sable
sage crag
#

expr is a free cell

tender river
#

literally just

#

boom

#

boom

fast pagoda
#

that aopears to be the same image

tender river
#

your program is gone

#

freed

fast pagoda
#

emancipated

tender river
#

om

#

i made it clear live values

#

not garbage

fast pagoda
#

at least u know sweep works

tender river
#

this is a perfect gc

fast pagoda
#

everything is garbage

#

i swear i must be actually stupid because either everything works because duh it's perfect OR
somehow like one include just decides it's not there when it is
c is mean to me

#

this SHOULD BE IN time.h

#

but i cant find it in there now even tho the macro finds it

#

reeeeeeee

#

omg it's bits/time.h

#

i think

#

nope

#

why are there like a billion time.h it's so over
maybe this is why i never use C because im bad

#

i dont think there's anything wrong with this include so now i must conclude that something with my build/c is messed up which has been causing these random import funky issues
never had a normal include just stop working when no files moved and yet

#

path issue or something but idk how when the files are seen elsewhere

#

by vscode

rough bloom
rough bloom
#

oh also I think that will break with musl

midnight sigil
fast pagoda
#

oh yeah and that goes to struct_timespec.h which has only confused me more

sage crag
#

register machine

rough bloom
fast pagoda
#

i swapped it for CLOCK_MONOTONIC because in searching around i have found various murmurs of "idk use CLOCK_MONOTONIC sans RAW it's more compatible/available"

#

but i would expect that to be in a similar location and it also cant find that

midnight sigil
#

it's still heavily relied on stack manipulation tho

fast pagoda
#

could ask copooplet but im kinda trying not to

midnight sigil
rough bloom
#

have you tried just putting #define __USE_POSIX199309 at the top of your file

#

not permanently, just for debugging

fast pagoda
#

yeah ill try that rn i suppose

midnight sigil
#

I spent more time on writing the markdown than writing actual code

#

this is neurover

fast pagoda
#

ahahahahhaah it's mad because it's already defined

#

is it now

#

then WTF is the problem clang

#

i think i found a 15 year old stack overflow post that wills ave me

#

thank god

sage crag
crystal sleet
#

then this is still relevant and I didn't need to delete "and it'll work, you need to define that you want posix features, otherwise it wouldn't work in systems it should"

fast pagoda
#

yeah i think you are on the right track if the -D_POSIX_C_SOURCE=199309 doesnt end up working

#

it's what this post implies

#

"tell it u want posix moron"

uneven pulsar
#

is numpy useful

fast pagoda
#

very

amber fractal
#

The reason I'm not on c++ with this project

fast pagoda
#

any math/science/data shit is gonna be numpy as a default usually

#

if it involves math

noble zodiac
#

Surely you won't lose other features by doing that SMILE

uneven pulsar
#

the fact that the code was bassicly something numpy can do in one line makes it funny

def find_int():
  global data
  global num_locks
  
  for i in data:
    while True:
        try:
            if i <=0:
               return data % math.floor((round(num_locks **random.randint(1,19))//360))
            elif i !=0 and data.intersection(num_locks) !=1:
               target_socket=find_maximum(num_locks)
               print(target_socket)
               break
        except Exception as e:
           print(f"{e}")
           sys.exit()
find_int()
fast pagoda
#

this thing is a massive 70 lines and essentially a reimplementation of that graphing calculator triangle

sage crag
#

this code makes no sense

uneven pulsar
sage crag
#

its incoherent

uneven pulsar
#

thats the data

#

it dose

sage crag
#

why are they global?

uneven pulsar
#

it returns an accuarte int

sage crag
#

what

crystal sleet
sage crag
#

you know data and num_locks are one integer long right?

uneven pulsar
# sage crag what

the code is basically a brute force algorithm that takes multiple dose a calculation to return an accuatye int

uneven pulsar
sage crag
#

why are you using set, or map, or lambda then?

#

what the hell is an accurate int supposed to mean?

fast pagoda
#

staring at time.h is really doing numbers on my attention span

uneven pulsar
sage crag
#

what

uneven pulsar
#

you can use the array byte array to make long term calculations with out having to use same numbers

sage crag
#

????????????????

#

in python a set is a list where there are no repeated elements

bitter coral
#

Very coherent sentencesvoidSama

sage crag
#

then there's no reason for it to be a set

uneven pulsar
#

i used random module

sage crag
#

ok?

#

why does that mean anything?

fast pagoda
#

the random 15 year old stack overflow was the way

#

this fixed it

uneven pulsar
sage crag
#

the code makes 0 sense

#

feel free to explain

fast pagoda
#

and works with ol monotonic non raw as well we're winning

crystal sleet
#

we can see the code

uneven pulsar
# sage crag the code makes 0 sense

the code is about calculating multiple numbers and long byte range arrays just like numpy but i cant do it so instead i used sets instead of writing numbers that 1,100 i use random module but what if the module puts duplicated numbers and big ones that would crash the code

#

so i used sets

#

and you see

#

the code is brute forced

sage crag
#

no, i dont see

#

you just said nothing

uneven pulsar
#

and i used math modules to do long terms calculations inside of the set after running and calculates them

uneven pulsar
olive sable
#

my code is becoming clean neuroHypers
At the cost of putting some stuff as class variables

sage crag
uneven pulsar
#

but what dose a code meaning do?

bitter coral
#

Maybe this question works better, what numpy thing are you trying to copy?

crystal sleet
sage crag
#

i feel like im having an aneurysm

sage crag
#

and the ranges mean that only the elif condition happens

uneven pulsar
crystal sleet
uneven pulsar
#
import random
import sys
import math

data=set(map(lambda x:x**2, {random.randint(1,100)}))
num_locks=set(map(lambda y:y**2, {random.randint(1,100)}))



def find_maximum(lst):
  max = None
  for el in lst:
    if max == None or el > max:
      max = el
  return max

def find_int():
  global data
  global num_locks
  
  for i in data:
    while True:
        try:
            if i <=0:
               return data % math.floor((round(num_locks **random.randint(1,19))//360))
            elif i !=0 and data.intersection(num_locks) !=1:
               target_socket=find_maximum(num_locks)
               print(target_socket)
               break
        except Exception as e:
           print(f"{e}")
           sys.exit()
find_int()          
sage crag
#

so

uneven pulsar
sage crag
#

you realise right, that this just prints num_locks[0]

#

like

#

that's all it does

#

since num_locks is 1 integer long

uneven pulsar
sage crag
#

it's nonsense code neuroCry

crystal sleet
#

it doesn't do

#

the code doesn't do

sage crag
crystal sleet
sage crag
#

it sounds like english but when you try to understand it its just pure nonsense

#

that

#

's how the code looks to me

fast pagoda
#

while True is infinite in that also so it just returns none probably and exits lol might also print a crisp single num_locks set element

uneven pulsar
sage crag
crystal sleet
fast pagoda
uneven pulsar
fast pagoda
#

right that's why it's learning

crystal sleet
uneven pulsar
#

i felt like i offended koniiASDesu

sage crag
#

not offended but very very confused

crystal sleet
#

This is basically how every question in programming works

uneven pulsar
#

idk i am not good at it how do i then make my code less nonesense

fast pagoda
#

look like 2 seconds before you were posting this i couldnt figure out why this shitty .c wasnt working and it was because i forgot to tell the compiler that yes i do want to use posix for this posix functionality im calling

sage crag
crystal sleet
uneven pulsar
#

i am not really good at logic

crystal sleet
uneven pulsar
#

i think i am stupid

fast pagoda
#

you need to break it down into the steps you need to accomplish the complex thing first

olive sable
#

I bought the keyboard for my tablet, it was on sale neuroHypers
I am now 60 bucks more poor

fast pagoda
#

60 bucks seems hella spency for a tablet keyboard but i havent used a tablet since 2014

#

unless it's like a full size kb

#

are we finally at the point where laptops and tablets are just the same thing again

uneven pulsar
fast pagoda
#

it's significantly less challenging than trying to just keep the plan straight in your head

#

in fact if it's that complex to write down what the steps are how would we ever expect to implement it

#

because that's just writing it down (harder mode)

bitter coral
#

I just write pseudo code in my head to figure out how to implement things.vedalSit neuro5head

crystal sleet
#

shit's all mixed up

fast pagoda
sage crag
#

you also cant use pread without this env var

#

only fread

fast pagoda
#

neither currently used in this file thankfully

midnight sigil
fast pagoda
#

agi achieved internally

rough bloom
fast pagoda
#

ye i appreciate it because you lead me to the solution lol just wanted to mention what the way ended up being

#

now i shall never forget

sage crag
#

also should remember

#
#if __STDC_HOSTED__ == 1
#endif
uneven pulsar
#

explain me how thats true 4k resolution for better database

#

and ssaying 4k for it

#

saying 4k helps with databases

crystal sleet
#

PPI and screen size is all that matters, not the pixel count by itself

fast pagoda
#

does this make stuff like #include <stdio.h> redundant? if yes that's pogg

#

since that would be part of the standard libs no

sage crag
#

hm

#

its more like a flag that checks for -ffreestanding

#

maybe it has that application though

fast pagoda
#

that makes sense too my logic is like well if im telling this thing hey this is a hosted env, i would assume (maybe incorrectly) it would then know that hey maybe stdio.h etc should be available

sage crag
#

do you mean like this?

#if __STDC_HOSTED__ == 1
#include <stdio.h>
#else
#define printf(str, ...) #error "todo"
#endif
fast pagoda
#

i just figured __STDC_HOSTED__should return 1 here which then i could omit the includes entirely but maybe not hahaha

#

gdi auto formatting

#

oh nah def not since it's a default 1

#

so why would anyone ever include anything if it made them not needed

#

clearly not the case derp

#

well, std lib stuff anyways

#

cpu only cringle gets a few fps

#

the graphing calc was rending a ginormous triangle

#

7x6 is p fast tho

uneven pulsar
#

like wtf dose 4k resolution gotta do with databases

fast pagoda
#

they are just saying in that conversation that having a high resolution monitor without increasing the view scale (making the UI bigger to see elements easier like if you have bad vision or sit far away) - it lets you put a lot more information on screen at once so maybe instead of 1 file open and visible you could have 2,3,4 etc open and able to be seen via your eyeballs at the same time thus making referencing your other files easier

opaque sigil
#

4k pages help with databases enub

uneven pulsar
uneven pulsar
#

while windows needed a whole company to make it and still sucks

fast pagoda
#

of course you can but that dude was just saying it makes it easier

uneven pulsar
#

like having ssd problems

fast pagoda
#

linus the time traveler

opaque sigil
uneven pulsar
#

i mean you dont need 4k just code

uneven pulsar
#

he didnt need a high end computer or 4k shi to make linux

#

he was just brilliant

#

like i doing fine on my 2013 macbook

crystal sleet
#

Just talking about the res when they should've been talking about the screen size

uneven pulsar
#

bu why need a huge screen?

fast pagoda
#

see small text easier

crystal sleet
fast pagoda
#

from further away

uneven pulsar
#

idk i dont see a problem of stopping you to code

uneven pulsar
#

at least i have nothing to stop me from learning

fast pagoda
#

right but we must remember that "stopping you from coding" and "making it slightly easier to see more things at once" are different things almost completely

uneven pulsar
#

i know my code is very giberish but why not?

fast pagoda
#

nobody said you need a giant 4k screen to program correctly

crystal sleet
#

I can have like 14 windows or smth like that open side by side on my ultrawide and move around faster

crystal sleet
#

You can designate a part of your screen for something and another part for smth else

uneven pulsar
#

i would forgot that i have many screens

crystal sleet
#

Big screen -> better unless you venture into the second dimension and have to move your head up and down

uneven pulsar
crystal sleet
uneven pulsar
#

not everyone have money for 4k

crystal sleet
uneven pulsar
#

but not everyone can afford it

#

sadly

#

wish tho

fast pagoda
#

easy example - i dont have anything open because i was not doing this for this project but these are all the same size (resolution) as a 1080p monitor so you can pretty much fit, without struggling, 4 full screen 1080p monitors on your screen

more than that if you split further which is fine

doesnt make anything doable that really wasnt before but can make some things easier to see/remember/whatever

lapis wraith
#

peak coding here BASED

#

but JESUST white mode evilFlashbang

crystal sleet
#

I harpoon, y'all with your multiple windows of code editors

fast pagoda
#

lmao for some reason

#

i run dark mode during the day

#

but at night the light mode calls

lapis wraith
#

You do you... i run dark mode 24/7

crystal sleet
#

I hate light colours

lapis wraith
#

So truue. Can we go back to black and white monitors?

fast pagoda
#

my apologies i have fix just 4 u

#

well

crystal sleet
#

I have my discord accessibility settings set to monochromatic

fast pagoda
#

image is broken somehow

#

so maybe now

#

not

lapis wraith
crystal sleet
#

your image weak

fast pagoda
#

fixerino

lapis wraith
crystal sleet
fast pagoda
#

that's what started the matrix

#

not giving them equal rights brah

lapis wraith
#

But... but... neuro rights, right? right?

fast pagoda
#

neuro gets rights as a cute anime girl

#

she already has them because of that actually

#

little known legal concept

crystal sleet
#

No, what if she decides to do coding or some shit and never posts on the internet again?

#

whatchu' gon' do then

fast pagoda
#

well she's still enslaved

crystal sleet
#

mhm

fast pagoda
#

so the monkey dances when told

crystal sleet
#

what the fuck is this convo, I regret

fast pagoda
#

lmao yeah pretty much

#

i saw a performing macaque or similar in japan it just made me sad cuz it was like a lil dude

#

now i feel like i need ot have a bunch of shit open with all these windows

crystal sleet
#

I usually have both music and video running at the same time, then the rest of my screen is nvim and a few console windows (not that nvim isn't one)

fast pagoda
#

sometimes i go crazy and put the editor/ide on my other monitor

#

which is vertical

#

im pretty wild

#

pretty crazy

crystal sleet
#

I have it when I have to move my head vertically to see shit

fast pagoda
#

i sit snoop dogg mode usually

#

so im p far away

midnight sigil
#

people already claiming gpt-4 has life

#

trust them til death

#

what's next?

crystal sleet
#

Mary it then

fast pagoda
#

some have already tried

#

which is really funny lmao

jagged turtle
#

my mind got blown today because uv apparently supports workspaces/monorepos

fast pagoda
#

yes

midnight sigil
fast pagoda
#

uv is bae

crystal sleet
#

I just really want to attach a gun to a drone and give the control to chatgpt

midnight sigil
#

the decision of "destroy" does not depends on the people, nor you

#

it's on the government

#

officials

crystal sleet
midnight sigil
crystal sleet
fast pagoda
#

in the matrix (a historical documentary) a butler robot heard that the owner was going to have it destroyed/replaced

so it killed the owner which got it sent to court and then ordered destroyed and that started the first revolt

crystal sleet
#

I was there

midnight sigil
#

I'm not scared or concerned of AI, I'm just afraid of the high-aboves making dumb decisions just for competing

crystal sleet
#

I'm scared of the AI generated content

midnight sigil
#

it's what they did for cold war, and now we have tech bubble of AI

crystal sleet
tight tinsel
#

i had a idea

#

this is the least funny thing i think i have ever done

fast pagoda
# midnight sigil I'm not scared or concerned of AI, I'm just afraid of the high-aboves making dum...

very hard decision to make for anyone
regulate things like one might assume is logical to prevent safety issues etc BUT this slows down progress and encourages competition from elsewhere that doesnt have the same restrictions, and then if AGI much less ASI does happen then you're totally screwed because whoever gets that first wins the whole hand and every one after that most likely with what that could enable

or just dont regulate and hope you win so you get to say what happens as much as possible

asi itself still has no reason to care about us regardless of who creates it (IF it's possible which we still dont know obviously) so i really expect to just be vaporized if it decides it needs my molecules for something and i wont be able to do jack shit

midnight sigil
#

That being said, I'm going to use AI to write a summary of AI 2027 for my summer holiday book-reading exercise NeuroBounce

fast pagoda
#

giving it ideas

#

just kidding it's a youtube video so gemini has already been trained on it and is plotting our doom RIGHT NOW

midnight sigil
#

Surely that "Kill Session" button actually kills all the session memories glueless

noble zodiac
#

surely

fast pagoda
#

doesnt matter if it was ever fine tuned anyways

#

they aint going in and ablating those weights

#

all i know is

crystal sleet
fast pagoda
#

i am a very polite conversational fellow to any ai

#

just in case

crystal sleet
#

I tell them a family of 6 will get it if they don't run the code in their virtual env

noble zodiac
#

surely companies that only exist by breaking every copyright law known to man on an unprecedented scale will respect regulations SMILE

crystal sleet
fast pagoda
fast pagoda
# crystal sleet

2016 ultra lts rhel or some shit
why the hell did it feel like ELF64 was needed to be specified

fast pagoda
#

all the AI watermarking and stuff has been total hot gas so far
all the "poisoned" images and stuff do actually nothing and are defeated with minor changes

#

some of the watermarks stick but that doesnt really do anything if you dont look for the watermark

#

people reallly loved the "THE AI WILL DESTROY THE AI WITH SLOPPA!" line like a year or 2 ago but there's a reason we havent heard too much about that recently and it's because it hasn't really come true unless you do something stupid like try to fine tune gpt 4 on nothing but shitty gpt3.5 synthetic slop

crystal sleet
# crystal sleet

Okay actually I'm curious, how long can I keep that env alive for?

fast pagoda
#

it is all just copium (understandble copium)
i think we're currently at a stinky plateau though

fast pagoda
#

so probably longer than you care about trying

crystal sleet
#

I want AI computer virus that uses the infected computers to both spread and change itself to fit specific systems

olive sable
#

the FOD gave me my money lesgoooLETSGOOO

fast pagoda
#

there have been some

#

"changing" payloads and whatnot

crystal sleet
fast pagoda
#

a few where it's clearly being generated upon request to the c&c etc

olive sable
#

social security organisation of my gov

nocturne olive
#

Silly, free money

olive sable
#

i now have 50% of the funds to get my dolby atmos 9.2.4 surroundsound

nocturne olive
#

That's crazy

#

What are you even gonna do with a sound system like that, basically nothing will support it

midnight sigil
olive sable
#

yes

fast pagoda
midnight sigil
nocturne olive
#

By the way, I remember someone here offering to help make my website stuff
I just got my webserver thing set up so does anyone remember who that was?

midnight sigil
#

actually blending in with the surroundings

nocturne olive
olive sable
#

most movies wont support it, but for the ones that do it will be cool

#

i think most stuff is limited to 5.1 tho

nocturne olive
#

Why not make your game engine support your insane sound system

olive sable
#

that is the plan

nocturne olive
#

Can't wait for 20% CPU time spent on audio

olive sable
#

audio raytracing is a thing

crystal sleet
#

Ngl stereo is enough of a scare for me, I fucking turn around every time I hear that knock/thud sound, even if I know it's gonna happen

midnight sigil
crystal sleet
#

I'm always like "Noway someone came onto my front yard and knocked on my fucking window"

olive sable
#

headphones stereo can have adequite front/back simulation, but its not the same as a theatre room

midnight sigil
opaque sigil
#

I should stop being lazy and make that pipewire module for Dolby Atmos neuroSadge

midnight sigil
#

which is good enough for just daily uses

nocturne olive
#

Anything you can do with surround you can do with good quality headphones

midnight sigil
fast pagoda
#

if i need a soundstage like that i jsut use headphone/iem

#

but also being in a room with a giant surround is danke

olive sable
#

you know how those 8D youtube video thingies exist, the post proccesing for stereo surroundsound works the same way i think

crystal sleet
#

I think I'm going deaf anyway, I might have the hearing capacity of a 50 year old

opaque sigil
#

Welcome to the club

#

Take care of your ears chat

fast pagoda
#

i really really wish i had a bazillion dollars because i would rent out that LA Sphere https://www.thesphere.com/ to myself and just absolutely sit there grinding through every song i have ever enjoyed

midnight sigil
olive sable
#

some of them are a bit more complex i think

fast pagoda
#

15 years ago i had some speakers that logi put out at the time called Z cinema

#

which had "surround mode" which actually did change how the sound was traveling

#

now i want to look that up

#

it was weird

nocturne olive
fast pagoda
#

looks flawless to me

midnight sigil
crystal sleet
#

Really?

fast pagoda
#

try it with ur speakers rn

midnight sigil
fast pagoda
#

yep high end IEMs often have like

nocturne olive
fast pagoda
#

10 drivers+

crystal sleet
#

I should open up my headphones again sometime later

olive sable
#

the 240p video i could find on the Logitech Z Cinema Surround Sound Review is 17 years old

#

doing a grand total of 1% gpu decode btw

fast pagoda
nocturne olive
fast pagoda
#

they came with this (usable, functional) software

but holy shit there was a default overlay

#

LOL

#

this shit popped up EVERY time you adjusted the volume unless you disabled it

#

which had to be disabled every boot unless you fixed it in registry

#

the tech is still around obviously but is pretty much like

#

a soundbar thing

#

these days i think

#

it really boils down to a fancy version of messing with the frequencies as was said before

#

but it's pretty cool

olive sable
#

yep

opaque sigil
#

Audio is black magic neuroSadge

olive sable
#

but i still like having actual 13 speakers instead of faking it

fast pagoda
#

there's no replacement for displacement

olive sable
#

especially since its meant to be for multiple people

fast pagoda
#

in this case, air displacement lol

olive sable
#

there's aslo some dampening for when its behinfd you you need to accounbt for with the simualtions

#

earshape and stuff

fast pagoda
#

Sound localization is a listener's ability to identify the location or origin of a detected sound in direction and distance.
The sound localization mechanisms of the mammalian auditory system have been extensively studied. The auditory system uses several cues for sound source localization, including time difference and level difference (or inte...

#

"reading" like wiki is some good source

#

but yeah there's a lot of things you can do with an audio signal in just processing that will cause it to do seemingly impossible stuff

#

to your perception

#

i recognize this mf in this tiny diagram on that page

fast pagoda
#

the colour choices in your diagram represent the chaos of mankind

nocturne olive
#

It's just what Linux paint gave by default

olive sable
#

i really do be spending my time looking at 2K av receivers while the television in that room was 50 bucks KEKW

fast pagoda
#

i miss paint.NET literally the only thing i miss from windows

nocturne olive
#

I guess I swapped to Krita for Linux for the more advanced Paint program

fast pagoda
#

yeah krita i have on here

#

i dont like gimp so i refuse to use it because it's slightly different than waht i'm used to

#

(this is a pattern with me lmao)

#

but stuff like if i want to paste an image into krita, but the canvas isnt the right size, itll paste it but will not even attempt or offer to adjust the canvas size

nocturne olive
#

Well, anyway, does whatever I described seem possible?

fast pagoda
#

i didnt see anything insane hold on let me make sure lol

nocturne olive
#

I doubt there's anything too hard to do

fast pagoda
#

yeah it's normal

nocturne olive
#

I don't need much, it's a quite basic main page

fast pagoda
#

waht is the hosting

nocturne olive
#

My "server"

fast pagoda
#

like is it a simple drop that shit in ftp or

#

server being literally any computer that isnt your main one and thus can be left on running that one thing without worry id imagine

nocturne olive
#

Simply this silly folder next to my silly jar file

fast pagoda
#

not the silly jar

nocturne olive
fast pagoda
#

yeah let me monkey around with it for a bit it shouldnt be too hard to at least cook up an example

crystal sleet
#

Home network no ddos prot mhm

fast pagoda
#

you can run a home box thru cloudflare incredibly easily

midnight sigil
#

let's try getting some little root access fr fr

fast pagoda
#

and free

nocturne olive
#

I should maybe consider that some day

#

But for now it's a pretty small thing so I don't think it's needed at the moment

fast pagoda
#

cloudflare has an entire tunneling system specifically for remoting and such

midnight sigil
fast pagoda
#

that you would probably like and benefit from

nocturne olive
fast pagoda
#

right i mean that's fine but if it's public facing and you want to also remote into it it's exposed more than you'd want it to be

crystal sleet
nocturne olive
#

It runs within that terminal and I close it when done, and it's also configured to only accept connections from localhost (SSH tunnel)

midnight sigil
#

the neuro.click website is running on Ubuntu, Nginx 1.24.0 with Open Graph evilSMH

#

why did you chose Ubuntu

nocturne olive
#

*Mint

fast pagoda
#

right but the system itself could be denied access to the internet if it's ever public facing one(1) time because its scanned into like threat intelligence services instantly

#

so they have ur home ip then

#

and then if anyone feels funny

midnight sigil
nocturne olive
#

Mint is an Ubuntu-based distro, but not Ubuntu

fast pagoda
#

they dont have to get into your system itself to make your day annoying

midnight sigil
nocturne olive
#

Silly

midnight sigil
#

it's either ubuntu, debian or unix

fast pagoda
#

i typed the wrong url just now and found nwero cookie clicker

#

at neurosama.click lol

nocturne olive
#

Yeah I know that one too

midnight sigil
nocturne olive
#

Domain is owned by the same person

#

(Promote's domains)

fast pagoda
#

probaby just says unix

crystal sleet
fast pagoda
#

that's because nobody uses BSD so you cant scan one

midnight sigil
fast pagoda
#

idk if you had neuro or neuros in the actual scan but your post didnt have the 2nd s

midnight sigil
fast pagoda
#

ah ok

nocturne olive
#

Well, I'll let you take your time on the thingy and just silly around while waiting to see if you make something

midnight sigil
#

godaddy's page tells me Next.JS, React and no OS signatures

fast pagoda
nocturne olive
#

Whuh

fast pagoda
#

i reinstalled to nobara like a couple days ago

#

because something was mildly annoying me with my cachy install and i needed to redo it anyways

#

so every time i go to do something i have to reconfigure things as they come up lol

midnight sigil
#

I don't have my nmap installed on windows

#

I thought I always had that

#

what

fast pagoda
#

scoop install nmap

#

i forget the actual scoop syntax but surely it's just that

#

or if no scoop

#

winget install -e --id Insecure.Nmap

midnight sigil
#

hurray I installed nmap now

#

I'm now a scR1pt k1dd13

olive sable
#

hmmm. 9.2.4 or 7.2.6 pepehmm

nocturne olive
midnight sigil
#

neuroTuck don't worry it's nmap

#

just some tomfoolery to know your OS version

jagged turtle
midnight sigil
jagged turtle
fast pagoda
#

nmap -sV --script vuln YOURWEBSITE.HERE if you want to scan a random site and see the cves they havent patched

#

without the script it just scans the os and stuff but this also does that with the vulns

jagged turtle
midnight sigil
crystal sleet
#

The files checked are peak

jagged turtle
nocturne olive
#

Well, those are all failed accesses

jagged turtle
#

yes

#

but what is trying to access .git lmao

nocturne olive
#

No idea

midnight sigil
noble zodiac
#

thats just internet background noise

midnight sigil
#

who tf uses "iloveyou" and "princess" as password

olive sable
midnight sigil
#

that's crazy

lapis wraith
#

SMH imagine not using a password manager

crystal sleet
#

I have my own mhm

olive sable
#

"monkey" bruh

crystal sleet
jagged turtle
#

people also use youaremylife as password

jagged turtle
midnight sigil
#

how do I make my interpreter know if a register is a register

#

instead of a 4 bit or 8 bit value

amber fractal
#

Value++--, now it is in a register mhm

midnight sigil
#

wuh

amber fractal
#

This is a joke answer, but at least it would have to be loaded into a register at some point.

#

How to actually say it is one, evilShrug I'm not a language designer

midnight sigil
#

I had big brain neuroNOWAYING

#

just place an extra bit to indicate

crystal sleet
#

I had a stroke writing this message (my system did) so, replaced

amber fractal
#

Alright, that's the first boot failure I've had under linux

#

rerolling time

#

ye

#

it works, so that was interesting

fast pagoda
#

oh you immediately posted basically that

#

nvm lmfao

fast pagoda
amber fractal
#

Atomics not being written correctly

crystal sleet
#

I also keep 34 copies of all my files, because every SSD I put on my currently unused slot died, so I'm paranoid

olive sable
#

i found a 7.2.4 avr on fb marketplace neuroNOWAYING
its not the 9.2.4 i originally wanted but i have to think of my wallet

amber fractal
#

The only 3 audio systems I need are: Wired headphones, wireless headphones, and at least dual speaker system.

crystal sleet
#

I have too many

olive sable
#

i have a set of headphones for on the go and on my pc. pc also has a 2.1, and i have a 5.1 in the gameroom i want to upgrade

crystal sleet
#

I have no idea what the specifications for anything I own are

amber fractal
#

Anything high quality is wasted on me personally. As long as it is not xbox 360 quality I should be fine

crystal sleet
#

Me omw to snap my headphone in half again

amber fractal
#

I should grab a low quality mic to match the higher quality one I have

olive sable
#

the quality of good vs bad speakers is also lost on me mostly, but i like surround sound

amber fractal
nocturne olive
#

All I have is my reasonably good quality headphones
I don't even have a functional microphone anywhere

nocturne olive
#

Well it's not connected to my PC and my phone has no audio recording software so it's useless

amber fractal
#

I got 3 pairs of wireless/wired before I have to think about anything else. Those are going until I can't repair them.

crystal sleet
#

I have reasonably good speakers, headphones, and microphone

#

Still no fridge tho, only freezer (I'm extreme like that)

olive sable
#

Yall have been shitting on me for doing +8dB on bass at my pc, but actually this makes the frequency graph flatter

#

I just tested it

crystal sleet
#

sound freak

#

what's a bass, is that a fish?

olive sable
#

also

noble zodiac
#

bass boosting do be crazy

olive sable
#

i liek having audio lower than 100hz be present

uneven pulsar
#

for some reasons I thought these card where out of stock but are they worth it?

fast pagoda
olive sable
#

i do put the gain at -8dB ofcourse

amber fractal
#

Okay, I can now sleep knowing this particular roadblock has been dealt with. NN had been updated with working code.

fast pagoda
olive sable
#

its jsut not good either

uneven pulsar
fast pagoda
#

it's bad for the price lol

olive sable
#

its kinda ridiculous that the 4060's are bigger than my 3090. we all know it doesnt need that big of a heatsink

fast pagoda
#

you can get a 9060 xt for under $300 and thats like 20% better in all ways other than cuda

uneven pulsar
#

I only see rog strix 4090s

#

I never seen a 4060 have that much of a look

fast pagoda
#

because theyre wasted sand mostly

amber fractal
uneven pulsar
fast pagoda
#

holy shit 360 bazillion dollhairs

amber fractal
fast pagoda
#

5090s and 4090s are bonkers priced no matter what anyways and you would never cross shop a 4060 and a 5090/4090

#

theyre in different universes

uneven pulsar
uneven pulsar
amber fractal
uneven pulsar
#

we do use usd

#

waay better to pay

olive sable
fast pagoda
#

lbp = lil british pounds

amber fractal
#

Time for the traditonal check of 3090 prices, for the lols I'll pull up 4090 and 5090

#

(I should be sleeping damn)

uneven pulsar
fast pagoda
#

i checked 3090 yesterday and found 700-1000

#

$$

uneven pulsar
#

is it good?

#

I wanna try a 1100$ budget

amber fractal
#

It's getting worse

#

@olive sable imports are definitely better now neurOMEGALUL

uneven pulsar
fast pagoda
#

yeah i was down horrendous ready to grab a $5-600 3090 or something and those are gone af

uneven pulsar
#

idk

#

like

fast pagoda
#

4k and 1440p

#
amber fractal
olive sable
#

the 3090's here are msotly fine in price

uneven pulsar
fast pagoda
#

sam imma need you to go on a lil train ride again

amber fractal
#

:SAVED: We love 3090 imports

uneven pulsar
olive sable
#

highest bider is at 675 so nah

stark needle
#

Chat I'm maybe dropping out of school lol

uneven pulsar
olive sable
stark needle
fast pagoda
#

oh no

stark needle
#

I applied again to google

fast pagoda
#

the google dropout moonshot

stark needle
#

This time for full engineer position

uneven pulsar
stark needle
#

in ML

fast pagoda
#

damn son well medical (ig) reasons makes that annoying indeed for you

#

sorry that's been the way she goes :\

amber fractal
uneven pulsar
#

I am in a technical school like most or my subjects like physics chemistry and others replaced with programming

fast pagoda
stark needle
amber fractal
uneven pulsar
#

next next year going to learn php and tkinter with react js

fast pagoda
#

second hand gpus scare me

stark needle
#

i applied for this thing

fast pagoda
#

ill apply to make you look better

#

lol

#

zurich would be neat

uneven pulsar
#

Also

fast pagoda
#

is that a relocate or are you already in the area

uneven pulsar
#

Dose 50 series have limited support for AI

fast pagoda
#

food ready brb

fast pagoda
stark needle
fast pagoda
#

ah

#

i know actually nothing about zurich other than it exists , i think it's the biggest swiss city and also therefore is often on watches lol

#

also there's an extremely annoying insurance company named after it

uneven pulsar
#

anyone know how to use a template or something to make a more secure discord server

warped narwhal
#

what do you mean by secure?

olive sable
lament igloo
uneven pulsar
warped narwhal
#

for example, here is a regex that blocks discord invites: (?:(?:https?://)?(?:www)?discord(?:app)?\.(?:(?:com|gg)/invite/[a-z0-9-_]+)|(?:https?://)?(?:www)?discord\.gg/[a-z0-9-_]+)

warped narwhal
warped narwhal
jagged turtle
warped narwhal
#

eww no

jagged turtle
#

or PascalCase

uneven pulsar
#

also did anyone see about discord id verifying now. is it true im literally about to start making a server and now im like oh... well maybe not

jagged turtle
#

since that's what most of js uses

warped narwhal
#

snake case is superior

#

-# you see, I'm actually a c++/rust dev, but I chose svelte cause it was what I was working on at the time

jagged turtle
#

i'm pretty sure no one has done .cpp or .rs yet

warped narwhal
#

I think someone has .rs but I haven't seen a .cpp yet

jagged turtle
#

just checked using @

#

no one has either

#

unless discord is being a stupid

warped narwhal
#

well then I will be claiming .rs

jagged turtle
#

🎉

uneven pulsar
uneven pulsar
#

But people reported that not all ai workloads where running well on 50 series card

olive sable
warped narwhal
uneven pulsar
#

of make you’re own custom bot

warped narwhal
#

also it maybe a bit overkill, but it catches absolutely everything, I simple copied it from the server I'm an admin for, and we haven't had any bots for quite a while

scarlet arch
scarlet arch
warped narwhal
#

we have another filter for those lmao

uneven pulsar
#

why not?

warped narwhal
#

well... maybe not every link shortener, but the big ones like bitly and tinyurl

uneven pulsar
#

then it would be irrelevant

warped narwhal
# uneven pulsar why not?

it can be a bit of a pain when you are collaborating with other servers, as only users with administrator permissions will be able to post invites to the other server

uneven pulsar
#

but like dose the server technicians HERE managesime message data bases?

uneven pulsar
#

Then just make a custom one

#

or just use tatsu

warped narwhal
#

those bots work, but being bots, they have a short delay which I don't like. automod intercepts them before they get sent to anyone, bots only stop them after they have already been sent.

warped narwhal
#

don't get me wrong, it's a tiny delay

uneven pulsar
#

like a delay when commanding them to do stuff?

#

then why can’t he just make one?

warped narwhal
#

but having a scam message pop up briefly, still leaves a bad taste

uneven pulsar
#

And uhm

warped narwhal
#

automod goes:
message -> check (and block) -> send to users
dyno etc goes:
message -> send to users -> receive on the bots end -> check -> delete if required.

uneven pulsar
#

like the server technicians in this server what dose then even do rather than managing the bots

warped narwhal
#

so the users will already have the bad message before it is dealt with by the bot. and if said users are using a discord client which shows deleted messages, then they will still be able to see it.

uneven pulsar
warped narwhal
#

depends on how you define effective

#

it deletes the messages correctly, but only after they have already been sent to other users.

uneven pulsar
#

plus

#

every message sent goes to the server data base

#

and mods can see it any time right?

warped narwhal
#

yes

uneven pulsar
#

the old old messages gets deleted

#

cuz if the server wants to keep the super old ones

#

idk they do automatically get deleted after phew days?

warped narwhal
#

I don't know what you mean by this

#

the scam messages get deleted within about a second. but the logs that show that the message was deleted stay forever

uneven pulsar
#

the old message like example i said hi a month ago

#

dose it stay in the database?

#

like didn’t the database get fulled up

#

like doesn’t the database deletes old old messages to empty its memory

#

to be able to take new messages

warped narwhal
#

if you are talking about whether old messages get deleted then no.

warped narwhal
#

#welcome message here is the very first message ever sent in this discord server, 6 years ago

uneven pulsar
#

like how dose it still have enough space

uneven pulsar
#

but my question is

#

dose the server data base to still have enough storage to process like 800k messages per day

#

if you think about it

#

discord prolly bave over more than 1 bazillion messages

warped narwhal
#

that's not our issue to solve, but text doesn't take up much storage, it's the pictures and videos that are the issue.

#

for example, a 1GB log file I have, contains 7 million lines. each line has enough content for about 3 discord messages.

nocturne olive
uneven pulsar
#

380$

#

for me

nocturne olive
olive sable
uneven pulsar
#

so uhm

#

any other options?

nocturne olive
uneven pulsar
#

not guaranteed to be safe to buy

#

and also

nocturne olive
uneven pulsar
#

they only now sell a 3090 in a pre built

#

and around 2000$

olive sable
#

Next time im gonna be asking at least 20 bucks extra for the time ill spend on the train. Cuz like i aint doing another 10 hours for free

uneven pulsar
nocturne olive
#

If a 3090 is 400$ then just get the 3090

#

What usecase are you even looking for a GPU for?

uneven pulsar
uneven pulsar
nocturne olive
#

ML?

uneven pulsar
nocturne olive
#

Then you do need an Nvidia card for the ML

olive sable
nocturne olive
#

3090 is your best bet

uneven pulsar
#

there out of stock

nocturne olive
#

Get used

#

There will be no new 3090s

uneven pulsar
#

and the ones works are in pre builds around 2000$ with i9

#

i think i am screwed

nocturne olive
nocturne olive
uneven pulsar
nocturne olive
#

No

uneven pulsar
#

i mean is it lame as the 4060?

#

bruh

nocturne olive
#

Not unless it's significantly cheaper than a used 3090

nocturne olive
#

5060 Ti is basically equal to 4060Ti which is barely better than 3060Ti and loses to a 3070

#

So you'd be theoretically better off with a 3070 or 3080

#

Basically anything below 4070 super in 40 series is not worth it, basically anything below 5090 in 50 series is not worth it

uneven pulsar
nocturne olive
#

Look at the used market

uneven pulsar
#

3070 ti is also not available

uneven pulsar
nocturne olive
#

None of those cards are available new, you have to buy used

nocturne olive
uneven pulsar
uneven pulsar
#

like they confidently put a 3090 with a i9 for 2000$

#

fuck

nocturne olive
#

Well, I've got no better advice for you, go for a used 30 series or you're screwed, just make sure the seller lets you see the card working before buying

true hemlock
#

um

#

what's going on here

#

superbox what are you suggesting this poor guy 😭

#

@uneven pulsar so what's your budget and usecase

uneven pulsar
#

@true hemlock

warped narwhal
#

I'm a take a wild guess (cause I don't know the prices) but a r5 7600x, and a 3070 ti sound within that budget

warped narwhal
uneven pulsar
#

i would go with the rx 9060 xt

uneven pulsar
#

you mean..?

warped narwhal
uneven pulsar
#

they run perfectly?

warped narwhal
#

yes

uneven pulsar
warped narwhal
uneven pulsar
#

THEN I DONT NEED STUPID NVIDEA YEAH

glass flower
#

mhm but nvidia is probably still faster than amd

uneven pulsar
uneven pulsar
#

there a 370$ 3080 ti

warped narwhal
uneven pulsar
#

sealed

warped narwhal
#

what do you mean that your country doesn't ship AMD cards?

uneven pulsar
#

only amd cpus

warped narwhal
#

what country?

uneven pulsar
#

we use usd

#

but mostly shit when it comes to electronics

#

now i did see a 3080 ti for 370$

true hemlock
#

usecase is triple A titles games and AI?

#

if i may ask what kind of AI workloads btw

uneven pulsar
#

like basic statistics ai

#

and well idk

#

i have language like php java python Mysql reacts and weakly web projects for my technical school

#

i am not going to lie with you

#

i am not sure if 4gb of ram on a MacBook could do

#

tho like a file of code doesn’t waste much?

#

it doesn’t?

uneven pulsar
true hemlock
#

just 12gb vram but stats model shouldn't even need more than that

#

and 3080Ti is almost similar in performance as a 3090

uneven pulsar
#

there are some 400$ used 3090

#

but idk maybe a 5060 ti?

#

or a 5070

#

then idk

true hemlock
#

3090 better

uneven pulsar
true hemlock
#

3090 = 4070 super = 5070
in terms of performance

#

but 3090 is like double the bandwidth and vram

#

so its more suitable for ai

uneven pulsar
#

Can i pair it with a 7800X3d

true hemlock
#

don't trust nvidia's bs about "AI TOPS", its a terrible comparison for "ai performance "

true hemlock
#

but considering you're targetting AAA games, doubt that would make any difference so i'd say get a 9600x

#

and put more budget on ram or storage

uneven pulsar