#💽Programming Chat v2
1 messages · Page 58 of 1
well u can do that
play scpsl
i already y did
ugh
whatever
give me some minutes
if orgot mp3 to midi sounds
1304-343205294
This Java tutorial describes the sampled-audio system, the MIDI system, and the Java Sound API packages.
java already did it sorry
You see Java takes all the fun out of everything
“Oh I wanna do <x thing>”
already in stdlib
no fun in that
no it just means the format you're requesting is too boring
its been there since may 8, 2000
gio back to sleep
absolute cinema
@spare quartz thoughts
"in java is it not more likely the more you add (db modules whatever, objects) your performance will decrease while the gc has to do more work"
a bit of a multilayered question
when adding stuff like db-modules or open files (i assume) you're loading stuff off-heap which won't be touched by the GC
otherwise if you just have a lot of on-heap objects, you have to realize that all GCs are designed with this in mind, and it varies by the specific GC architecture on how it handles it
heap sizes can be anywhere from megabytes to terabytes and each GC architecture has their limits
ZGC for instance can handle both extremely large and small heaps
G1GC fares better with heaps < a few dozen GB
it also depends on how the GC "pauses" your application
something like ZGC may only pause very briefly, while G1GC/Serial could pause longer
did you come up with that quote or is it from somewhere else?
from eggbert
terry?
eys
i assume the thinking process behind the message is more objects = more time scanning
prob yes
which is true, but most GCs do that scanning process aside from the program
(also again depends on architecture)
I was investigating ktor for a potential guardsman v3 (very long in the future, no even near-future plans) and terry was arguing for a non-jvm language (specifically rust but he also mentioned go)
well I AM investigating it, the investigation hasn't stopped
i personally wouldn't use ktor cause that's just the person i am but if you do end up choosing it id like to hear how it goes
well again this wouldn't be used in guardsman any time soon
ktor would be nice for something of guardsman's scale though because it's a proper framework
more than what you're doing which is essentially static file serving
we also do DNS
which is designed to undergo heavy load
but thats "static file" sharing too, i suppose..
well ktor is meant for http, not dns
it has a lot of plugins that "include batteries" that I haven't seen in any other framework and the interconnection of them seems quite nice
okhttp, jetty, etc.
yeah ik I just put it as netty
ntetuerhute8**
but it seems quite nice
vs rolling my own http which would require more work for probably minimal performance gains
you'd most likely spend weeks to get up to netty
just in protcool support: http/2 and /3 are not easy to make
headers are something you can decide to either handle yourself or pass to the "user"
how i sleep knowing im a godless furry degenerate
actually does netty have /3 support? i would be surprised it did
also how does guardsman api work btw
(architecturally)
like how many "servers" are run for guardsman
eg.. for beg
beg so
BSL
|
80 / 443 : Router - Maven - BSL / Static
- SMTP Mailbox - BSL / Static
- WS Facilitation - BSL
- Static HTTP - BSL / Static
53 : DNS - DNS - BSL
25 : SMTP - SMTP Mail Submission - BSL
22 : SSH - <Not Yet Superseded OpenSSH>
just 1 I think 
poor design
i mean virtual servers
i think you could make that 20 for each
do they have any form of IPC that is not HTTP
I don't think so
lame
20 as in "split the server and bot into 20 different concurrent microservers that each handle a different task" or 20 as in "have 20 instances of each (i.e. shards)"
idk if the bot could realistically do that but the api might be able to
(the former)
idk i just find microservers more fun to write than monolithic things now
do the api and bot share common libraries
or are they separate projects entirely
the code is largely separate but there is one library with common stuff in it
but that library is mostly types
oh
eggbert: "oop is like communism: great in theory allowing you to write such great code but in practice it has succumed to its own promises"
this is why ada is on top if it'd just have better tooling
💪
looks like BSL is consistently stable
wonder what'll be the next reason i have to restart something
why dont you make better tooling
:3
because it'd be incredibly hard for just me to do
and also redundant
no way
isn't there a free version of gnat
the router hasn't gotten it's screen corrupted
GNAT itself is fine im not complaining about that
it's the IDEs/plugins
gnat like the ide
oh
im sure GNAT Pro fixes that but it costs so much
and is only available to companies
id wish adacore kept stabilizing their intellij ada plugin
rust users when they see an objectively better JVM app vs electron slop 🤢
ok I use the objectively best elisp app
with the objectively best modal keybindings
(emacs + evil-mode)
objectively? like OOP? omg you're so true
tbh atp
Im still down to collaborate on an Ada LSP
while the lang is dead and not really worth using outside of the DoD, there are parts I like about it
yes and that would take eons
nah....
which is why for now
BEG-HIBF
DEFINE LOAF i1 16 00
DEFINE DATATYPE i1 16 01
DEFINE MIN i1 16 02
DEFINE MAX i1 16 03
DEFINE WIDTH i1 16 04
DEFINE X86 i1 16 05
DEFINE INSTRUCTION i1 16 06
DEFINE ACCEPT i1 16 07
DEFINE VALUE i1 16 08
LOAF "Example Program"
DATATYPE "Integer8"
MIN 0
MAX 256
WIDTH 8
DATATYPE "Address"
MIN 0
MAX 18446744073709551616
WIDTH 64
DATATYPE "ASCII Visible"
MIN 48
MAX 91
WIDTH 8
X86
INSTRUCTION "Interrupt"
ACCEPT "Index" DATATYPE "Integer8"
OPCODE "Integer8" VALUE 205
ENTRY "Main Crumb" "Entry Point"
CRUMB "System Interface"
BODY "Write To File Descriptor"
ACCEPT "File Descriptor" DATATYPE "Integer8"
ACCEPT "Buffer Address" DATATYPE "Address"
RAW
CRUMB "Main Crumb"
BODY "Entry Point"
OVER "ASCII Visible" IN "Index"
CALL "Write To File Descriptor"
WITH "file Descriptor" AS "Index"
it's just some static analysis...
i have this to look on during breadmod
what
yeah but
id need to deprecate this too
no...
see the cyclical nature of it all
soooo bootstrapping
yes
mmb
maybe after i make this work
so far all i have in my head is
HIBF transpiler -> binary format -> BCM compiler -> (syntax tree) -> (verify datatype use) -> (microcode) -> BCM transformer -> (write machine code off microcode) -> (inject RAW sections with their given architectures instructions) -> binary executable
this isnt that complicated
it might honestly even be feasible to use libadalang
idk if the slowdowns come from libadalang or from the lsp itself
it gives up and requires a restart after the user makes enough issues
and doesn't support GNAT or 2022 extensions fully
hmmm this is a limitation of libadalang
Libadalang currently:
- Is able to parse 100% of Ada 2012 syntax, and presents a well formed tree for it. Support for Ada 2022 constructs is a work in progress.
Libadalang does not (at the moment) provide full legality checks for the Ada language. If you want such a functionality, you’ll need to use a full Ada compiler, such as GNAT.
hmm
should probably make a VM out of this for proof of concept
or maybe even compile to JVM bytecode?
oh dear lord
this parsing grammar is yuge
hmm
wondering
do i add an ADD "instruction" to my language or have it be defined under a CRUMB through a RAW architecture segment?
thinking the latter..
urgh remaking an entire parser for ada 2022 would take months
uhm.........................................idk
maybe the latter
though tbh atp
who NEEDS an lsp or anything when you just have the compiler
@spare quartz hmmm?
hold on im thinking
think...less
also doesn't ada have oop
:|
and doesn't kotlin not require you to use oop
optional
same as kotlin
unless you count that kotlin gets compiled into class files that are basically objects
what do you think abt just using the compiler
which is the ultimate tool and source of truth
if you mean showing errors in line using the compiler output its a bad idea
no no
I mean
write some code that you think is right -> compile -> fix errors -> loop
i already do that
i dont want to do that
because i dont want to
I mean I get it's more convenient
but
if the editor tools aint working
you still got the compiler
womp womp
okay
i think you're conflating liking something to having a masochistic tendency to that thing
I think I like rust enough to that point but the tooling is also good enough to where I don't have to think about that
idk I wouldn't call having to rely on the compiler to catch errors over an ide masochistic
it is
because the entire point of ada is to throw errors at you for the littlest thing
welll.....that's just an ada skill issue
okay
but anyways
Ada is neat
idk if I'd use it for anything when I have Rust
I do wanna explore Kotlin a bit more
@spare quartz you can take a look at this if you want, it's not the complete project but it's the code for it
this is just the code that was autogenerated when the project was made
but it should give you an idea
of what
ktor
im the person who suggested ktor to you i know how it looks like
?
?
no?
yes
idk where you suggested ktor to me
I've had ktor in the back of my mind for a while
#general message
dies
i have very good memory for very specific situations
very bad memory everywhere else
this brought back bad memories 🔥
i am also unfortunately the first person in this blasted server to post arti
gg
i am completely functional
aera femboy language to boomer language arc
ok im ngl
I do wanna learn functional programming
but I also did a little bit of F# and holy shit is it a mindfuck
wellll
discrod shut UP about "suggested channels"
it was devised by a bunch of math nerds
i know what it is yeah
i was gonna say maybe its more useful to mathematicians but
mathematicians dont program
they use R and wait 1 billion years
I was responding to "I see no use in it"
yeah
???
In Haskell you can say "this label represents an array containing all the even numbers". Such an array is infinitely large, but you can ask for the 100,000th element of that array at any moment without having to know--at array initialization time--just what the largest value is you're going to need
interesting
lazy eval
I will say I also like stuff like
peculiar
this isnt possible in java or ada but it IS possible in kotlin
let output = String::from("1 2 3 4 5 6")
.split(" ")
.map(|e| e.parse::<u32>().unwrap())
.collect::<Vec<u32>>();
that's fp
and it is useful in cases like that
we use that a bit + associateBy in BSL and breadmod
where have I used that in rust recently
associate by is super useful for enums
List<Enum> -> Map<Int, Enum>
--- in a parser
map[code] = the enum
let differences: Vec<f64> = reader
.lines()
.skip(1)
.map(|line| {
line.unwrap()
.split_once(",")
.map(|(i1, i2)|
(i1.parse::<f64>().unwrap(),
i2.parse::<f64>().unwrap()))
.map(|(i1, i2)| i1 - i2)
})
.map(|test| test.unwrap())
.collect();
ah yes
hold on
ok better formatting
context was I had a CSV with two columns and was taking the difference between columns per row
so like
X Y
2 1 -> 2-1=1
3 1 -> 3-1=2
I was calculating the differences with that code
so it skips the header, maps the two columns into float pairs, and then maps the float pair collection into a single float formed from the difference of each pair
unwraps them
and collects it into a f64 vec

