#programming
1 messages ¡ Page 162 of 1
im tired of writing out multiply and less-than
ill change them to theproper names 

become incomprehensible
too much detail
where's the human brain needed when it tells you EVERYTHING such as "n is bork bro"
oh lmfao
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
Damn :prev or smth
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
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
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
tail recursive fibonacci pog
er
uh
right

i have to add gc roots for temporary c values not referenced by lisp code
that said having to gc at fib 7 is pretty funny
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
python
đ
Scream
snek
bwaa
poison
poison
sonidito
bwabvwa wda
ttsg
that rehearsed or did it come from the heart(s)
stmpwyfs
heart heart heart heart heart heart heart heart heart
not undertale
Where is this off by one error 
pain enthusiast
If I give it an extra case of room it works, but if I try to match the amount that exist suddenly it somehow refuses to work.
Okay not where I was orginally looking, but found the off by one error
Whar you sillying?
Neuron project
Very silly indeed
I wish I could monetise my suffering
i mean...
I found a way to turn Portal 2 into a web server.
Thank you for watching!
This project is available on GitHub: https://github.com/p2r3/HTTPortal
Join our Discord server! https://p2r3.com/discord
All music used is from the Portal 2 OST in this order:
- Robot Waiting Room 6
- There She Is
- You Are Not Part Of The Control Group
- Halls Of Science 4

expr is a free cell
that aopears to be the same image
emancipated
at least u know sweep works
this is a perfect gc
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
it's behind #ifdef __USE_POSIX199309
surely defining that in your code is a good idea 
this really seems like something that should be set somewhere else but idk where it's supposed to come from
something with POSIX 
oh also I think that will break with musl

oh yeah and that goes to struct_timespec.h which has only confused me more
I was checking bits/time.h which seems to have the only definition of CLOCK_MONOTONIC_RAW
so I guess that's getting included somehow
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
it's hybrid machine
it's still heavily relied on stack manipulation tho
could ask copooplet but im kinda trying not to
you need to push the register values onto the stack to play with them
it's behind the same ifdef 
have you tried just putting #define __USE_POSIX199309 at the top of your file
not permanently, just for debugging
yeah ill try that rn i suppose
I spent more time on writing the markdown than writing actual code
this is neurover
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
try something like -D_POSIX_C_SOURCE=199309
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"
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"
is numpy useful
very
The reason I'm not on c++ with this project
any math/science/data shit is gonna be numpy as a default usually
if it involves math
mind you with that you are saying: hey, I want you to strictly comply with POSIX from 1998-09-03
Surely you won't lose other features by doing that 
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()
this thing is a massive 70 lines and essentially a reimplementation of that graphing calculator triangle
what is this supposed to do
this code makes no sense
dose multiple calculations to return an accuarte int value
its incoherent
data=set(map(lambda x:x**2, {random.randint(1,100)}))
num_locks=set(map(lambda y:y**2, {random.randint(1,100)}))
thats the data
it dose
why are they global?
what
such a "kinda" (Also a tf you mean)
the "strictly" shouldn't be there, it's just "I want the features from this" rather than "I want the features from this and I'll sacrifice my ability to use features from other versions" or anything of sorts
you know data and num_locks are one integer long right?
the code is basically a brute force algorithm that takes multiple dose a calculation to return an accuatye int
yes thats why
why are you using set, or map, or lambda then?
what the hell is an accurate int supposed to mean?
staring at time.h is really doing numbers on my attention span
the 3
what
i know sets can be used in mathematical cases
you can use the array byte array to make long term calculations with out having to use same numbers
Very coherent sentences
true
so if your set is only 1 item long
then there's no reason for it to be a set
wait let me explain the code please?
and works with ol monotonic non raw as well we're winning
we can see the code
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
and i used math modules to do long terms calculations inside of the set after running and calculates them
whar
my code is becoming clean 
At the cost of putting some stuff as class variables
you said something that has no meaning!
idk what you talking about
but what dose a code meaning do?
Maybe this question works better, what numpy thing are you trying to copy?
yeah and why? for example, why avoid duplicates after generating when you can avoid them when generating the random number?
i feel like im having an aneurysm
the sets are 1 integer long
and the ranges mean that only the elif condition happens
idk i am not really good at coding
idfk maybe they're planning to expand, open your mind to the future man
(this is a joke)
can i show the code?
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()
so
have you tried to run this?
yes it dose work
you realise right, that this just prints num_locks[0]
like
that's all it does
since num_locks is 1 integer long
i know its not that much of a thing
it's nonsense code 
oh
this code gives me the same vibes as this song
https://www.raiplay.it/programmi/cento/teche/clip - Dalla puntata di "Formula Due" andata in onda l'8 dicembre 1973, un'interpretazione di Adriano Celentano del suo celebre "Prisencolinensinainciusol" in cui lui interpreta un professore che canta il brano alle sue alunne.
This how non-english speakers hear english
it sounds like english but when you try to understand it its just pure nonsense
that
's how the code looks to me
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
what did i do
yes it just prints the single num_locks set element
It's about the song
the less fun part of learning
i am not good at coding
right that's why it's learning
Learning your first language is always the worst
yes i am learning
i felt like i offended konii
not offended but very very confused
This is basically how every question in programming works
oh
idk i am not good at it how do i then make my code less nonesense
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
by starting with something simpler
First decide what you're trying to achieve and for what
like what for loops?
i am not really good at logic
Idea -> logic -> code
After you get good at the second step you can do it on the fly
but when i get the idea its just some complex thing
i think i am stupid
you need to break it down into the steps you need to accomplish the complex thing first
I bought the keyboard for my tablet, it was on sale 
I am now 60 bucks more poor
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
yeah thats going to be..very challenging to do it
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)
I just write pseudo code in my head to figure out how to implement things.

