Register - Login
Views: 99351126
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 06:38:02 PM
Jul - Posts by Q
Pages: 1 2 3 4 5 6 7 8 9 10 ... 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
(post in restricted forum)
Q
風のノータム
Level: 105


Posts: 2711/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 05-13-16 06:32:45 AM, in Lady of the Shard Link
Lady of the Shard is a very nice little comic by Gigi D.G., creator of Cucumber Quest, a very nice not-so-little comic.

It's about love and space goddesses and stuff, and it has a lovely art style. If that sounds like your sort of thing, then give it a read!

____________________
layout by Sofi.
(post in restricted forum)
(post in restricted forum)
Q
風のノータム
Level: 105


Posts: 2714/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 05-16-16 06:26:48 AM, in The Empty Set Link
Sometimes, I make music, and I recently finished an album. I'm not sure what genre to call it, but I'd say it's somewhere between ambient, electronic, and experimental.

Anyway, here it is on Bandcamp, if you'd like to listen to it:


The Empty Set


____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2715/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 05-16-16 06:30:19 AM, in FATAL EXCEPTION Link
Thank you for your comments, everyone. I'm glad you liked it.

I've made an official release of the album here. It has some very small revisions, some actual titles, and two new tracks. I hope you all enjoy it.

____________________
layout by Sofi.
(post in restricted forum)
(post in restricted forum)
Q
風のノータム
Level: 105


Posts: 2718/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 06-01-16 02:51:23 PM, in That other Rick guy. Link


____________________
layout by Sofi.
(post in restricted forum)
Q
風のノータム
Level: 105


Posts: 2720/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 06-05-16 10:47:31 PM, in It is hot Link


____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2721/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 06-27-16 06:53:00 AM, in Please update your IRC settings Link


____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2722/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 07-20-16 07:59:04 PM, in Uncompiled Code Link
It's not quite the same thing, but Marathon 2 has some of its uncompiled code in a couple of its text boxes.

____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2723/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 07-22-16 07:36:22 AM, in Grand Unification Link


____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2724/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 08-03-16 02:19:55 PM, in Link
I'm still listening to vaporwave. Here are some tracks from the albums I've been listening to lately.

HOME - Resonance

Nouveau Life™ - A New Feeling

2814 - 遠くの愛好家 / Distant Lovers

There's something eerie yet nostalgic about this kind of music that gives me a strange feeling of comfort like nothing else.

____________________
layout by Sofi.
Q
風のノータム
Level: 105


Posts: 2725/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 08-11-16 09:45:01 PM, in Your fancy projects Link
To do:

  1. Keep working on my art blog

  2. Make tracks for my next album

  3. Get ready to move to another state

  4. Get ready to start grad school

  5. Get a part-time job

Sounds easy enough, right?

____________________
layout by Sofi.
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
Q
風のノータム
Level: 105


Posts: 2729/2986
EXP: 11963330
For next: 298930

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 09-17-16 04:38:54 PM, in How'd you learn programming? Link
I played around with some really simple programming throughout much of my life, but I didn't really learn how to program until I started college.


My first year, I took a course in C. It was pretty difficult for me, and I remember staying up all night trying to figure out how to properly allocate and free memory for my implementation of Conway's Game of Life. I learned quite a lot, though, and it made my future experiences with programming a lot easier to handle.

My second year, I took a course in MATLAB. The course was for physics students instead of computer science students, and MATLAB does a lot of things automatically that I had to fuss over with C, so the programming involved felt much simpler. I've used MATLAB a lot since then because it's popular among physicists and some mathematicians, but being aware of the subtle differences between it and most other programming languages (like how arrays start at index 1) makes it awkward to use sometimes.

In my fourth year, I took a course in Python to fulfill a requirement. The course was intended as an "introduction to programming" course for computer science students due to the high failure rate in the aforementioned C course. It was painfully simple, and all the conveniences of Python made it an easy language to pick up after learning C and MATLAB. I learned to really enjoy Python, though, and it's now my language of choice whenever I have to program something.


I don't program very much anymore now since my career path doesn't utilize programming very much, but I'm glad I took the time to learn it, and I still use it to work on personal projects from time to time. In particular, I've been teaching myself a little bit of Processing to use with my art.

____________________
layout by Sofi.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
Jul - Posts by Q


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