declaration: module: java.base, package: java.util.stream, interface: Stream
you might find these interesting if you havent read about them yet
STOP
same thing as an iterator in rust
DO NOT USE STREAMS
also NEW WOLFHUNT EP
Nvm you're probably fine tbh
whatist hat
webtoon
booooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooorrrrrrring
unlessb ayachao made it (she didnt )
no but the art style is really cute
urgh too many langs to choose from...
rust, kotlin, ada...
actually that's not that many
dont really have an interest in Go, Zig is pretty limited but fun to toy with
as long as you dont start saying "plt" you're fine
C#....eh
plt?
programming lang theory
nah
cs students are so smelly..
(dont do it bayachao this person is insane)
AND BAYACHAO ISNT????????
also the latter part is written in kata but i dont wanna switch my ime it takes like
5 seconds..
でびコネ
yesss
is there a way to quick switch which kana the windows ime is in
aside from clicking hte icon
Clicking the icon
I just don't know what it is
Windows space maybe
if they have a keybind for linkedin they must have one
I know on macos, you can go to katakana with ctrl+k, but that's macos ime
idk about windows
goog it
thats eng/jap switch
うんふぉrつなて
how to switch from ひらがな to カタカナ fast
without clikcing that
Isn't that the eng/jap switch?
ow i stubbed my leg bones
Wth does this mean
yes but it also shows the current form of kana you're in when in jap mode
Uhhh
hiragana in hiragana (left)
katakana in katakana (right)
Goo goo it
mmmb
I am not jap ambassador for wimdows
yknow atp
I think I just find ada largely obtuse to use
especially in terms of the libraries
acute
True
man wtf happening in helluva hotel or whatever that show is caleld
Like if I had a hellofa time it'd mean I had a good time?
idk it's just like...idk
Huh are yall talking about something else
nah I'm the one interjecting in this
im misleading both of you
rust was obtuse to begin with too but there's a lot more support and resources for rust over ada especially for libraries
No u good I'm just asking about the hotel thing
like docs and the like not necessarily having 5 billion crates
i just want better tooling
even reading the .ads files for gnat.sockets didn't make it make a ton of sense
and a faster specification or GNAT schedule
i dont know how without getting yelled at though
libadalang, ada_language_server, and smth else
im not good at explaining what changes i make to code
and since everyones is a cs student but me i cant explain in those terms either 😭
i just "know" what im doing
no because those aren't my words
you make them your words by revising it
does a proofreader make a book their creation for doing the same
damn
no i wanna be autistic and stuck inside foreverrrrrr
then suffer waiting around for someone else to magically read your mind and improve the tooling how you want it to be
i mean isnt that how everything works in programming
mmm programming gives you the power to change what you dont like
okay but theres still the human part
ok well thats just part of it