I code irl tasks in my head
shit's all mixed up
btw this was extremely close but we DIDNT want __USE_POSIX199309... we wanted to define the following for it to find clock_gettime in glibc
#define _POSIX_C_SOURCE 200809L
neither currently used in this file thankfully
AI 2027 depicts a possible future where artificial intelligence radically transforms the world in just a few intense years. Itâs based on detailed expert forecasts â but how much of it will actually happen? Are we really racing towards a choice between a planet controlled by the elite, or one where humans have lost control entirely?
My take...
agi achieved internally
ye, the __ prefix pretty clearly stated that you weren't supposed to define it directly, so it wasn't the solution anyway
cool that this other define works though
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
explain me how thats true 4k resolution for better database
and ssaying 4k for it
saying 4k helps with databases
PPI and screen size is all that matters, not the pixel count by itself
i did not expect my issues to be in environment includes but damn i forgot how much of this is just abstracted away in like python
does this make stuff like #include <stdio.h> redundant? if yes that's pogg
since that would be part of the standard libs no
hm
its more like a flag that checks for -ffreestanding
maybe it has that application though
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
do you mean like this?
#if __STDC_HOSTED__ == 1
#include <stdio.h>
#else
#define printf(str, ...) #error "todo"
#endif
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
like wtf dose 4k resolution gotta do with databases
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
4k pages help with databases 
i mean i can see everything on my shitty 2013 macbook
linux was made in a 2001 laptop
while windows needed a whole company to make it and still sucks
of course you can but that dude was just saying it makes it easier
like having ssd problems
i see
linus the time traveler
What does that have to do with 4096 byte memory pages 
i mean you dont need 4k just code
that still impressive
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
Just talking about the res when they should've been talking about the screen size
true
bu why need a huge screen?
see small text easier
Okay kinda unproductive saying this right after giving us that godly code
from further away
idk i dont see a problem of stopping you to code
yeah i get it
at least i have nothing to stop me from learning
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
i know my code is very giberish but why not?
nobody said you need a giant 4k screen to program correctly
I can have like 14 windows or smth like that open side by side on my ultrawide and move around faster
true
You can designate a part of your screen for something and another part for smth else
thats too facny
i would forgot that i have many screens
Big screen -> better unless you venture into the second dimension and have to move your head up and down
bro i dont need all of thatđ
Yeah but it's better
some really cant afford it
not everyone have money for 4k
YEAH BUT IT'S BETTER
true i agree
but not everyone can afford it
sadly
wish tho
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
I harpoon, y'all with your multiple windows of code editors
lmao for some reason
i run dark mode during the day
but at night the light mode calls
You do you... i run dark mode 24/7
I hate light colours
So truue. Can we go back to black and white monitors?
I have my discord accessibility settings set to monochromatic

