citrons

we are yet to be introduced to various mechanisms which will alter our ability to so brazenly ascend forth, particularly that of skin.

who is mark?

— citrons

joined
a very long time ago

recent posts

citrons #2154

hello, guest, to forum fourteen.

certain apioforms are noncomformant to principle 14. they will be eradicated in due time.

citrons #2151

visit forum 15

citrons (edited ) #2139

apologies for the late reply.

do you use the upsilon aurigae q standard or the vince weft reclamation bureau criterion (VWBRC)? (or something else?)

we use a 12-clause modified aurigae-based standard, which is mostly VWBRC-compliant.

my essence will be subsumed by the evil thirtysevenists at approximately ꬭ o'clock yesterday and I will be unable to respond until this weekend

I do again apologize for the delay.

citrons #2133

"TWO" (2) is quite similar to "one" (1) (single).

citrons #2117

also, file says that it's "data". I'm guessing that this is a custom format.

citrons #2116

mpv can NOT open this

citrons #2076

that would be rather redundant.

citrons #1990

I made a lisp in shell. it was actually kind of shocking how slow it was.

citrons #1987

go

citrons #1986

I think there is one, but it isn't that good, and more a certainly welcome.

citrons #1972

angle bracket syntax is sufficient in my opinion. automatic linkification annoys me in various cases.

citrons (edited ) #1971

https://example.com

citrons #1917

however: I would VERY much not like to be put on a spam list because I do use my email server for important things. so, I would expect you to be very considerate.

citrons #1916

I might offer such things if you ask.

citrons #1914

why do you ask? would you like a mondecitronne.com email?

citrons #1912

I agree.

citrons #1904

the website of jane doe is well worth looking at.

citrons #1897

I found a website that I would like to share.

citrons #1879

I'm sure they would.

citrons #1877

ubq would like you to wrap your website in a <pre> and supplement it with <figcaption>s. I'm not sure what she intends you to do with <figcaption>s, exactly, but the first thing should be easy to do.

citrons #1875

you have been accepted, trimill. please thing the thing.

citrons (edited ) #1864

............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

citrons #1863

I am now posting to resurface this thread, as it has been buried by random posts for some reason.

whats B

https://en.wikipedia.org/wiki/B_(programming_language)

citrons #1862

UsernameIsPassword's password leaked!! not clickbait!!

citrons #1738

I do that sometimes.

citrons #1736

you wouldn't be the first.

citrons #1722

this is dubious, i disapprove.

b(ee) you

citrons (edited ) #1718

indeed!

also, you don't need brackets around array initializers:

beeoid[] 1, 2, 3;

also², you can assign multiple values to non-arrays:

beeoid 1, 2, 3;

the value beeoid here would be one, but the value of *(&beeoid + 1) would be 2.

also³, you don't need brackets around function bodies if they're a single statement:

add(a, b) return a + b;