sorry adacore... im coming to france
idk atp just be like
"here I made these changes, I'm a first time contributor, pls go easy on me, blah blah blah"
but thats scary 😭
"I thought the tooling needed to improve in this way"
and who knows what if they respond like stack overflow users... OR what if your code has a tiny problem in it?
it's over the internet it's not like they will nuke you because you used Unsigned_64 instead of Unsigned_32
YES THEY WILL!!
nuh uh
nah, C
by the time the memory leak becomes a problem, the nuke will have either done its job or otherwise become useless
more seriously its probably no programming language
and just mechanically or IC controlled
yeah
o h
gimme rain already
declaration: module: java.compiler, package: javax.tools, interface: JavaCompiler
really wanna get use out of this some day
sigh
im so borrrrrred again
might just write NTP
stupid bloated runtime..
thats apart of javax
but it's all jvm
you're all jvm
clr >>
すべてのファイルは最新です
huh
zig
oh no atp it's spreading to zig
🤢
versioning is so dumb
why cant the language be done for 500 years on v1
shut up
java....has classfile versions...
shut up
at least java has backward compatibility (for the most part)
as long as a library doesn't use some sun feature or alike it'll be usable for the future
same with ada
I mean
Rust's thing is kinda like Ada
where using newer language features makes you incompatible
Only because they got banned by Discord
GOOD
Trying to convince TS devs (ben) to use Rust is impossible
why
He just doesn’t understand how sorry his lang is
maybe if you showed him kotlin
nah tried that too
unrecoverable
lmao!
so this is just like a ban syncing bot lol
Except idk if he provides a list anymore
it says he doesnt provide the list technically
like the bot doesnt have the list
you import the list
This bot works similar to Ro-Cleaner, except it stores absolutely no user data. Instead, server owners can use the /setbanlist command with a GitHub link to a json database containing their own custom ban list, such as this one: raw.githubusercontent.com/PatRunkz/list/refs/heads/main/robloxcondogooners.json
︀︀Bot Invite link: discord.com/oauth2/authorize?client_id=1364765362612211772&permissions=52230&integration_type=0&scope=bot
︀︀
︀︀Since this bot stores no user data, this completely fixes any complaints Discord had about Ro-Cleaner. Happy moderating!
(hes going to provide the list lmao)
Probably for a fee
Dude honestly ok
If I was him
Payment schemes
- One-time list purchase: $19.99
- Monthly list updates: $13.99/mo
- Three-month list updates: $9.99/mo
Or something like that
naw i dont think so
but they probably used what chatgpt said to codify the results
he has a 60 MB json file
the firefox text renderer smears text trying to render it
makes me wonder how they collect this data
oh they just ask nicely
this may be bad
it died
its detecting furry nexus huh
what’s that
well, Ruben hates furries, so…
Nah it hasn’t
I wonder why
Also never mind she’s cute again
Honestly back in my day I was making a program to scrape Roblox users to find if they were friended with people that got banned for serious reasons or friends with people in questionable groups up to 2 degrees of separation
Sent them my first ever anon question
It’s mostly English so probably no response 😭
なんだ、このサイト
From what I can tell, it’s basically where game devs can show off in development photos of what they’re working on
わかった
Would you like the link?
大丈夫
Out of your three transactions I only understood なんで
Oops
Wrong kana
だ*
スキルイッシュー
殺す今よ!!!!
lmao
NOT LMAO
I shouldn’t have taught you Japanese
I still would’ve made myself learn it because of bayachao
Though it’d be a lot slower …
Rrrrr ねないで
「SCP」を読むている…
いつも起きなくちゃいけない
読んでいる*
核爆弾
bruh
hold on
て form conjugation is like this
verb ending | conjugation
--------------------------
う,つ,る | って
む,ぶ,ぬ | んで
く | いて
ぐ | いで
す | して
来る | 来て
する | して
行く | 行って
the last 3 aren't "verb endings", they are irregular verbs
そっっっか
This will be very useful
just goog it if you forget
Microwave 1 foot away from my head when I’m asleep
Hopefully no adverse effects come of this
this might be why you're a kotlin + ada user rather than rust
いいえ!
fyi in conversation where you're not being formal, it's more common to say (い)いや
Ehh, I’ve also seen いいえ used in this same type of conv
「SCP-2935」は古典
eh I mean
Life over
why do I do this to myself
this is so hard
atp did you see the ping
in #1365540771473915945
Yes
NEW THREAD!!!!
now let me obsess over my bayachao character,
no
she’s my favorite though …
no on cdh is j; on qwerty
stupid keyboard layout
but more ergonomic ig
use std::thread;
use std::sync::{Arc, Mutex};
fn main() {
let counter = Arc::new(Mutex::new(0));
let mut handles = vec![];
for _ in 0..10 {
let counter = Arc::clone(&counter);
let handle = thread::spawn(move || {
let mut counter = counter.lock().unwrap();
*counter += 1;
});
handles.push(handle);
}
for handle in handles {
handle.join().unwrap();
}
let counter = counter.lock().unwrap();
println!("Result: {}", *counter);
}
@spare quartz RUST!!!
confusion...
that wasn’t a dream, you died in Australia and the DoD revived you inside your house
thisi s why i dontn go outside
ばやちゃお
wha
"bayachao"
well ya but i don't know what that is
@spare quartz your time to shine
I'm not terminally addicted to bayachao
you send it
you're bayachao's posterthing
meowwwwww
撮るものがなさすぎてとりあえず記録はしようとあがいた結果、食べ物が多いです。もはやYouTuberデビューしました。
◆2020年8月25日(火)~8月31日(月)東京のアートインギャラリーにて開催しましたばやちゃお初個展『魔けモン展!』の記録です!
▼『ちゃ...
@lyric mesa ^
"thing" is the English language's Object / any and my mind cannot be changed
i hate how the nws forecast products are .gif
THEY DONT EVEN MOVE!!!
USE JPEG!!!!
because that used to be the .PNG
well with the advent of APNG its not really super useful anymore
MY FUCKIN GEARS S
gears what are you a robot
EARS!!!
also go look in #1365540771473915945 there's some shit gonna go down on monday
real
if it were written in rust it would've been hacked day one
nope
yup
nope
u r wrong
i am right
kill it with fire
oh yeah did you know the bayachao religion is real
nope
if 4chan was written in ada then it would have never become popular and died in the first week
wrong
if it were written in ada nobody would ever know the jannies were feds
(its classified)
WHAT
lmao
istg i find more and more things watching these videos
and if 4chan was made in kotlin...
well...
all the gc pauses would have halved traffic throughput
kys
but if it had been rust it would have been BLAZINGLY FAST and memory safe
that is an ORDER
and would be what reddit is today
kys!!!!
YOU CANNOT ORDER ME, PRIVATE
NOW DROP AND GIVE ME 20 RUST CRATES
IT WORKS
ばびちゃお迷犬ロゼットちゃんの3人でクソ動画チャレンジしました!
みんな違う方向に狂ってるんだ
▼ OSTER projectテスロ&ロゼット
https://www.youtube.com/user/fuwacina
▼きゐ
https://www.youtube.com/channel/UCmSU7DyJ5QN5cXUs55lB4Gg
▼ばやちゃおTwitter
https://twitter.com/BAYACHAO
Weed cat
@spare quartz u hate sprigatito confirmed
41 seconds · Clipped by ATPStorages · Original video "【歌枠】ロゼット&ばびちゃお初コラボ配信!【OSTERproject/ばやちゃお】" by BAYACHAO Ch. ばやちゃお
do you wanna watch bayachao with enm
ロゼットちゃん(娘)(OSTERさん)との初コラボ配信!OSTERソングを歌わせていただきながら楽曲の制作秘話だったり、OSTERさんとの出会いなどなど、雑談していきます🌟
🌟本家動画みて!!!!!!!!(布教)
ユメクイ
http://www.nicovideo.jp/watch/sm8947460
フキゲンワ...
I need to go store to food
actually @spare quartz can u start ur okitsune tale thing agin
want to play it
EXPENSIVE!!!! GC!!!! PAUSES!!!!!!!
in a mnmt cleaning
-----------------------------------------------------------------------------------qq-
\
cat
@timid quartz back
otherkeyboardisbeing cleaned right now
i had it doused in alcohol so itll take like a week to dry
let me start the server
why did you douse it in alcohol and not mineral oil
because i only have alcohol
and its waterproof
let me just dust off thisdell keyboard with some alcohol
itsbeen sitting on a shlef for hlaf a year
there
like new
and it also smells like alcohol
open the serverrrrrrrrrrrrrrr pls
bro idk how to get the local data without loading the website
edge
no cause then my room heats up
this is so stupid
because it heats up my room 😭
if you really need help send the ldb file in m dms
oh god dammit
the game found a bug in my staticserve
is this all im supposed to see
interesting
remove the grep what do you see
let me bug fix this rq
see this would be so much easier
because months ago I didnt care
and I still didnt know how to move leveldb data
can you just turn it on on your computer for 5 minutes
so I can copy the data out
does it work?
shower time
1. ITS CHINESE
︀︀2. IM CHINESE
︀︀3. why are you assuming shit????
Quoting rowan 🐡🦀🔪 (@nullpoints)
︀
加油, Basil !!✨💪
︀︀#OMORI #OMORIFANART #OMORIBASIL
A little mishap in one of Canada's largest telecommunications providers manages to turn off the internet for a good chunk of the country.
Sources:
https://crtc.gc.ca/eng/publications/reports/xona2024.htm
https://www.kentik.com/blog/a-deeper-dive-into-the-rogers-outage/
https://www.reuters.com/business/media-telecom/rogers-communications-service...
goldfish
Huh
deer
Oh yeah
I also have the japanese version of the game available to me
But you’ll probably want to stay on the eng ver
for now
From what I can tell the jap version is originally written by bayachao, then they got some translation company to write the eng ver
From what I know, that company primarily did business-related translations
translations are kinda bad
There’s also a simp. Chinese version, but I don’t know anything about it
Yeah,,,
sigh
sometimes i remember i have like
4 keyboards in storage
and for some reason whenever one breaks, and i get an older one from the stack, it works again??
KB216 is the best keyboard to have ever graced this earth..