your image weak
fixerino

I can actually see the windows
As long as we don't give the AGI equal rights
But... but... neuro rights, right? right?
neuro gets rights as a cute anime girl
she already has them because of that actually
little known legal concept
No, what if she decides to do coding or some shit and never posts on the internet again?
whatchu' gon' do then
well she's still enslaved
mhm
so the monkey dances when told
what the fuck is this convo, I regret
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
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)
sometimes i go crazy and put the editor/ide on my other monitor
which is vertical
im pretty wild
pretty crazy
I have it when I have to move my head vertically to see shit
oh trust me, they will... the global intelligence of humanity is decreasing over time, accelerating, after all
people already claiming gpt-4 has life
trust them til death
what's next?
Mary it then
my mind got blown today because uv apparently supports workspaces/monorepos
yes
uv is bae
I'm not that concerned, we can destroy them faster than they can create themselves
I just really want to attach a gun to a drone and give the control to chatgpt
the decision of "destroy" does not depends on the people, nor you
it's on the government
officials
You got one shot buddy, get 'em
especially the case when the country is heavily reliant on the development of AI
The legality of destroying them does, not the decision itself
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
I was there
I'm not scared or concerned of AI, I'm just afraid of the high-aboves making dumb decisions just for competing

I'm scared of the AI generated content
it's what they did for cold war, and now we have tech bubble of AI
new ragebait strat
Why pick one when you can drown, switch it up every day and talk to a different chatbot
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

That being said, I'm going to use AI to write a summary of AI 2027 for my summer holiday book-reading exercise 
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
Surely that "Kill Session" button actually kills all the session memories 
surely
doesnt matter if it was ever fine tuned anyways
they aint going in and ablating those weights
all i know is
Well regulation is also good for the AI as well, for example, AI generated content will poison the AI, you need fresh human generated stuff
I tell them a family of 6 will get it if they don't run the code in their virtual env
surely companies that only exist by breaking every copyright law known to man on an unprecedented scale will respect regulations 
this is how you get claude shitting itself and calling the nuclear quantum FBI Mi69 every available unit because it's getting charged $2 to run the model each day #programming message
2016 ultra lts rhel or some shit
why the hell did it feel like ELF64 was needed to be specified
surely the #noai tags work 
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
Okay actually I'm curious, how long can I keep that env alive for?
it is all just copium (understandble copium)
i think we're currently at a stinky plateau though
well it already thinks it's been chugging along for 10 years
so probably longer than you care about trying
I want AI computer virus that uses the infected computers to both spread and change itself to fit specific systems
the FOD gave me my money lesgooo
So cool, 10/10 would go to jail over
a few where it's clearly being generated upon request to the c&c etc
Who?
social security organisation of my gov
Silly, free money
i now have 50% of the funds to get my dolby atmos 9.2.4 surroundsound
That's crazy
What are you even gonna do with a sound system like that, basically nothing will support it
bro is going to build a cinema at home or smth
yes
hear footsteps in cs2 as he gets shot from behind
oh that will be scary ngl
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?
actually blending in with the surroundings
-# Well, set up to the most basic extent that allows for constructing the most basic pages
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
Why not make your game engine support your insane sound system
that is the plan
Can't wait for 20% CPU time spent on audio
audio raytracing is a thing
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
hey Portal and Half-Life have 7.0 
I'm always like "Noway someone came onto my front yard and knocked on my fucking window"
headphones stereo can have adequite front/back simulation, but its not the same as a theatre room
There's only 2 ears anyway
stereo can produce fake surround sound by post-processing
I should stop being lazy and make that pipewire module for Dolby Atmos 
which is good enough for just daily uses
Anything you can do with surround you can do with good quality headphones
if you're not some sound maniac
if i need a soundstage like that i jsut use headphone/iem
but also being in a room with a giant surround is danke
you know how those 8D youtube video thingies exist, the post proccesing for stereo surroundsound works the same way i think
I think I'm going deaf anyway, I might have the hearing capacity of a 50 year old
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
those videos are just doing audio volume manipulation and making you feel like it's moving, though it's only adjusting the stereo pan
some of them are a bit more complex i think
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
If anyone is curious it looks like garbage
https://neuros.click/
This site is under construction
looks flawless to me