45 database queries, 12 query cache hits.
Query execution time:  0.102777 seconds
Script execution time:  0.024705 seconds
Total render time:  0.127482 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 147 column 128 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 467 - Warning: unescaped & or unknown entity "&page"
line 149 column 504 - Warning: unescaped & or unknown entity "&page"
line 149 column 541 - Warning: unescaped & or unknown entity "&page"
line 149 column 582 - Warning: unescaped & or unknown entity "&page"
line 149 column 619 - Warning: unescaped & or unknown entity "&page"
line 149 column 656 - Warning: unescaped & or unknown entity "&page"
line 149 column 693 - Warning: unescaped & or unknown entity "&page"
line 149 column 730 - Warning: unescaped & or unknown entity "&page"
line 149 column 767 - Warning: unescaped & or unknown entity "&page"
line 149 column 804 - Warning: unescaped & or unknown entity "&page"
line 149 column 841 - Warning: unescaped & or unknown entity "&page"
line 149 column 878 - Warning: unescaped & or unknown entity "&page"
line 149 column 915 - Warning: unescaped & or unknown entity "&page"
line 149 column 952 - Warning: unescaped & or unknown entity "&page"
line 149 column 989 - Warning: unescaped & or unknown entity "&page"
line 149 column 1026 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1065 - Warning: missing </font> before </table>
line 155 column 9 - Warning: missing <tr>
line 155 column 9 - Warning: discarding unexpected <table>
line 156 column 41 - Warning: missing <td>
line 162 column 9 - Warning: missing <tr>
line 180 column 13 - Warning: missing <tr>
line 181 column 27 - Warning: missing </nobr> before </table>
line 183 column 74 - Warning: <style> isn't allowed in <td> elements
line 183 column 9 - Info: <td> previously mentioned
line 198 column 9 - Warning: missing <tr>
line 216 column 13 - Warning: missing <tr>
line 217 column 27 - Warning: missing </nobr> before </table>
line 219 column 74 - Warning: <style> isn't allowed in <td> elements
line 219 column 9 - Info: <td> previously mentioned
line 229 column 9 - Warning: missing <tr>
line 247 column 13 - Warning: missing <tr>
line 248 column 27 - Warning: missing </nobr> before </table>
line 250 column 74 - Warning: <style> isn't allowed in <td> elements
line 250 column 9 - Info: <td> previously mentioned
line 265 column 9 - Warning: missing <tr>
line 283 column 13 - Warning: missing <tr>
line 284 column 27 - Warning: missing </nobr> before </table>
line 286 column 74 - Warning: <style> isn't allowed in <td> elements
line 286 column 9 - Info: <td> previously mentioned
line 295 column 9 - Warning: missing <tr>
line 313 column 13 - Warning: missing <tr>
line 314 column 27 - Warning: missing </nobr> before </table>
line 316 column 74 - Warning: <style> isn't allowed in <td> elements
line 316 column 9 - Info: <td> previously mentioned
line 321 column 9 - Warning: missing <tr>
line 339 column 13 - Warning: missing <tr>
line 340 column 27 - Warning: missing </nobr> before </table>
line 342 column 74 - Warning: <style> isn't allowed in <td> elements
line 342 column 9 - Info: <td> previously mentioned
line 347 column 9 - Warning: missing <tr>
line 365 column 13 - Warning: missing <tr>
line 366 column 27 - Warning: missing </nobr> before </table>
line 368 column 74 - Warning: <style> isn't allowed in <td> elements
line 368 column 9 - Info: <td> previously mentioned
line 373 column 9 - Warning: missing <tr>
line 391 column 13 - Warning: missing <tr>
line 392 column 27 - Warning: missing </nobr> before </table>
line 394 column 74 - Warning: <style> isn't allowed in <td> elements
line 394 column 9 - Info: <td> previously mentioned
line 399 column 9 - Warning: missing <tr>
line 417 column 13 - Warning: missing <tr>
line 418 column 27 - Warning: missing </nobr> before </table>
line 420 column 74 - Warning: <style> isn't allowed in <td> elements
line 420 column 9 - Info: <td> previously mentioned
line 433 column 9 - Warning: missing <tr>
line 451 column 13 - Warning: missing <tr>
line 452 column 27 - Warning: missing </nobr> before </table>
line 454 column 74 - Warning: <style> isn't allowed in <td> elements
line 454 column 9 - Info: <td> previously mentioned
line 455 column 1 - Warning: missing <li>
line 482 column 9 - Warning: missing <tr>
line 500 column 13 - Warning: missing <tr>
line 501 column 27 - Warning: missing </nobr> before </table>
line 503 column 74 - Warning: <style> isn't allowed in <td> elements
line 503 column 9 - Info: <td> previously mentioned
line 519 column 35 - Warning: missing <tr>
line 519 column 95 - Warning: unescaped & or unknown entity "&page"
line 519 column 128 - Warning: unescaped & or unknown entity "&page"
line 519 column 161 - Warning: unescaped & or unknown entity "&page"
line 519 column 194 - Warning: unescaped & or unknown entity "&page"
line 519 column 227 - Warning: unescaped & or unknown entity "&page"
line 519 column 260 - Warning: unescaped & or unknown entity "&page"
line 519 column 293 - Warning: unescaped & or unknown entity "&page"
line 519 column 326 - Warning: unescaped & or unknown entity "&page"
line 519 column 359 - Warning: unescaped & or unknown entity "&page"
line 519 column 392 - Warning: unescaped & or unknown entity "&page"
line 519 column 430 - Warning: unescaped & or unknown entity "&page"
line 519 column 467 - Warning: unescaped & or unknown entity "&page"
line 519 column 504 - Warning: unescaped & or unknown entity "&page"
line 519 column 541 - Warning: unescaped & or unknown entity "&page"
line 519 column 582 - Warning: unescaped & or unknown entity "&page"
line 519 column 619 - Warning: unescaped & or unknown entity "&page"
line 519 column 656 - Warning: unescaped & or unknown entity "&page"
line 519 column 693 - Warning: unescaped & or unknown entity "&page"
line 519 column 730 - Warning: unescaped & or unknown entity "&page"
line 519 column 767 - Warning: unescaped & or unknown entity "&page"
line 519 column 804 - Warning: unescaped & or unknown entity "&page"
line 519 column 841 - Warning: unescaped & or unknown entity "&page"
line 519 column 878 - Warning: unescaped & or unknown entity "&page"
line 519 column 915 - Warning: unescaped & or unknown entity "&page"
line 519 column 952 - Warning: unescaped & or unknown entity "&page"
line 519 column 989 - Warning: unescaped & or unknown entity "&page"
line 519 column 1026 - Warning: unescaped & or unknown entity "&page"
line 519 column 50 - Warning: missing </font> before </td>
line 519 column 1065 - Warning: missing </font> before </table>
line 521 column 35 - Warning: missing <tr>
line 521 column 50 - Warning: missing </font> before </td>
line 521 column 128 - Warning: missing </font> before </table>
line 523 column 17 - Warning: discarding unexpected </textarea>
line 523 column 28 - Warning: discarding unexpected </form>
line 523 column 35 - Warning: discarding unexpected </embed>
line 523 column 43 - Warning: discarding unexpected </noembed>
line 523 column 53 - Warning: discarding unexpected </noscript>
line 523 column 64 - Warning: discarding unexpected </noembed>
line 523 column 74 - Warning: discarding unexpected </embed>
line 523 column 82 - Warning: discarding unexpected </table>
line 523 column 90 - Warning: discarding unexpected </table>
line 525 column 9 - Warning: missing </font> before <table>
line 537 column 25 - Warning: discarding unexpected </font>
line 546 column 58 - Warning: discarding unexpected </font>
line 524 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 165 column 23 - Warning: <img> lacks "alt" attribute
line 165 column 64 - Warning: <img> lacks "alt" attribute
line 165 column 113 - Warning: <img> lacks "alt" attribute
line 165 column 163 - Warning: <img> lacks "alt" attribute
line 166 column 11 - Warning: <img> lacks "alt" attribute
line 176 column 15 - Warning: <img> lacks "alt" attribute
line 201 column 23 - Warning: <img> lacks "alt" attribute
line 201 column 64 - Warning: <img> lacks "alt" attribute
line 201 column 113 - Warning: <img> lacks "alt" attribute
line 201 column 163 - Warning: <img> lacks "alt" attribute
line 202 column 11 - Warning: <img> lacks "alt" attribute
line 212 column 15 - Warning: <img> lacks "alt" attribute
line 223 column 1404 - Warning: <img> lacks "alt" attribute
line 232 column 23 - Warning: <img> lacks "alt" attribute
line 232 column 64 - Warning: <img> lacks "alt" attribute
line 232 column 113 - Warning: <img> lacks "alt" attribute
line 232 column 163 - Warning: <img> lacks "alt" attribute
line 233 column 11 - Warning: <img> lacks "alt" attribute
line 243 column 15 - Warning: <img> lacks "alt" attribute
line 268 column 23 - Warning: <img> lacks "alt" attribute
line 268 column 64 - Warning: <img> lacks "alt" attribute
line 268 column 113 - Warning: <img> lacks "alt" attribute
line 268 column 163 - Warning: <img> lacks "alt" attribute
line 269 column 11 - Warning: <img> lacks "alt" attribute
line 279 column 15 - Warning: <img> lacks "alt" attribute
line 286 column 1106 - Warning: <img> lacks "alt" attribute
line 298 column 23 - Warning: <img> lacks "alt" attribute
line 298 column 64 - Warning: <img> lacks "alt" attribute
line 298 column 113 - Warning: <img> lacks "alt" attribute
line 298 column 163 - Warning: <img> lacks "alt" attribute
line 299 column 11 - Warning: <img> lacks "alt" attribute
line 309 column 15 - Warning: <img> lacks "alt" attribute
line 316 column 1106 - Warning: <img> lacks "alt" attribute
line 324 column 23 - Warning: <img> lacks "alt" attribute
line 324 column 64 - Warning: <img> lacks "alt" attribute
line 324 column 113 - Warning: <img> lacks "alt" attribute
line 324 column 163 - Warning: <img> lacks "alt" attribute
line 325 column 11 - Warning: <img> lacks "alt" attribute
line 335 column 15 - Warning: <img> lacks "alt" attribute
line 342 column 1106 - Warning: <img> lacks "alt" attribute
line 350 column 23 - Warning: <img> lacks "alt" attribute
line 350 column 64 - Warning: <img> lacks "alt" attribute
line 350 column 113 - Warning: <img> lacks "alt" attribute
line 350 column 163 - Warning: <img> lacks "alt" attribute
line 351 column 11 - Warning: <img> lacks "alt" attribute
line 361 column 15 - Warning: <img> lacks "alt" attribute
line 376 column 23 - Warning: <img> lacks "alt" attribute
line 376 column 64 - Warning: <img> lacks "alt" attribute
line 376 column 113 - Warning: <img> lacks "alt" attribute
line 376 column 163 - Warning: <img> lacks "alt" attribute
line 377 column 11 - Warning: <img> lacks "alt" attribute
line 387 column 15 - Warning: <img> lacks "alt" attribute
line 394 column 1106 - Warning: <img> lacks "alt" attribute
line 402 column 23 - Warning: <img> lacks "alt" attribute
line 402 column 64 - Warning: <img> lacks "alt" attribute
line 402 column 113 - Warning: <img> lacks "alt" attribute
line 402 column 163 - Warning: <img> lacks "alt" attribute
line 403 column 11 - Warning: <img> lacks "alt" attribute
line 413 column 15 - Warning: <img> lacks "alt" attribute
line 436 column 23 - Warning: <img> lacks "alt" attribute
line 436 column 64 - Warning: <img> lacks "alt" attribute
line 436 column 113 - Warning: <img> lacks "alt" attribute
line 436 column 163 - Warning: <img> lacks "alt" attribute
line 437 column 11 - Warning: <img> lacks "alt" attribute
line 447 column 15 - Warning: <img> lacks "alt" attribute
line 465 column 1394 - Warning: <img> proprietary attribute value "absmiddle"
line 465 column 1394 - Warning: <img> lacks "alt" attribute
line 485 column 23 - Warning: <img> lacks "alt" attribute
line 485 column 64 - Warning: <img> lacks "alt" attribute
line 485 column 113 - Warning: <img> lacks "alt" attribute
line 485 column 163 - Warning: <img> lacks "alt" attribute
line 486 column 11 - Warning: <img> lacks "alt" attribute
line 496 column 15 - Warning: <img> lacks "alt" attribute
line 531 column 25 - Warning: <img> lacks "alt" attribute
line 536 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 128 - Warning: trimming empty <font>
line 149 column 1065 - Warning: trimming empty <font>
line 519 column 1065 - Warning: trimming empty <font>
line 521 column 128 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 181 column 27 - Warning: <nobr> is not approved by W3C
line 217 column 27 - Warning: <nobr> is not approved by W3C
line 248 column 27 - Warning: <nobr> is not approved by W3C
line 284 column 27 - Warning: <nobr> is not approved by W3C
line 314 column 27 - Warning: <nobr> is not approved by W3C
line 340 column 27 - Warning: <nobr> is not approved by W3C
line 366 column 27 - Warning: <nobr> is not approved by W3C
line 392 column 27 - Warning: <nobr> is not approved by W3C
line 418 column 27 - Warning: <nobr> is not approved by W3C
line 452 column 27 - Warning: <nobr> is not approved by W3C
line 501 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 231 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md