#💽Programming Chat v2
1 messages · Page 52 of 1
yes! these are awesome
too weird 4 me
u get used to it
it really helps you not develop carpal tunnel
and is a lot more ergonomic
people actually get carpal tunnel??
yuh
well, if you have to explicitly state they're not allowed..
@rustic vine
harry pick lua
😭
my mom had it twice
wow this one is tough
well. its easy to eliminate the first one
lets just get ada out of the way
NOOOOOOOOOOO
and then we can think about kt and rust
YIPEE!
well, the problem with ada is that there is no content
honestly kotlin's only shortcoming is the jvm
yea honestly rust is cool
the jvm is a masterpiece.
if only it was good for linalg
I end up doing a lot of my work in cpp cause rust sucks for linalg
i would say ada numerics but
no bruh matlab is some
its just not got enough to use on!!
diabolical syntax
yea and it SUCKS
that shit runs like dirt
cpp 👎
but no static typechecking there
whats with the hate
u can't say rust is better
rust sucks at this
I can't but I can say CPP is bad
how
have fun debugging a segfault lo
how yall be hitting these
python is unfortunately good because of numpy
what is the quote
cpp lets you do a lot but you blow your whole leg off when you make a mistake
or smth
the <gc pause> jvm is <gc pause> a <gc pause> <gc pause> masterp<gc pause>eice
TRUE
ZGC parallel GC!!!
stop using Java 1.4!!
there's no gc :3
look man
:33
sure
I dont' decide the hardware
not you harry
I just work here
omg aera
😍
LOL
idk i think ZGC and HotSpot beat you
and it's all done at comptime
ok write a small program to benchmark
benchmark what
idk come up with something that could show a difference between kotlin and rust
when run
pub fn dare<const States: usize, const Inputs: usize>(
A: &SMatrix<f64, States, States>,
B: &SMatrix<f64, States, Inputs>,
Q: &SMatrix<f64, States, States>,
R: &SMatrix<f64, Inputs, Inputs>,
) -> SMatrix<f64, States, States>
where
DefaultAllocator:
Allocator<f64, Const<States>, Const<States>, Buffer = ArrayStorage<f64, States, States>>,
DefaultAllocator:
Allocator<f64, Const<States>, Const<Inputs>, Buffer = ArrayStorage<f64, States, Inputs>>,
DefaultAllocator:
SameShapeAllocator<f64, Const<States>, Const<States>, Const<States>, Const<States>>,
DefaultAllocator: Allocator<(usize, usize), DimMinimum<Const<States>, Const<States>>>,
ShapeConstraint: AreMultipliable<Const<States>, Const<Inputs>, Const<Inputs>, Const<States>>,
ShapeConstraint: SameNumberOfRows<Const<Inputs>, Const<Inputs>>,
ShapeConstraint: SameNumberOfRows<Const<States>, Const<States>, Representative = Const<States>>,
Const<States>: DimMin<Const<States>, Output = Const<States>>,
{```
state of rust linalg
make it small so it's not hellish to write
i would, but
yknow the common benchmark problems
meanwhile the c++ templates hidden from view
it's not exactly testable between the two because then you'd have to factor in like JVM startup (which sure you could complain about, but you're not writing programs to do simple benchmarks)
yea but its infinitely better to write
template <int States, int Inputs>
std::expected<Eigen::Matrix<double, States, States>, DAREError> DARE(
const Eigen::Matrix<double, States, States>& A,
const Eigen::Matrix<double, States, Inputs>& B,
const Eigen::Matrix<double, States, States>& Q,
const Eigen::Matrix<double, Inputs, Inputs>& R,
bool checkPreconditions = true)```
mk buddy
if you can write me a benchmark that is testable against... id be happy to..
both would compile to nothing 😭
its ok most of industry linalg looks like this anyway it don't even matter
fortran
what about http server that just serves /index.html
#reqs/min
bruh
stop yelling..
yup
sure thats testable
thats what everyones still using
just plain HTTP or HTTPS?
okay let me write you a test
ill check in the morning cause you've been distracting me from sleep for an hour and a half
val sck = ServerSocket(80).accept()
val pkg = "HTTP/1.1 200\r\nContent-Type:text/html\r\nContent-Length:11\r\n\r\n<p>hello<p>".encodeToByteArray()
sck.outputStream.write(pkg)
here you go
thats a server
I will sleep very soundly tonight knowing that my opinions are factually correct
also between rust and kotlin prob rust
Based
kt ends up just being more oop slop
you will be put on a cross
its better than java though
everything is oop... oop is everything..
Make it able to accept multiple connections without shutting down to stop “JVM startup time” affecting it
Thread.sleep(5000)
huh
jvm startup time avoidance code
just loop it smh
also so that it can do requests per minute not “how long does one single request take”
mmm no I can’t :3
we can just extrapolate the data... 👍
but that depends, do you want it on a virtual or platform thread
nope need large sample size
whatever you think would yield higher performance
ok then just loop it like a simpleton
there is one thing to note thouggh
the actual socket that will be transferring the data is written in asm/c...
cheating
so this test may not exactly be very good
what’s a test that could be done in pure Kotlin then
i dunno
hm
thats the thing with benchmarks
guess rust wins by default GOODNIGHT
Also wow it really takes your bloated JVM 5 seconds to start? That’s so bad
ノリノリなBGMを見つけたのでそれに合わせて迷犬を自由に躍らせてみました!
使用させていただいたBGM⇒https://dova-s.jp/bgm/play12324.html
ssh protcool time
second websocket impl ive made
time to put my own protocol over it
also confirms this
http router code is so simple yet effective it hasn't been updated once since i sent that
day is 1 off because it had to be bootstrapped on the maven, but..
❤️
NO
i can’t even send where that’s from cause it’s NSFW
that’s how gross your language is
says the jvm user
hotspot IS performant
I think you forgot the "not" between "is" and "performant"
i will start yapping in japanese..
NO
and make a program
nothing you do or say will make me write rust
have you gotten your iana email yet
wdym
still under Expert Review
rip
hey its better than them asking me about something
they expect professionalism™️ and i haven't written a professional email in ever
yesterday
gg
uh oh
there
hopefully nothing bounced
the IANA ticket info still says expert review though so most likely nothing asked of me yet
our server had some sort of problem earlier today where it just ceased working in the middle of an HTTP router update which caused all of our screens and microservers to stop responding
PROBABLY an ssh issue. PROBABLY why it needs to be succeeded
i mean, OpenSSH is written in C and has gotten like 9,000 cves..
infinite loop.. rookie mistake
sigh
if i see another spammer scanner ip im gonna lose it
(create surveillance)
"This vulnerability is fixed"
still happened
rust devs bad
if you can't simulate every edge case that your server could possibly handle while writing it you're ngmi
like Ada or Kotlin can do that
that is a vuln
if this was a cve it'd be like 2.4
there's no rce, no privilege escalation
its still a DOS
I bet Ada would be succeptible to the same thing
thats like saying "sure, i cant use my server... but at least they couldn't read any files!"
id imagine so if they didnt realize what they were coding...
so...not rust bad, but just dev skill issue
(obligatory im not actually serious and the rust devs probably lost the context in something as big as tls)
rust dev bad = (rust) dev bad
oh yeah
am really happy to announce my codev is no longer just a trainee 🥳 and hasn't for some time
they can actually program while understanding what they're writing ...
a trainee in beg?
well the whole project was started as a joke
and the person im with (codev) didnt know how to really code at first
he knew a bit of lua with computercraft but thats about it
ic
not brash but
bold and brash honestly would fit as a rust marketing saying im ngl
"fearless concurrency" "blazingly fast"
lmao
wait no can't send that one ehre
けものになりたい
because of a certain
I have seen that music video
onomatopoeia?
yes
if u paid attention in school
if you notice the text behind babios head in the first minute of the video
... and really wahts aorund him ...
you'll see what i mean
okay the only time ive heard that word was in 4th grade
I should say, the original* music video
same time i learned what dil...lap..o.dated..
not the bayachao-ruined version
wrong
dilapidated
yes trhat
this is why i became a programmer, not a spellman
\やっぱりけものはサイコー!/
けも好きによるけもけもしさ満点の電波ソングです。全力であるあるネタをぶっ込んだ楽曲になりました。結論みんなサイコーじゃん…!(※すみません、人間キャラもケモミミキャラも好きです)殴るならばびおを殴ってくだ...
why would JS developers ever want to use Ada or Kotlin or Rust
they have JS
too comfy in your r/furry languages.
emm
what was i doing
because Rust is just better
JS is weird
To ensure that all Wikipedia content is verifiable, Wikipedia provides a means for anyone to question an uncited claim. If your work has been tagged, please provide a reliable source for the statement, and discuss if needed.
You can add a citation by selecting from the drop-down menu at the top of the editing box. In markup, you can add a citat...
Kotlin would be a better evolution but Rust is the ultimate form
yeah no
rust is like an infant thats probably gonna die frrom Zika or something
ada is the chad of programming
I don't see a browser with a significantly large chunk of Ada code (Firefox w/ Rust)
I don't see Ada in the Linux kernel
okay but thats just not fair
mozilla are literally one of the drivers behind rust
ok and
and you're starting to make linus mad
sooo
it should've been ada.
we're not making Linus mad
the people who are like trying to kill Rust at every turn are making Linus mad
nah
Linus is on our side 💪
its literally specific rust devs who make linus mad over the drama they make
if it were ada devs they'd have 80 years of wisdom to bring with them..!
it's literally the devs who are religiously stamping rust out that are making linus mad
name one.
Hector Martin
"former lead developer on the Asahi Linux"
oh wait
isnt that
what'd he do..
complained about "rust code in the dma tree" when the code was not even in the dma tree
maybe they should start using GNATbuild
i think that'd fix every problem in the kernel
here's the reply I was looking for
I was hopeful, and I've tried to just see if this long thread results
in anything constructive, but this seems to be going backwards (or at
least not forwards).
The fact is, the pull request you objected to DID NOT TOUCH THE DMA
LAYER AT ALL.
It was literally just another user of it, in a completely separate
subdirectory, that didn't change the code you maintain in _any_ way,
shape, or form.
I find it distressing that you are complaining about new users of your
code, and then you keep bringing up these kinds of complete garbage
arguments.
Honestly, what you have been doing is basically saying "as a DMA
maintainer I control what the DMA code is used for".
And that is not how *any* of this works.
oh shit linus going hard
didnt the dma guy in question resign shortly after
yeah lmao
been thinking bout java os again
actually, it can
mmmmmmmmmmm nope
mmmmmm yes
JavaOS is based on a hardware architecture native microkernel, running on platforms including ARM, PowerPC, SPARC, StrongARM, and IA-32 (x86). The Java virtual machine runs on the microkernel. All device drivers are written in Java and executed by the virtual machine. A graphics and windowing system implementing the Abstract Window Toolkit (AWT) application programming interface (API) is also written in Java.
sounds like a failed project
unfortunately it was practically just an experiment by Sun and was discontinued :<
UNIRONICALLY
i believe this is a good kernel design
目は痛む。。。。。。。。。。。。。。。。。。。。。。。。。。
i know who that is.
what do u think about that
i believe it is quite False.
go learn Cobol
no
yes
AAGUGH
Kotlin and Ada and C are just fads
COBOL is here forever
does rust have COBOL interfacing?
no? jeez.. what a FAD
it didnt, actually
what article is that from?
if it includes "DARPA" its not the military as a whole
guy with 6 updoots and doesn't realize ada has all the certifications to do the things it is designed to do
and doesn't realize WE'RE HELPING YOU GET CERTIFIED TOO!!
AdaCore is helping rust get into aircraft n such
rust dev when the ada dev is supporting them.. they can't believe it..
because they recognize that Ada is legacy and needs to get replaced!!!
not legacy*
lest i remind you the reason languages such as ada and cobol are called "legacy" is cause they work so well for decades nobody even bothers to see if they've been updated
meanwhile rust has to constantly move up its "MSRV"
cause we're evolving 💪
cause you're in your infancy and suck.
whereas you're STAGNATING!!!!!!!
im gonna go draw ada as a furry or something now
when i really SHOULD be doing ym work but you'ev distracted me so much
why are you drawing american disabilities act as a furry
Kys.
ugh youre weird
でびるコネクショん、これすげぇなぁ~~~~~~。
it's cause atp uses ada and kotlin
if atp used rust like a normal person
okay well
i dont wanna say the full thought process there
because then i would be called weird even more ☹️
@spare quartz why Kotlin
?
why
elaborate
chose it because i wanted an easier alternative to java
its good because its simple to write, has good corporate backing, can compile to multiplatform targets with relative ease
people would want to use it when they want something written fast like NJS, run fast on the JVM, and distributable with ease (since most consumers will have a JVM present)
unless by the latter point you mean developers, in which see the first and second points
it is occupationally viable
does this answer all of your questions?
hmmm sure
Also rust
- easy to write
- good corporate backing
- easy multiplatform compilation
rust is not easy to write, has more specialized career options over kt*, and isn't as multiplatform in the same markets as kotlin is
you have your merits but you are not an "everything" language
the first point especially. you may argue your language is safer and prevents more errors during runtime, potentially speeding up development time, but this is not writing speed. rust will never be as fast to write as kotlin and this is a fact we have to accept
the first point was made ironically yes
rust definitely is an “everything” language
some things may be a little harder but it’s doable
not what I was referencing either
what are you talking about, then?
because what im saying is its not "the best option" in every field/domain
but it’s still a strong contender
sure, but so are many other languages of today
please elaborate though, i'd like to know what exactly you're talking about
which is why choosing a language is impossible!!!
Like I’m not saying “rust can do anything strictly because it’s Turing complete,” I’m saying that rust can do anything because it combines low level speed with high level abstraction to the point where everything from web apps to game engines to network servers to OSes can and have been written in it
but thats applicable to every turing complete, compilable and optimizable language
off the top of my head: C++
arguably JVM languages as well...
Rust has automatic memory management and memory safety over C++, and speed from not having a GC over Java
C++ has automatic memory management as well
and the JVM GC can be considered a non-point depending on the application
for example, enterprise applications
i would mention ada here as it's... everything we're saying, but
occupational viability..!!
“function” vs “fn”
“returns” vs “->”
mad? MAD? mutually assured destruction, like that present in many nuclear doctrines around the word...
many of whoms systems are
written in Ada?
yup.
me when my enterprise app that’s serving millions of concurrent users has to put everything on hold to clean up
this just isn't a point
but it is
no, its not
especially with hotspot which everyone uses
java has been in use for that purpose for decades, and the systems are distributed
You may say ZGC or whatever but that’s probably still experimental and not the default
what you're arguing holds no water because it's been tested
Oh no, now instead of one system pausing to GC I have 10
App is now 10x slower
aera do you understand what individuality means
or is that not taught in the rustonomicon
additionally, the GC is not some big scary thing stopping the programs for 5 seconds flat
its performance is INCREDIBLY data dependent
All I hear is one part of the system finishes GC but has to wait on another part to finish GC before it can do anything, and by that time the first part is GCing again
but thats just not how the gc works?
JVM copium
can’t handle the fact your vm is slow
im trying to argue in good faith here 😭
i feel like it shouldn't go without saying the last thing you told me you saw of the JVM's GC was modded minecraft which
isn't at all a similar dataset to that which JVMs are used day to day
every app’s performance is data dependent so you can’t really use that as an argument
but the fact is the “VM” part and the GC add on non-negligible overhead to your app
simply because they exist
and in many applications, such overhead is negliable compared to the benefits we gain from a JVM
this is why nothing can be applicable to everything
benefits like?
what i've said earlier, im not repeating what ive said in full: ease of developer experience, a massive community, and reasonable speed
rust and other compiled languages also have a refined developer experience, massive community, but with even more speed
yes, you can argue that "rust would be faster," sure, but that just isn't something that you can extrapolate to every feasible problem
please, try convincing a massive company with an already refined JVM or other stack to "convert to rust"
whilst what they have works perfectly for their problems and is maintained to this day
That’s a lost cause just like it’s a lost cause to get any company to switch off of what they’re using currently without a strong reason
you admit rust simply isn't a strong enough reason to do so then
again: i'm not arguing against rust here or trying to say that it's bad
it's just not applicable to everything. ada, and everything else is the same
Again you can’t extrapolate this because companies DO switch technologies when there’s a strong enough reason
there are and have been companies that switched because rust was a strong enough reason
and there are also companies that have switched to another stack from rust... or another stack separate from this conversation entirely...
yes
but my personal opinion is that rust is the strongest reason there is
And I know my opinions are factually correct :3
i'd just like to implore here... what are you trying to argue?
aside from "rust is the best" or whatever crap. what are you trying to say besides that
rust is the best :3
cause i feel like im speaking to a brick wall in all honesty 😭
switch now :3
No it doesn’t
isn't mispelled like Aera too
Getting started with Rust by way of Ada
JVM sucks
We already had cross compilation
GC is slow
nah i think im just gonna respond to this by
JVM copium
yknow if the JS engine was written as well as the JVM
maybe id even be agreeing with it like i am with the JVM
unfortunately its a piece of crap that has to deal with dynamic typing
[] == false
unironically a statement that would fit with C
we've gone full circle
OMG THANK YOU
:3
ughh
you're so booooring
ダサい
You’re so duuuumb
successful tcp conenction over websocket
0 = CONNECT
1, 4 = hostname length (10)
5, 14 = hostname ("javart.zip")
15, 16 = remote port (22)
17, 18 = local port (38189)
rsut :frrown
oh my GOD
simpler implementation my ass (other protcool)
@timid quartz FUCK YOUUU
I JUST LOGGED ONTO OUR IANA COMTACT AND SAW YOUR EMAIL
honestly I was going in expecting something bad since it was only 230 bytes 😭
i cant even find where you did it
cause tehres so many misplaced requests from servse like nokia
TROLL
DIE
if you dont buy this magazine, we'll delete ada and kotlin
WHAT
smh atp
you don't have [email protected]
I wanted to send you mail
without trolling you
i am so tempted to send an image
hold on what the server say if there isnt a valid email
i forgot what i did
510 Bad address
skill issue
make urself a mailbox...
thecat 
but dont send him anything too crazy since he doesnt know you...
we also have DMARC stuff but you're not allowed to send anything to those mailboxes
I don't know your codev either so I don't have any interest in such
dmarc 👎
did you do it because of my funny email :3
(cause you're not cool!!!)
what no
we've had DMARC for half a year
i've just never enforced it
ooh gg
UGH
mmm
i get so mad when the rumbling outside is a garbage truck and not thunder
too bad i dont open my windows to check the weather
STOP BEING A WEATHER NERD 🤬
i wish
what is it coded in ?
or like granalyst level 3 or gr2analyst
or whwatever
C++ prettys ure
id never use something coded in C++.
your loss
you could make an app in ada or kotlin if you wanted
ughh
level 3 data is publically available lmao
i wish this would happen to me
why
i love stormy weather so much
thats great but
idk what that means
what is level 1/2/4/5/6/7/8/9 data
it indicates level of processing
level 4+ doesn’t exist it’s just [1, 3]
level 1 is raw, level 2 is minimal and outputs some products (product being like reflectivity, velocity, etc), and level 3 is a lot of processing and outputs a lot more products but at a lower resolution
nws
sounds like an external dependency
unfortunately i know some of the equipment required to achieve that data and most of it is currently beyond my reach. but i do wish to eventually get such equipment
im going to go off a whim and imagine
most of that data is encoded textually? and not in a binary format
i would not be surprised if it were
but let me go find it
nope
this is a binary format
surprising
damn this person has a tiny media tab
suerly they cant have that many posts..
NEXRAD Radar Operations Center - NWS WSR-88D Level III Data Types
Nuh uh
yu huh
Keyhole Markup Language (KML) is an XML notation for expressing geographic annotation and visualization within two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth, which was originally named Keyhole Earth Viewer. It was created by Keyhole, Inc, which was acquired by Google in 2004. KML became an international standard of the Open Geospatial Consortium in 2008.
huh tahts odd
oh KMZ
zip compressed KML file
it IS textually encoded
wait no
it isn't //
In support of the Tropical Rainfall Measuring Mission's (TRMM) Global Validation Program, the NASA TRMM Satellite Validation Office has developed a Radar Software Library for working with the various input radar formats. This is an object-oriented library written in C.
C ❤️
See not even NOAA uses Ada smh
yes they do
Outdated!!!
this uses Ada
That’s nasa not noaa
this uses ada
omg you're so dummbbb
NOAA and the USAF both worked on it with NASA
ada!!!!!!!
theres no way people are still complaining over leds and incandescetns
Well Ada is still in use so it’s definitely possible
what was that in reply to
schizo
This
Incandescent bulbs are a lot easier on the eyes, but then yellow tinted LEDs also exist
incandescent bulbs have no use to exist
the only benefit they have is just having a naturally higher CRI than many cheap LEDs
My mom once got the coldest possible LEDs for our kitchen, but after having to deal with that for a week straight at 5:30 in the morning, I convinced her to get warmer ones
but.. just spend money on better, longer lasting, more efficient LEDs
i would suggest the color-changable ones but
iirc those can get pretty expensive even for single bulbs
Those are even more expensive
Warm colored lights are just objectively superior anyway
Voice to text is not helping me out today
imagine needing a computer to type out your words for you
It’s either that or type one word per two minutes with one hand on my phone
My other hand has coffee in it
I can't really when I'm walking
but I've sat down now
gotta figure out the last OS project 😭
hey!! dont talk to me when you're walking!!
I HAVE 3 DAYS
im not THAT important
wiat what're you doing now
OS project
sitting in office hours
a little over 2h before office hours begin lmao
surprised there's not more ppl here
(skipping class for this too lmao)
well i get that but like
an entire OS or some subsystem like you've been doing all year
OH
ok so
for this class
the projects work on an already-implemented toy OS
what the projects are is adding features
so like this one is file permissions, login, and larger files
ohhh, file attributes
and using a ulong on the allocation table
sounds easy enough
also not exactly because this thing uses inodes
the poorly-defined one from the TAs
i haven't really studied FSes ahead of FAT
so i dunno how inodes work
ough
you could add JVM functionality for that..
sいgh
i cant sleep
this script works fine so far, just want opinions on it
any suggestions on how to make it better
or optimize it
get rid of the warns and prints unless they are for debugging
this is a personal preference, but I see a lot of people new to code they like to put warns and prints saying "X code is starting", "Y code is finished", "Z code is running", and personally I just think it clutters the output
pls use consistent casing
remove useless comments
-- Services
-- Functions
use typechecking
stop using pairs
wth is instance::BasePart
beg server 2 soon
Quoting rustard (@rustyytoaster)
︀
@alicerioten @NopeSignal Can someone make bad apple out of this
From: "Aerasto" <[email protected]>
To: "ATPStorages" <[email protected]>
Date: Wed, 9 Apr 2025 09:03:25 -0400
Message-ID: [email protected]
hi atp!!!! hi!!!! hi!!!! hello!!!!
isn't email so much cooler than discord :nauseated:
honestly why did we ever stop using email for casual chats
especially now that it's encrypted with tls, who cares!!!
silly
ok well uh
get NOT trolled cause this email isn't under a fake name going to your iana.contact email
uh
:3
i wish i could email you back, however...
i dont know how to do that
something something IMAP? i dunno
however: I sent it over telnet
and aerasto.xyz doesn't have a server running on it
no you didnt
telnet doesn't support tls
ok
I sent it over openssl s_client
basically telnet
openssl s_client -starttls smtp -crlf -ign_eof -connect javart.zip:25
telegram 👎
the HTTP router already makes a secure line
okay so
you mean not tls?
yes, insecure as a result
SSTP runs over 443
the HTTP router does the TLS setup from the remote computer already and then plugs each sockets
so the sstp server needs to be using a socket unaware of TLS or else it'll be sending trash data
sstp codebase still uses its own commandline/util 💔
need 2 updaet it to use bread_server_lib soon
YOOO
WINDOWWS FINALLY DIDNT ERROR
nice lmao
but you still establish tls over it
the router does that
the sstp server doesnt
its a bit weird, but basically the router acts as a MITM to give the local server plain data, then when the local server sends data, encrypts it
router also gives its own certificate
that's weird
huh?? windows sends that??
ur router shouldn't be establishing tls
well, it kinda has to, to do its job
it reads off the Host header sent in an HTTP request to determine which local server to send to
can it not just go based off of port
no, since 5 of the servers running would need the same port
how would you tell a client connecting thru 443/sstp.javart.zip to use 444?
are you on https://javart.zip
im on necomc.net
same server
im on your vaultwarden now
dont bruteforcet aht ❌
You should maybe turn registrations off
id have to tell my codev to do that
idk how bitwarden works
The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it
i hate these scanner ips so much
i should probably encrypt our emails..
although the files are inaccessible without a password (externally) they're still plaintext on the server
the question is how
1 分
this joke is incomprehensible to anyone not a BEG developer
heck yeah
doxxing over VPN
Oh, yea, no spaces messes with me
But also they're in nonstrict at best?? It's so lax I doubt u need to typecast
he's indexing a namespace of "instance", it's fine 👍
i think they're just casting for the autofill
they don't ? let me look at this again
Also I got ignored anyway
hmm
😢
yeah that is odd
Yea and that's nonstrict or even nocheck
^truth
I prefer the one MADE WITH A LANGUAGE WITH A GARBAGE COLLECTER 🗑 🚮 🗑 🚮 🗑 🚮 🗑 🚮 🗑 🚮 🗑 🚮 AND A VIRTUAL MACHINE🔪 JAVA FOR THE WIN 🍵 ☕️ 🫖 🧋 🍵 ☕️ 🫖 🧋 🍵 ☕️ 🫖 🧋 🍵 ☕️ 🫖 🧋 🍵 ☕️ 🫖 🧋 🍵 ☕️ COMPILE ONCE RUN EVERYWHERE 🏃♂️ 🏃♂️ 🏃♂️ 🏃♂️ 🏃♂️ 🏃♂️ 🏃♀️ 🏃♂️ 🏃♂️ 🏃♀️
Quoting Sonic Forces Fan (@SonicForcesFam)
︀
People getting mad at them for using bedrock like it isn’t 5x better than java
indeed
so close
just gotta support name servers
and windows connectivity should be a thing
hm
okay
i dont know how netbios works
i think ill just reject these
👎 prioritize Linux
ゴ ゴ ガジェット汚い爆弾
hey i was just looking at these on ebay how much did you get it for
it’s clearly spelled correctly, like how the colour of it is as well
ok we're sending you to new zealand
bye
Car
NOOO NOT THE RAM!!!!
good to know
our servers do not depend on linux's dns resolver
time to make our own
Boooooo it works
you WILL use our dns
also p.s. we're switching to arch 🤢 beacuse ubuntu is heavyweight for a primarily file server and has issues with ethernet
NEVER
Bro don’t switch to arch for a server bad idea
what else do we use ..
use Fedora or smth
is that lighter than arch
No but arch is not as stable
wdym
just for context, we want the first number here to be closer to the second*
usable / free / total space
as long as it can run a JVM its fine
Arch has incredibly up-to-date packages but that comes at the cost of being more likely to download a broken version
Maybe try Alpine


??