Really?
try it with ur speakers rn

yep high end IEMs often have like
I think I'm gonna need someone that knows web dev to make what I want to be there, which is a configurable "page selector" that has an image and description for each sub-page configured in probably some sort of JSON
10 drivers+
I should open up my headphones again sometime later
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
if u send me some sort of more complete description of what that would look like i could give er a shot and make some poopo because im more motivated to do someone else's stuff than my own almost always
and i like learning more js crapola
yeah they be old
I can make a quick sketch in Linux paint
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
A head-related transfer function (HRTF) is a response that characterizes how an ear receives a sound from a point in space. As sound strikes the listener, the size and shape of the head, ears, ear canal, density of the head, size and shape of nasal and oral cavities, all transform the sound and affect how it is perceived, boosting some frequenci...
it really boils down to a fancy version of messing with the frequencies as was said before
but it's pretty cool
yep
Audio is black magic 
but i still like having actual 13 speakers instead of faking it
there's no replacement for displacement
especially since its meant to be for multiple people
in this case, air displacement lol
there's aslo some dampening for when its behinfd you you need to accounbt for with the simualtions
earshape and stuff
more reading on this https://en.wikipedia.org/wiki/Sound_localization
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
Sent in DMs
the colour choices in your diagram represent the chaos of mankind
It's just what Linux paint gave by default
i really do be spending my time looking at 2K av receivers while the television in that room was 50 bucks 
I guess I swapped to Krita for Linux for the more advanced Paint program
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
Well, anyway, does whatever I described seem possible?
i didnt see anything insane hold on let me make sure lol
I doubt there's anything too hard to do
yeah it's normal
I don't need much, it's a quite basic main page
waht is the hosting
My "server"
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
Simply this silly folder next to my silly jar file
not the silly jar
I already leave my PC on all the time anyway for remoting reasons
yeah let me monkey around with it for a bit it shouldnt be too hard to at least cook up an example
Home network no ddos prot mhm
you can run a home box thru cloudflare incredibly easily
let's try getting some little root access fr fr
and free
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
cloudflare has an entire tunneling system specifically for remoting and such
Neuro-sama's Unofficial CTF Challenges 
that you would probably like and benefit from
I just use SSH tunnels
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
Challenge, denial of service on all neuro related fan projects
I only start the server for the VNC stuff via the terminal I have the SSH tunnel in
It runs within that terminal and I close it when done, and it's also configured to only accept connections from localhost (SSH tunnel)
the neuro.click website is running on Ubuntu, Nginx 1.24.0 with Open Graph 
why did you chose Ubuntu
*Mint
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
Ubuntu based
Mint is an Ubuntu-based distro, but not Ubuntu
they dont have to get into your system itself to make your day annoying
my program cannot scan if your web server is a distro of other kinds or not
Silly
it's either ubuntu, debian or unix
i typed the wrong url just now and found nwero cookie clicker
at neurosama.click lol
Yeah I know that one too
and linux if it's non the case of ubuntu and debian
waht happens if you scan a BSD box does ur program explode
probaby just says unix
idk
Now scan that ip for known ports for applications with vuln that can be exploited
that's because nobody uses BSD so you cant scan one
let me boot up my scr1pt kiddie OS Kali 
btw caibi https://neuros.click/ is the url, https://neuro.click/ is a godaddy domain sell page
idk if you had neuro or neuros in the actual scan but your post didnt have the 2nd s
yea I'm on https://neuros.click/
ah ok
Well, I'll let you take your time on the thingy and just silly around while waiting to see if you make something
godaddy's page tells me Next.JS, React and no OS signatures
ill message you when i do to not clog this place up but yeah i was doing a "OH SHIT I HAVENT SET UP BIOME OR ANYTHING ON THIS INSTALL YET"
Whuh
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
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
hmmm. 9.2.4 or 7.2.6 
Whuh
that could be fun to organize
I did not know it'll make that many funny requests ngl
wtf
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
swarmctf is real