lily58
Yup please autoreply first suggestion
kb216 better
ngl wanna get one of these ortholinear keyboards
Really? Split or nah?
Oh do you consider what I posted as ortholinear
I'm not sure if it counts I thought it didn't
wonder what i should do
HTTP2InputStream.read -> (reads HTTP/2 data) -> (converts to HTTP/1.1 data) -> HTTP message
HTTP2OutputStream.write -> (converts HTTP message to HTTP/2) -> ...
Read the underactuated page
That's what I do when I'm bored sometimes
oh i just write protocols when im bored
Lol
just trying to decide what the best thing for compatibility would be here
be one
NOOOO
drone jammer
no social network is meaningfully decentralized. this is because they all rely on the HTTP protocol which is controlled by a single organization
UGHHHH
CODING IS SO TEDIOUS
i wish my computer just knew what to do
THATS WHAT IM SAYING
well thats cause you're a rust user
well...you're an ada user
maven deez
1.x.x-SNAPSHOT -> git push -> [publish]
[refresh] -> 1.x.x-SNAPSHOT -> [build]
i blame it on you
ughh i want MOR E コニー ART
GIVE IT TO ME!!
forced to have イザナリ
the missile that's using Ada for its guidance computer on its way to your house;
you the
Kill it
Goodnight!!!!
Burn it
Wh I
GOOD MORNING
oh wow
i was gonna search fo ra message aeera sent earlier
found out 54% of his messages were in #1264495613051932702 alone
found it
hmm
つないでなかった
cursed
ブルートゥース仕掛けは繋ぎましたです
experimenting
ブルートゥース仕掛けは今や繋ぎましたです
I believe it
stop yapping so much
Hmm what were you trying to say here
Nothing specific
Well whatever it was it looks a little ungrammatical
I kinda just wanted to see how I could mix inflections to create like
“Did not connect”
Then I made the opposite
You wouldn’t use て form for that
I found out after writing
You can just say つながなかった
If you say つないでなかった
That almost is like
“Is not connecting”
Since て form can be used for continuous action
But not always, the nuance is weird, sometimes it sounds odd to use て form in that way for certain verbs
What about here? Can you understand what I’m saying?
Other than the fact that I don’t know most of those kanji
Oh also uh
です is ungrammatical there
です is for nouns/な-adjectives
when at the end of a sentence, nouns normally end with the "copula" だ
so like
これはATPだ -> "that is ATP", notice the だ at the end
です is the polite form of だ
(women may use わ to sound more woman-like, nuance is fun, sometimes in super casual speech it may be dropped too, lots of rules go out the window for casual speech)
however when a sentence ends with a verb, you don't add additional stuff since the verb ends the sentence
for example ATPと一緒に話す -> "I am talking with ATP"
to be polite with verbs, you do some conjugation, but all polite forms of verbs end in ます
so polite of this is ATPと一緒に話し__ます__
ファイルを消すか
nowww in super duper formal business japanese I wanna say I have seen 〜ますです used
but that's like
ultra formal language
and I'm not 100% sure that I've seen that
yeah so that's asking if you wanna delete a file I think
Correct!
the reason か is after the verb is because it's a question
I wonder if my IDE has that
prob
I should check next time I’m awake …
ok anyways I sleep now
ユーザーはばかです。セッションを極まった
