#š½Programming Chat v2
1 messages Ā· Page 75 of 1
neighbors?
like the domains registered next to your entry
oh
they're generally alphabetically sorted
the .com file is huge though so it'll be a moment to decompress
lol!
ctrl + f
uh, not easy to do with 1.3 million lines
oh god
25 million..
LOL
WHAT
turns out there are a lot of .com sites
60 million
oh but
i can show you the first few .com sites
wow
srory for the background im using software from 2009 to see this
lmao

well im at line 159,725,983
however
im still at h
the count is now 200 million
healthtechpodcast
oh thats a lot of ip addresses
and a lot of nameservers
where is s in the alphabet again..
abcdefhijklmnopqrs
okay after r
after r
oh it finished indexing
there are 407,342,808 entries in .com as of today
found you
now for the other one..
crazy
oh but i see you're using cloudflare name servers and have a DS setup
thats good
your neighbors around you are using
wix, google domains, "domaincontrol" and "dnsenable"
and do not have a DS setup
CHAD
what did you block out in mine
I forgot what ds is
dnssec
no way
you're around weird things
those weird looking .dev sites also dont have any nameservers associated with them
they're just signed
weird
btw
i wont be losing these lists anytime soon
@flint belfry
hello!!!
what is a "dyna-ns.net"
i see
lmao
GOODNIGHT FOR REAL !?
Nope
Oh hi area..
bye atp
new FCC regulation set to ban haskell from being run on any device with radio
(all of them)
Anduril Industries is once again hiring Haskell engineers to work on electromagnetic warfare products. This is a unique opportunity to use Haskell to implement high performance applications in an embedded setting. Anduril has adopted Nix at large and we use IOGās generously maintained Haskell.nix project to build all of our Haskell code and sh...
Lol? Wdym
I hate haskell grrr
(but the joke is every electrical trace emits radio)
š
Oh, yea, well I imagine EW involved radio in some way shape or form anyway
Iām sure itās probably for countermeasures instead of direct warfare
Not a lot of damage the average SDR can do ⦠physically
Maybe used for reconnaissance?
Idk what that means
What part
Software defined radio, essentially
Oh
Instead of all the radio bits being controlled by specialized ICs and what not
you have an API to a computer that lets software control and read off radio
Idk what andriull does beyond being a defense company
I think they have promotional videos on their products tho
Me neither but apparently moderation split off a part of the thread cause a guy was talking about them murdering people
Oh.
True
probably aera
idk
yes aera
REAL
Why are you awake.
...It did that 3 times by the way
nah itās just rng
OK kohaku
true
uh cause
anyways Iām like actually gonna pass out soon
Join this channel to get access to perks:
https://www.youtube.com/channel/UC-qBJrBACspP2mY1YcEvR3w/join
learned static_server works perfectly on windows
forgot to set the new server flags award
hooray
fixed our DNS parsing
hopefully no more errors... except for when EDNS is requested
EDNS(0) added...
finally (I posted in wrong channel)
nice
proof im bad at coding in one screenshot
mbmm
might make a mini ffmpeg to correct videos
why do you need so many versions š
atp finally gets it
because i need to republish every time i forget something little and it causes irrecoverable errors
for instance i was toStringing a new class i made DNSLiteralLabel instead of using its .literal property
which totally bricks resolution by doing stuff like
My git version history is embarrassing just because of minor fixes
@timid quartz doing what god wanted me to
literal[in-addr[literal[arpa]]]
no.
we just dont have any more effective means than this to test
Iām a full stack dev and sometimes have to work websites, but sometimes I forget a change (which usually happens) so I have to make the change and push. Rinse and repeat.
oh also
nvm wifi died
fuckass school wifi experience
wait are you Hispanic or something
heās Mexican
bro š
you didn't know?
Checks out that you eat plastic bottles
contexts
Hold on how much money do you have
$0
1000åćä½ććļ¼ š„ŗ
save your own money smhhh
Iām gonna go outside to a banking institutionā¦
scariest shit of my life..
Itās probably gonna be so hot too
Aughhhh
You canāt collect Social Security though
Duh
Youāre not retired
Its for military benefits
But youāre not military
Your mom* gets them
school***
To fund your move to Ohio
she already makes enough money for that crap
besides weāre already credited with power cause of solar
now you see what itās gonna be really useful for
is bayachao merch
nah
eugh I hate to use this example but
Think of how much soda and how many pizzas you could buy instead
exactly
soda is incredibly cheap
bayachao merch is less so.
OR⦠I could⦠fly to Japanā¦
and get my bayachao merch there!!!
National security threat
āNational securityā
more like convention security
im GOING TO STEAL one of those computers from bayachaos booth
@japan
as if theyād listen to you
weeb
THATS NOT EVEN MY MAIN ISSUE WITH PEST
ļøļøAS A FLUENT JP SPEAKER EVERYTHING HE SAYS IS SO POORLY GOOGLE TRANSLATED AND YEUCC HAS YET TO PROPERLY TRANSLATE ANY OF HIS LINES TO SOMETHING REAL IF HE ACTUALLY SPOKE JAPANESE
Quoting vexicon (@VexiconFried)
ļø
@irony_dog freak steals my money too. Execution tomorrow š
Oh yeah that definitely IS translate
hello programming nerds here's something you might like
https://www.youtube.com/watch?v=-v5vCLLsqbA
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
massive drop
then MP4 time
also gotta add these to HTTP...
it added 87 more kb of class code š
so many common patterns
RIFF = ASN1 = ISOBMFF (more commonly seen as MP4)
first unit test
neat
Lmfao
ughhh
i have to actually WRITE tests
then again... at least i dont have to publish 900 versions to test?
this seemed harder at first glance than it actually was
I wonder how others would solve it
encourage yall to give it a shot š
local Scale = 5
local InitialPosition = Vector3.new(0, 20, 0)
for I = 1,6 do
local Part = Instance.new("Part")
Part.Anchored = true
Part.Name = I
Part.Size = Vector3.new(Scale, 1, Scale)
Part.Position = InitialPosition
Part.Rotation = Vector3.new((I % 5) * 90, I * 180, (I % 3) * 90)
Part.Parent = workspace
local Actual = Part:Clone()
Actual.Name = Actual.Name .. "-a"
Actual.Position += Actual.CFrame.UpVector * (Vector3.one * (Scale / 2))
Actual.Parent = workspace
Part.Transparency = 0.5
Part.Color = Color3.new(1,0,0)
end
heres mine
internal construction
really? im super tired
lol ye
modulos are the closest things to if statements i could think of
here is mine
I essentially just have conditional logic without conditionals
and using 0 and 1 instead
is there a reason you have the part and the actual one? its just to show both right? otherwise you could just tack on the position
yeah
the transparent bits are just what i used to visualize the Vector3.new((I % 5) * 90, I * 180, (I % 3) * 90) calculation
its then actually "cubified" with Actual.CFrame.UpVector * (Vector3.one * (Scale / 2))
[INFO | 05/26 14:32:49.614703 | ISOBMFF InputStream Tests | readParsed[1]] ISOBMFFBox."ftyp"[mp42, 1, [isom, mp42, D, moov]]
[INFO | 05/26 14:32:49.682927 | ISOBMFF InputStream Tests | readParsed[1]] ISOBMFFBox."mvhd"[flags: 0, 2006-07-11T11:32:51Z[UTC], 2006-07-11T11:32:51Z[UTC], timescale: 1/600 of a second, duration: 6074 [10.123333333333335s], preferredRate: 1.0, preferredVolume: 1.0, nextTrackID: 202]
:death:
234283498234923-293945283
there
@timid quartz 922340-4329
Katsumi sent it to me
lame
Thank u for omori art though
it has come to my attention
i use like 10 more english words in directory listing
aughguhg
Huh is size ćµć¤ćŗ or 大ćć
ćµć¤ćŗ
ig for computers it would be ćµć¤ćŗ
More pain
ćØć£ć¤ćć«ćć
btw the browser audio has a delay on when the audio is actually audible for some reason
i only know when a person is talking here cause of the static i get in my headphones
äø///
i wonder if "å°éäøćć©ć«ć" is valid
or... äøå°éćć©ć«ć
hmm..
ć¢ćÆć»ć¹äøč½ćć©ć«ć
I think äø usually is a prefix
Like äøå®
thats what im trying to wrap my head around
i know the dictionary isn't 100% concrete but what is usually a suffix can also be a prefix [and vice versa] too??
confusing
here is the current set
english for control
the "outside_of_store" on japanese is more free (it actually means "outside of virtual root directory")
mainly cause idk what id say for "store"
parsing language tag..
shut up im thinking!!!!
NO
undertale genocide route 
friend pluey
wow
brake lights
truly 1984
it was probably furry art!!
LOL
NOT lol
OK
problems!
im hoping this is an automated message from my pentesting and spectrum doesn't actually think we're a threat
WHAT .SOB
theres a local isp (empire access) hopefully going to provide service there soon
they don't restrict services and are cheaper...
hopefully they expand quickly
ADDITIONALLY
they provide 1 gbps a lot cheaper!
so i can finally load ntot in a managable amount of time!
that would be a lot better than the effective 2.5mb/s we have right now
im hoping i could convince the engineers of that ISP to also delegate us as the reverse DNS authority..
right now they're using INOC datacenters as their authority
this for your NY server?
yes
#1264496483957346346 message
i did quite intensive pentesting yesterday so again hoping its just them thinking my mini-dos was a hacking attempt and nothing else
their tos says you cant host HTTPS/DNS for "non-residential use"
spectrum what
but we aren't an incorpoated entity, so for all intents and purposes... it is residential
?
you cant host http with spectrum??
thats fucking bullshit
"that is not consistent" ok so someone cant just host their own website like people used to do
unless they email us again, personalized, its not a problem..
man wtf
at least the tos doesnt say anything about wireguard which i did actually host for like 3 years straight
or any vpn protocol
well the legalese bit "but is not limited to"
oh
well they dont state anywhere else the other things you cant host right...
also if i did it for 3 years youll probably be fine
so
unless they actively check if you have inbound http traffic which would be very creepy
the service provider moving in soon will provide cheaper and better service anyways
they can't
@flint belfry we live in a society....
for some reason
RDP doesn't work until past 10 AM
on my home PC
NO IDEA
NO IDEA HOW
NO IDEA WHY
IT DIDN'T WORK THIS MORNING
SUDDENLY IT'S 10 AM
AND IT WORKS
does your Internet get cut off before 10????
only reason i would think it isn't working
no idea
lol
It makes no sense š
I told codev to reboot the server and keep ssh active so I can replicate the files
then Iāll be the SOA
spectrum actively cutting your internet off
I was gonna ask how did you even get a thinkstation or whatever in New York
My codev lives in New York
Not true
Iām just sitting here trying to reason why they think weāre a threat though
Who tf would raise a complaint⦠to us⦠when the server⦠cannot send outbound unsolicited packets??
Itās obviously corpo speak for āermmm actually you canāt host an https server even though we let you have those portsā
but
New York or York Supreme on Super Earth
sigh
Whats this lore
Spectrum thinks weāre a problem for hosting a DNS/HTTPS server, thinking itās non-residential use
even though⦠it isnāt apart of an incorporated entity, and the server is used by a total of⦠2 clients
No
Weāre a zone of authority for our site
We do not host resolution for anyone else
It means our server is also its own nameserver
Instead of being thru couldflare or google
You canāt use the server to query any other site, just ours
Weāre delegated as the authority in the .zip domain
For our site
So clients look to us for answers about our site
Oh ok but that requires special setup on the client's end right?
No
<client starts here>
DNS root servers, what is the IP (A) address for example.com?
> We donāt know, these servers might have more information (.com TLD servers) <Non authority>
.com servers, what is the IP (A) for �
> We donāt know, these servers might have more information (example.com nameservers), <Non authority>
Example.com NS, what is the IP (A) for �
> <IP Address, Authoritative>
Oh interesting
Wait but
How do they know where the example.com NS actually is?
Isn't that the whole point of the NS
The nameservers IPs are given alongside which nameserver to go to next
As for the DNS root, itās just expected to be known of clients
If youāre asking how the NS is even added as a source in the first place, the registrar or TLD server operators are asked to delegate some server as a nameserver for a domain
Yea ok I think that was my question
I was confused how your NS's IP is even known by the ones further up the chain
Doesn't that defeat the point of your NS tho.. lol
No
The point of an NS is to provide authoritative records for its respective domains
The TLD/registrar operators only hold a list of NS, not the records which they serve
Right but, you only serve yourself though?
Correct
Or are you just saying in principle
it could honestly be that you're getting inbound dns traffic @spare quartz
like REQUESTS for dns resolution
Those are blocked
whag how is anyone supposed to find your ip then
Unless you mean requests for site records
yes
DNS resolution isnāt a thing done by NS
Well thatās a theory
But the rep only told my codev about ācomplaintsā
which isnāt possible since
well yeah I doubt they'd tell you anything
No solicitation
Which is dumb
Get me a real engineer
Iām just hoping that other ISP expands quickly into the area
(they wont)
As soon as they do heās switching ISPs
They have his area marked for construction so, yes, they will
You mean construction by minimum wage construction workers? I don't think they'd be of any help
(not any time soon)
Soon.
Besides itās not like weāre over
Again I just need to switch the SOA from him to me and weāre done
Donāt even need to reissue certificates
Oh, the other ISP
I thought you meant you could ask Spectrum construction workers
Looool ok that makes sense now mb
I doubt any construction worker would know a thing about DNS infrastructure
Thats what I meant!
Last I used spectrum they kinda just. Gave us a new router instead of fixing anything
Thats step 10 on the helpdesk team checklist
Grrr I hate script readers
Stupid people getting paid peanuts at a call center being replaced by robots
Grrr
meanwhile programmers being replaced by llms
You first!
We should replace all cs students with robots
Theyād probably write better code anyways
we should replace all github users with ai
would probably write better code anyways
Did you see the stack overflow stats
I did not
show
Lemme find the picture
Pack it up
Gotta write something made by Linus torvalds in Kotlin
Aera
real
gcc -std=c89 -pedantic -Wall -Werr
Iām showering
Source?
Also thanks red arrow
Had trouble reading the pilot line and Y axis
Ur kinda weird for that but I'll take it
No im just good at computers
Ohhhhh that explains it
I see our English skills are on par with one another
I think it's derived from this
Which is pulled directly
On the bright side⦠less server instances required??
How did stack exchange make money anyways
True
More custom DNSes required
On spectrum isp
The stoning of spectrums data centers required
Thank god our server is microscopic
oof
WINDOWS
BLUETOOTH
WOOOOOORKK
WAHHH
ITS DEEEEADDD
i would LOVE to know what the fuck that means
MSYS2*
SPEAKING ABOUT SQUAREPACE, LET'S GET INTO A SEGWAY
TO OUR SPONSOR!
mhhhhmmm
just checked CZDS
gotta wait...
i think ill sleep and check CZDS tomorrow
ddosing imminent š
?
bone
deleting your exit node
murder
Kade likes killing kids??
911???
WWOAAAHHH THE LAST SKEELTON CLIP
INDONT THINK YOU CAN SHOW THAT HERE :aob:
kill everyone
Gaben
im not the one getting fucking evicted off my isp for serving http š
neither am I
yes you are
WRONG ā,
that's the process to get a built-in steam deck in your brain
that's codev
Iām not a customer of spectrum
actually
oh
what can you do with a steam deck, LIBERAL
thatās right
š„ŗ
looks better tbh
yeah honestly
rip
is there anything wrong with this script? Cuz it's not doing what i thought it was suppose to do
what is it supposed to do? what does it actually do?
It is suppose to rotate, but instead it goes up
its a dated way of "tweening" models so I'd probably also recommend doing the new cool thing š
what new thing?
and how are Tc1MainPart and Tc1Goal setup?
you're welcome to send a picture or just both their cframes is fine too
the angled one is the TC1Goal
can you print out their cframes
not really sure how to do that
did you write that code?
you just, print out the cframes
yeah
if you wrote that code I feel like you should know what I mean
print out the main part and goal part's cframes
you already have them as variables
like :print()
like... print(), yes
I wanna get back into zig again
hey there was this money thing I saw the other day
made with zig
do u know what im talkin abt
the variables that hold their cframe
print(cframevariable)```
it converts to "" automatically
š
found it
0 dynamic allocations apparently
and a super cool stack behind it
thats what I heard at least
nice
you just uhhh you print it man
i honestly don't understand @rustic vine
yeah
ohhhhhhhhhhhh
also looks like the "new" way of doing that is just replacing SetPrimaryPartCFrame with PivotTo
so just replace that š
pivotto
oh
they do way more math than just adding 3 times
can you send as text
ok
-368.838043, 332.332001, -138.610992, 0, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 0 -368.838043, 332.332001, -138.610947, -0.707106709, 0, -0.707106709, 0, 1, 0, 0.707106709, 0, -0.707106709
-368.838043, 332.332001, -138.610992, 0, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 0
-368.838043, 332.332001, -138.610947, -0.707106709, 0, -0.707106709, 0, 1, 0, 0.707106709, 0, -0.707106709
Then?
do this
and do this in the meantime too
just did
same
SetPrimaryPartCFrame is also deprecated for various reasons (it sucks)
ok, any change?
oh, replace GetPrimaryPartCFrame too
with GetPivot
why would you deprecate that just to capitalize it
whats the point
standardization
theres none
all apis are PascalCase now
yeah but everything else was also undercase
well I want robloxcase
@rustic vine still same bug
#########
#####:(#####)
waht the hell is a minimal repro
i.e. make 2 new parts, make new script
this guy does not maintain an oss project
every oss project I maintain im the only maintainer and im also the creator and destructor
the judge of all juries
and executioner
(people will come to u and be like "my environment is full of random garbage and my codebase is a mess I have no idea whats even happening anymore but I am encountering this arcane bug and need it fixed thanks")
ohh
so you don't have to waste 20 years learning whatever is going on with their stuff
the minimally reproducable example is me mailing you my laptop with a sticky note of root password
ye thats just docker
works on my machine
we'll ship your machine
and thats how docker was born
lol
all of google oss is docker containers now its annoying
I don't wanna deal with em
but literally everything they release is dockerized
goddamn
I dont even wanna use docker
the last time I used docker was for that nvidia ai thing
and that was annoying as fuck
yea
opencl 1.2 and old opengl all the way
anything that has never been touched by a nvidia commitee member
it was just awful to work with that I gave up and handed it to a different guy to do
trying to make a gpu accelerated fiducial detector
he ended up getting it to work I think
yes those things! they still exist!
why does anyone use jetsons when you can just get a embedded mcu or something with a powervr gpu š
tho I heard from a friend doing ML at a diff uni that he asked for a gpu and was handed a 5090 the next day
yeah the schools love nvidia
then he realized that he can't use a 5090 cuz he needs a business grade gpu or something
so he then got a hx100 or something
I got a laptop with a 3 month old ada gpu for a coding competition
ye they just wrote it off
I want a free 5090
pretty sure schools have 0 clue where their money is going
cuz we get sponsorships for them
uni related
yeah my school district in arizona is burning through 200 million a year with only 8 schools
theres 8 schools in the school district
oh like HS?
oh I said school isntead of school district š
ye
unlike in north carolina the auditors reports dont get down to the school level
š”
also did I scare the guy? the example I gave for the min repro is unrelated fwiw, that was just anecdotal from other experiences. I do suspect you might have other code interacting with your part in some way so thats the only reason I asked
I didn't even use an acronym at first š
one too many
my fault
I was in utah once thats basically arizona right
ye
from where?
north carolina
why'd u move?
my fathers work
I dunno lmao
huh rlly
ohhhh ok he works at area 51
oh ok
i want to try that
genius strategy
im joking š
fr
no its ok I know you're not supposed to tell me and all
š
oh georgia
I keep hearing people saying i have a georgia accent
have you seen atlanta that place is so pretty with all the buildings
yes I go to school in atlanta
are you in nc now!??!
chen chong
not permanently, visiting family over the summer
tho I know quite a few people up in nc
ok
it is simply better to live in NC
everything is so cheap there
in az even the stuff they grow in az is like triple the price
and my new house is 5 times the price of my old one
I was up in boston late last year and gas was crazy
damn bruh u own a house already what am I doing
im bad at getting jokes
honestly bro whats the point of owning a house
it is alot of floor space but other than that you only want a house because your told you want one
The American Dream
What other purpose would you ever need in life?
doesnt look like atlanta
GA weather is really nice all the time
Oh mb sent fake atlanta by accident
whenever im going through atlanta its in through the north and out the west side
This is definitely Atlanta
So true
it looks like a really weird church
4.81 a gallon!!
nice
Whats it over there in az
I'm so used to like the 2.90 ish prices in GA I was super shocked seeing 4.81 in Boston
Thats why you should drive down to Georgia to get gas then drive back up to Boston
lol
Should save you good money
I wonder if thats actually efficient
cuz theres the pipeline thats supposed to make it cheaper up there but it doesnt do anything
the pipeline went by my old house
Oh ok
woah