The files checked are peak
do I see .git being accessed...
Well, those are all failed accesses
No idea
no idea
thats just internet background noise
who tf uses "iloveyou" and "princess" as password

that's crazy
imagine not using a password manager
I have my own mhm
"monkey" bruh
why are you trying to brute force? Also are you doing this to a random person on here 
dw
people also use youaremylife as password
source
localhost

how do I make my interpreter know if a register is a register
instead of a 4 bit or 8 bit value

Value++--, now it is in a register mhm
wuh
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,
I'm not a language designer
I had a stroke writing this message (my system did) so, replaced
Alright, that's the first boot failure I've had under linux
rerolling time
ye
it works, so that was interesting
probably thousands of people
oh you immediately posted basically that
nvm lmfao
this is why i keep 34 copies of the kernel ready 2 go
I could have hopefully booted into another generation (thanks NixOS), but this just seemed like a failed gamble
Atomics not being written correctly
I also keep 34 copies of all my files, because every SSD I put on my currently unused slot died, so I'm paranoid
i found a 7.2.4 avr on fb marketplace 
its not the 9.2.4 i originally wanted but i have to think of my wallet
The only 3 audio systems I need are: Wired headphones, wireless headphones, and at least dual speaker system.
I have too many
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
I have no idea what the specifications for anything I own are
Anything high quality is wasted on me personally. As long as it is not xbox 360 quality I should be fine
Me omw to snap my headphone in half again
I should grab a low quality mic to match the higher quality one I have
the quality of good vs bad speakers is also lost on me mostly, but i like surround sound
You can frick up an audio stream, but it just isn't the same
All I have is my reasonably good quality headphones
I don't even have a functional microphone anywhere
Phone has good mic usually
Well it's not connected to my PC and my phone has no audio recording software so it's useless
I got 3 pairs of wireless/wired before I have to think about anything else. Those are going until I can't repair them.
I have reasonably good speakers, headphones, and microphone
Still no fridge tho, only freezer (I'm extreme like that)
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
also
bass boosting do be crazy
i liek having audio lower than 100hz be present
for some reasons I thought these card where out of stock but are they worth it?
if it doesnt distort it's fine it's just almost to the point where it could end up distorting
depends on the setup tho obviously
if there's not enoguh boom & ur speakers improve with the boost to u there's nothing wrong with it
i do put the gain at -8dB ofcourse
Okay, I can now sleep knowing this particular roadblock has been dealt with. NN had been updated with working code.
9060 xt better at this price
eh.. only 8GB but its not baddd for the price
its jsut not good either
I thought that i never seen a rog strix 4060
it's bad for the price lol
its kinda ridiculous that the 4060's are bigger than my 3090. we all know it doesnt need that big of a heatsink
you can get a 9060 xt for under $300 and thats like 20% better in all ways other than cuda
because theyre wasted sand mostly
Because this is now targeted at a goal, I at least know what modules I need to work on next. (I never thought I'd say this, geez)
like idk look at my country prices
holy shit 360 bazillion dollhairs
What's the 3090 prices?
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
400$ not guaranteed to be good
Better than here
damn, i have been veto'd.
i cant even spend my own money in this house 
lbp = lil british pounds
Time for the traditonal check of 3090 prices, for the lols I'll pull up 4090 and 5090
(I should be sleeping damn)
honestly no 3090 rn available for me
there a white 4070 ti for 700$
is it good?
I wanna try a 1100$ budget
bruh
yeah i was down horrendous ready to grab a $5-600 3090 or something and those are gone af
is a 4070 ti white good for 700$?
idk
like
i cant answer that question for you, i wouldnt buy one but that's me, here's one(1) game with a ton of gpus ranked on em
4k and 1440p
GPUs More Marketing BS: NVIDIA GeForce RTX 5060 Ti Review & Benchmarks vs GTX 1060, 4060 Ti, & More April 17, 2025 Last Updated: 2025-04-17 We benchmark the RTX 5060 Ti against the RTX 4060 Ti 8GB, the RTX 3070 Ti, 3080, RX 9070, and dozens of other GPUs The Highlights NVIDIAâs RTX 5060 Ti ships in either 8GB or 16GB variantsCounter to NVIDIA...
What is this shipping I'm in the US
the 3090's here are msotly fine in price
i want to play old AAA games and indie games and ai workloads
sam imma need you to go on a lil train ride again
:SAVED: We love 3090 imports
lucky you
highest bider is at 675 so nah
Chat I'm maybe dropping out of school lol
for me its 400$

didnt you start school onl a week ago?
Meds make it unbearable
oh no
I applied again to google
the google dropout moonshot
This time for full engineer position
well i have a exam passage in python on September 15
in ML
damn son well medical (ig) reasons makes that annoying indeed for you
sorry that's been the way she goes :\
2.2K for 4090, (I am not trusting that 900)
2.5K (what) for 5090
I am in a technical school like most or my subjects like physics chemistry and others replaced with programming
i can get a 5090 for 2200 rn new at microcenter but thats still annoying
I can always re try anyways
As always these are ebay numbers, second hand 
next next year going to learn php and tkinter with react js
second hand gpus scare me
i applied for this thing
Also
is that a relocate or are you already in the area
Dose 50 series have limited support for AI
food ready brb
what no they are the best consoomer cards available for ai in general because cuda and fastest
I live in zurich so
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
anyone know how to use a template or something to make a more secure discord server
what do you mean by secure?
The veto has been unveto'd
, im such a smooth talker 
how did u get that far
neuros.click -> neurosama.click
just if i'm a creator and want to have a big server like these big vtubers how do i make it safe and not infested with bots and stuff
deal with them as they come up, and if you see a pattern in how the bots act, add that pattern as an automod rule and you're gucci
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-_]+)
isn't svelte .svelte
add that to your auto mod and it gets rid of 99% of the porn bots and crypto scams
I hit the char limit for my username
switch your nick to use camelCase
eww no
or PascalCase
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
since that's what most of js uses
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
that explains a lot
-# but why not use .cpp or .rs instead
i'm pretty sure no one has done .cpp or .rs yet
I think someone has .rs but I haven't seen a .cpp yet
well then I will be claiming .rs
đ
also sorry to be blatant on asking this
This seems overly complicated 
But people reported that not all ai workloads where running well on 50 series card
Happy birthday 
happy birthday đĽł
you could use bots like dyno and tatsu
of make youâre own custom bot
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
thanks 
oki I will use a link shortener to hide my invite..
we have another filter for those lmao
i mean he dose look like he wants to make a big server
why not?
well... maybe not every link shortener, but the big ones like bitly and tinyurl
then it would be irrelevant
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
but like dose the server technicians HERE managesime message data bases?
oh
Then just make a custom one
or just use tatsu
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.
ohhhh
don't get me wrong, it's a tiny delay
but having a scam message pop up briefly, still leaves a bad taste
i mean he doesnât look like he have knowledge to make one
And uhm
nah, bots like dyno have to receive an event for messages being sent, which they get at the same time as everyone else (including people), so they can't stop a message before being sent, they can only delete it after.
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.
like the server technicians in this server what dose then even do rather than managing the bots
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.
so it wouldnât be effective
depends on how you define effective
it deletes the messages correctly, but only after they have already been sent to other users.
that wouldnât help a lot
plus
every message sent goes to the server data base
and mods can see it any time right?
yes
so wait
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?
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
like wait
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
if you are talking about whether old messages get deleted then no.
wait what
#welcome message here is the very first message ever sent in this discord server, 6 years ago
like how dose it still have enough space
I see
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
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.
4060 sucks, get 3060 12GB instead
oh wow
A 3060 is the same as a 4060
380$
for me
Then I'm sure I will be consulting you for more in the future

Their price to performance is just bad, used 3090 will be better value for ML unless you have the money to spend on a 5090
3090 for 400$ used
not guaranteed to be safe to buy
and also
Used 3060 12GB will be way better than 4060 8GB
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
dude a 3060 for me is about 380$
If a 3090 is 400$ then just get the 3090
What usecase are you even looking for a GPU for?
also its used
uhm everything
ML?
i mean i play older AAA games and ml
Then you do need an Nvidia card for the ML
Ye no shit 
3090 is your best bet
used ones are not guaranteed to work like at all
and the ones works are in pre builds around 2000$ with i9
i think i am screwed
You just need to find a trusted seller that lets you test the card before you pay
yeah
Prebuilts suck anyway
do i get a 5060 ti 16g
No
Not unless it's significantly cheaper than a used 3090
Yep, it also sucks
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
3080 ti is literally not available
Look at the used market
3070 ti is also not available
the used market for me sucks
None of those cards are available new, you have to buy used
Either you buy used or you're screwed one way or another
i wish jawa was available got me
both
like they confidently put a 3090 with a i9 for 2000$
fuck
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
yeah okay
um
what's going on here
superbox what are you suggesting this poor guy đ
@uneven pulsar so what's your budget and usecase
1100$
@true hemlock
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
i wish amd had ai support
the 7000 XT and up series and up do
i would go with the rx 9060 xt
they run perfectly?
WHAT
https://huggingface.co/amd hugging face models as well
THEN I DONT NEED STUPID NVIDEA YEAH
but nvidia is probably still faster than amd
wait my country doesnât ship amd gpusđ
i guess the 3080 ti is my only option
there a 370$ 3080 ti
for latest gen absolutely, but in the used market I'd be willing to bet you can get a higher tier amd card for the same price as nvidia ones. and AMD also just has more vram, so even if the card is slower, they will be able to run larger models
sealed
not wrong...
what do you mean that your country doesn't ship AMD cards?
it doesnât
only amd cpus
what country?
lebanonâŚđ
we use usd
but mostly shit when it comes to electronics
now i did see a 3080 ti for 370$
hm
usecase is triple A titles games and AI?
if i may ask what kind of AI workloads btw
well simply stuff
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?
i think a 3080 ti could do?
yeah should do great
just 12gb vram but stats model shouldn't even need more than that
and 3080Ti is almost similar in performance as a 3090
well
there are some 400$ used 3090
but idk maybe a 5060 ti?
or a 5070
then idk
3090 better
5070?
3090 = 4070 super = 5070
in terms of performance
but 3090 is like double the bandwidth and vram
so its more suitable for ai
Oh then
Can i pair it with a 7800X3d
don't trust nvidia's bs about "AI TOPS", its a terrible comparison for "ai performance "
if you can fit that in your budget yeah sure
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
well theres one for 300$






don't worry it's nmap

