Register - Login
Views: 99412800
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-25-22 12:06:46 AM
Jul - Posts by usr_share
Pages: 1 2 3 4
usr_share
70
Level: 21


Posts: 41/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-22-13 02:16:22 PM, in Analog or digital watch? Link
If I'm outside, I always have my cellphone (w/ ~5d standby charge), so I don't need an extra watch.

In the "analog/digital" holy war, I'm on the digital side. Especially because I prefer the 24-hour "military time" standard.

____________________
usr_share
70
Level: 21


Posts: 42/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-22-13 02:29:04 PM, in Weather Topic Link


Not too cold, not too hot for me.

____________________
usr_share
70
Level: 21


Posts: 43/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-01-14 12:59:26 PM, in What're you playing right now? Link
I used to have WASD+numpad, until I got a laptop. Then I had to move these numpad keys to a different place.

Now, for example, my NES layout has Q for ⓢ, E for Ⓢ, J for Ⓑ and L for Ⓐ.

The Genesis layout has UIO and JKL standing for ⓍⓎⓏ and ⒶⒷⒸ respectively. Q is Mode, E is Ⓢ.

The SNES layout is a bit more interesting. J is Ⓑ, K is Ⓐ, U is Ⓨ, I is Ⓧ, Q and O are Ⓛ, E and L are Ⓡ. It is laid out in this way so that SNES Street Fighter II's button layout is close to the arcade version.

____________________
usr_share
70
Level: 21


Posts: 44/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-02-14 03:32:01 PM, in NSA leak reveals US government is leaving backdoors on lots of PC tech (last edited by usr_share at 01-02-14 03:33:52 PM) Link
I hope this'll lead to people learning about alternative firmware or open source software that isn't controlled like that.

...Come to think of it, maybe libertarians are right this time.

Maybe today's NSA is an inevitable result of the federal government's huge size. Of all the money the citizens pay into it as taxes. Maybe the best way to ensure stuff like that won't happen is to cut the budget to such a size these kinds of government privacy intrusion would become impossible.

____________________
usr_share
70
Level: 21


Posts: 45/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-04-14 03:45:30 AM, in Looking for a decent C/C++ IDE (last edited by usr_share at 01-04-14 03:46:40 AM) Link
Originally posted by Joe
If you want to build for Linux on Windows, Cygwin should have you covered, and if you want to build for Windows on Linux, search your package manager for mingw.


It's a bit wrong. Cygwin is a compilation of Linux tools built for Windows. The software you'd build in it would run on Windows.

But if Cygwin is created as a general collection of tools (which means there's a lot of software you may not need), MinGW is designed for Windows development. It only contains the tools necessary to do so.

Sadly, MinGW may lack the libraries you may need, so they have to be installed manually.

To note is that MinGW can be used to build software on Windows as well as to cross-compile for Windows on any other OS.

____________________
usr_share
70
Level: 21


Posts: 46/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-05-14 09:19:05 AM, in The stupid old passwords Link
I remember making passwords which were the name of the service with some substitutions. For example, I used “f0rum” for the 1st forum I signed up on. A password I used a lot was based on my 1st ISP...

Nowadays, I use KeePassX and generate 12-15-signed passwords for every website.

____________________
usr_share
70
Level: 21


Posts: 47/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-07-14 03:03:03 PM, in The Cutting Room Wiki Link
For some reason, it looks like some translations aren't uploading. They just get stuck in "Saving..." forever. When I reload the page, some translations get saved and some don't.

____________________
usr_share
70
Level: 21


Posts: 48/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-08-14 09:05:10 AM, in GPL vs. permissive licenses WRT games Link
I think that having a copyleft engine + proprietary game data is a fine option.

So any testers who become unhappy with the project can just grab the code and run off with it, forking it before it's even done. For a game, this seems inappropriate.


But such a fork will have to use all-original game data. I doubt it'll be easy for a QAer (or even a hired crew) to finish the engine and design all-new game data. The result will be even worse than Skunny Kart.

____________________
usr_share
70
Level: 21


Posts: 49/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-08-14 11:00:00 AM, in Weather Topic Link
Poor majority of the United States, though.

____________________
(post in restricted forum)
usr_share
70
Level: 21


Posts: 51/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-09-14 04:42:27 AM, in GPL vs. permissive licenses WRT games Link
Originally posted by Drag
I believe that's only true if the game's content and assets are separated from the binary and loaded in at runtime. If you took your assets and ran them through some kind of "binary -> char array" converter, and embedded those arrays into the project as source code, then your assets would become GPL as well. Fortunately, you'd only need to do this if you wanted your game to be a single standalone binary file, so for PC games, this isn't a gamestopper. However, this would be necessary for porting your game to an embedded system that doesn't have a filesystem, so the port would be impossible without you giving up rights to your content. I'm not saying this is a likely scenario (it would've been maybe 5-10 years ago), but this is a case where GPL would be detrimental.


I think modern embedded systems have file systems, too. For example, there's SquashFS, which I've seen a lot on routers and even install CDs.

One can imagine an embedded system with, say, the DOOM engine and its WADs written onto squashfs. If the device allows flashing, the user can download the firmware, unpack the FS, replace the files (say, with a modified DOOM engine or a different WAD), create a new image and put it back onto the FW.

In a slightly related note, FSF's Guidelines for Free System Distributions (criteria they use for 100% free distros) say the following:


Data that isn't functional, that doesn't do a practical job, is more of an adornment to the system's software than a part of it. Thus, we don't insist on the free license criteria for non-functional data. It can be included in a free system distribution as long as its license gives you permission to copy and redistribute, both for commercial and non-commercial purposes. For example, some game engines released under the GNU GPL have accompanying game information—a fictional world map, game graphics, and so on—released under such a verbatim-distribution license. This kind of data can be part of a free system distribution, even though its license does not qualify as free, because it is non-functional.


Thus, they consider a free game with shareware data to be worthy of inclusion into a free distro. Yay for the first episode of DOOM 1!

____________________
usr_share
70
Level: 21


Posts: 52/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-11-14 05:22:45 AM, in GPL vs. permissive licenses WRT games Link
Originally posted by Drag

Ok, so if the project is under GPL, and you give a private build to someone for testing purposes, but the project is not currently public, you don't need to give the source code on demand of the recipiants of the private build? Does this mean that people can only demand the source code for public releases of the GPL'd project, and not just arbitrary builds, such as the current private one?

If so, this sounds like something that all GPL users should be made aware of. The fact that this important bit of information is buried in a GIANT FAQ (with lots of conflicting information on this subject) seems unfair.


I think this strictly means organizational use. After all, when you work in an organization, you don't own the computers there.

____________________
usr_share
70
Level: 21


Posts: 53/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-17-14 09:22:24 AM, in Free Disk Space Thread Link
******@usr-laptop:~$ df -h

Filesystem Size Used Avail Use% Mounted on
rootfs 145G 92G 47G 67% /


____________________
usr_share
70
Level: 21


Posts: 54/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-21-14 10:04:51 AM, in Favourite food 2: Here we go again! Link
It couldn't be... We're being invaded by Instagram! NOOOOOOO!!!

(I don't think it's so bad, though.)

____________________
usr_share
70
Level: 21


Posts: 55/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-28-14 03:40:44 PM, in So much S.T.A.L.K.E.R. stuff, I'm drowning in it! (last edited by usr_share at 01-28-14 03:56:32 PM) Link
Привет, и добро пожаловать на форум Jul!

I think the S.T.A.L.K.E.R. series' development story is very worth documenting. Check out our prototype pages on Sonic 2 or Doom to see how different prototype builds are documented on TCRF.

____________________
usr_share
70
Level: 21


Posts: 56/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-29-14 10:56:43 AM, in Specify charset in meta tags? Link
Apparently, the forum's pages don't have the META charset tag, which makes it problematic to use non-Latin characters.

For example, in the S.T.A.L.K.E.R. topic, I've made a comment with Russian text in it, but it turned out wrong for ||3 (probably because his browser has a different default encoding).

Specifying a universal charset such as UTF-8 would solve this problem, as all browsers will be using the same charset.

All one would have to do is insert

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

somewhere in the <head></head> area.

____________________
usr_share
70
Level: 21


Posts: 57/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-29-14 04:47:47 PM, in Specify charset in meta tags? Link
Originally posted by Kak64


I'm also curious if you did anything to your layout at some point. Before December 2013 I don't remember any of your posts breaking like that. After that, it almost looks like every one of your posts broke.


Strange. I don't remember removing any files from my server. Maybe there were some problems with DDNS or something.

(Even then, I used the "circled letters" characters, so I assumed they'd work if the fonts didn't load -- but I didn't think about charset problems back then.)

____________________
usr_share
70
Level: 21


Posts: 58/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-30-14 03:58:07 AM, in Specify charset in meta tags? (last edited by usr_share at 01-30-14 03:58:32 AM) Link
Originally posted by Xkeeper
We tried it once, but it broke old posts because durf.

Basically because it is broke, it cannot be fixed.


Wow, that's bad. Guess I'll keep my messages to the 128 characters of ASCII then.

____________________
usr_share
70
Level: 21


Posts: 59/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-30-14 08:25:07 AM, in Specify charset in meta tags? (last edited by usr_share at 01-30-14 08:58:46 AM) Link
Maybe, if that's possible, only specify UTF-8 in pages for topics created after a certain date? (Or, if the topics are numbered chronologically, for topic IDs larger than a certain number?)

____________________
usr_share
70
Level: 21


Posts: 60/79
EXP: 42684
For next: 7259

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 01-30-14 02:44:39 PM, in Specify charset in meta tags? (last edited by BMF54123 at 01-30-14 08:49:00 PM) Link
Heh. Google caches the most interesting things.

____________________
Pages: 1 2 3 4
Jul - Posts by usr_share


Rusted Logic

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

38 database queries, 19 query cache hits.
Query execution time:  0.094131 seconds
Script execution time:  0.061406 seconds
Total render time:  0.155537 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 136 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 96 - Warning: unescaped & or unknown entity "&page"
line 149 column 130 - Warning: unescaped & or unknown entity "&page"
line 149 column 166 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 201 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 184 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 9 - Warning: missing <tr>
line 204 column 13 - Warning: missing <tr>
line 207 column 74 - Warning: <style> isn't allowed in <td> elements
line 207 column 9 - Info: <td> previously mentioned
line 212 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 214 column 9 - Warning: missing <tr>
line 232 column 13 - Warning: missing <tr>
line 235 column 74 - Warning: <style> isn't allowed in <td> elements
line 235 column 9 - Info: <td> previously mentioned
line 244 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 246 column 9 - Warning: missing <tr>
line 264 column 13 - Warning: missing <tr>
line 267 column 74 - Warning: <style> isn't allowed in <td> elements
line 267 column 9 - Info: <td> previously mentioned
line 274 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 276 column 9 - Warning: missing <tr>
line 294 column 13 - Warning: missing <tr>
line 297 column 74 - Warning: <style> isn't allowed in <td> elements
line 297 column 9 - Info: <td> previously mentioned
line 308 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 310 column 9 - Warning: missing <tr>
line 328 column 13 - Warning: missing <tr>
line 331 column 74 - Warning: <style> isn't allowed in <td> elements
line 331 column 9 - Info: <td> previously mentioned
line 336 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 338 column 9 - Warning: missing <tr>
line 356 column 13 - Warning: missing <tr>
line 359 column 74 - Warning: <style> isn't allowed in <td> elements
line 359 column 9 - Info: <td> previously mentioned
line 362 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 364 column 9 - Warning: missing <tr>
line 382 column 13 - Warning: missing <tr>
line 385 column 74 - Warning: <style> isn't allowed in <td> elements
line 385 column 9 - Info: <td> previously mentioned
line 392 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 394 column 9 - Warning: missing <tr>
line 412 column 13 - Warning: missing <tr>
line 415 column 74 - Warning: <style> isn't allowed in <td> elements
line 415 column 9 - Info: <td> previously mentioned
line 417 column 15 - Warning: missing <tr>
line 417 column 15 - Warning: discarding unexpected <table>
line 418 column 41 - Warning: missing <td>
line 424 column 9 - Warning: missing <tr>
line 442 column 13 - Warning: missing <tr>
line 443 column 27 - Warning: missing </nobr> before </table>
line 445 column 74 - Warning: <style> isn't allowed in <td> elements
line 445 column 9 - Info: <td> previously mentioned
line 460 column 9 - Warning: missing <tr>
line 478 column 13 - Warning: missing <tr>
line 479 column 27 - Warning: missing </nobr> before </table>
line 481 column 74 - Warning: <style> isn't allowed in <td> elements
line 481 column 9 - Info: <td> previously mentioned
line 491 column 9 - Warning: missing <tr>
line 509 column 13 - Warning: missing <tr>
line 510 column 27 - Warning: missing </nobr> before </table>
line 512 column 74 - Warning: <style> isn't allowed in <td> elements
line 512 column 9 - Info: <td> previously mentioned
line 519 column 9 - Warning: missing <tr>
line 537 column 13 - Warning: missing <tr>
line 538 column 27 - Warning: missing </nobr> before </table>
line 540 column 74 - Warning: <style> isn't allowed in <td> elements
line 540 column 9 - Info: <td> previously mentioned
line 547 column 9 - Warning: missing <tr>
line 565 column 13 - Warning: missing <tr>
line 566 column 27 - Warning: missing </nobr> before </table>
line 568 column 74 - Warning: <style> isn't allowed in <td> elements
line 568 column 9 - Info: <td> previously mentioned
line 575 column 9 - Warning: missing <tr>
line 593 column 13 - Warning: missing <tr>
line 594 column 27 - Warning: missing </nobr> before </table>
line 596 column 74 - Warning: <style> isn't allowed in <td> elements
line 596 column 9 - Info: <td> previously mentioned
line 611 column 9 - Warning: missing <tr>
line 629 column 13 - Warning: missing <tr>
line 630 column 27 - Warning: missing </nobr> before </table>
line 632 column 74 - Warning: <style> isn't allowed in <td> elements
line 632 column 9 - Info: <td> previously mentioned
line 643 column 9 - Warning: missing <tr>
line 661 column 13 - Warning: missing <tr>
line 662 column 27 - Warning: missing </nobr> before </table>
line 664 column 74 - Warning: <style> isn't allowed in <td> elements
line 664 column 9 - Info: <td> previously mentioned
line 673 column 9 - Warning: missing <tr>
line 691 column 13 - Warning: missing <tr>
line 692 column 27 - Warning: missing </nobr> before </table>
line 694 column 74 - Warning: <style> isn't allowed in <td> elements
line 694 column 9 - Info: <td> previously mentioned
line 699 column 9 - Warning: missing <tr>
line 717 column 13 - Warning: missing <tr>
line 718 column 27 - Warning: missing </nobr> before </table>
line 720 column 74 - Warning: <style> isn't allowed in <td> elements
line 720 column 9 - Info: <td> previously mentioned
line 726 column 35 - Warning: missing <tr>
line 726 column 96 - Warning: unescaped & or unknown entity "&page"
line 726 column 130 - Warning: unescaped & or unknown entity "&page"
line 726 column 166 - Warning: unescaped & or unknown entity "&page"
line 726 column 50 - Warning: missing </font> before </td>
line 726 column 201 - Warning: missing </font> before </table>
line 728 column 35 - Warning: missing <tr>
line 728 column 50 - Warning: missing </font> before </td>
line 728 column 136 - Warning: missing </font> before </table>
line 730 column 17 - Warning: discarding unexpected </textarea>
line 730 column 28 - Warning: discarding unexpected </form>
line 730 column 35 - Warning: discarding unexpected </embed>
line 730 column 43 - Warning: discarding unexpected </noembed>
line 730 column 53 - Warning: discarding unexpected </noscript>
line 730 column 64 - Warning: discarding unexpected </noembed>
line 730 column 74 - Warning: discarding unexpected </embed>
line 730 column 82 - Warning: discarding unexpected </table>
line 730 column 90 - Warning: discarding unexpected </table>
line 732 column 9 - Warning: missing </font> before <table>
line 744 column 25 - Warning: discarding unexpected </font>
line 753 column 58 - Warning: discarding unexpected </font>
line 731 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 160 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 14 - Warning: <img> lacks "alt" attribute
line 160 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 57 - Warning: <img> lacks "alt" attribute
line 160 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 100 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 1786 - Warning: <img> lacks "alt" attribute
line 179 column 1854 - Warning: <img> lacks "alt" attribute
line 181 column 2523 - Warning: <img> lacks "alt" attribute
line 181 column 2591 - Warning: <img> lacks "alt" attribute
line 188 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 188 column 14 - Warning: <img> lacks "alt" attribute
line 188 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 188 column 57 - Warning: <img> lacks "alt" attribute
line 188 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 188 column 100 - Warning: <img> lacks "alt" attribute
line 189 column 22 - Warning: <img> lacks "alt" attribute
line 189 column 63 - Warning: <img> lacks "alt" attribute
line 189 column 111 - Warning: <img> lacks "alt" attribute
line 189 column 161 - Warning: <img> lacks "alt" attribute
line 190 column 11 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 207 column 1622 - Warning: <table> anchor "usr_post" already defined
line 207 column 1786 - Warning: <img> lacks "alt" attribute
line 207 column 1854 - Warning: <img> lacks "alt" attribute
line 207 column 2054 - Warning: <img> lacks "alt" attribute
line 209 column 2376 - Warning: <img> lacks "alt" attribute
line 209 column 2444 - Warning: <img> lacks "alt" attribute
line 216 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 14 - Warning: <img> lacks "alt" attribute
line 216 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 57 - Warning: <img> lacks "alt" attribute
line 216 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 100 - Warning: <img> lacks "alt" attribute
line 217 column 22 - Warning: <img> lacks "alt" attribute
line 217 column 63 - Warning: <img> lacks "alt" attribute
line 217 column 111 - Warning: <img> lacks "alt" attribute
line 217 column 161 - Warning: <img> lacks "alt" attribute
line 218 column 11 - Warning: <img> lacks "alt" attribute
line 228 column 15 - Warning: <img> lacks "alt" attribute
line 235 column 1622 - Warning: <table> anchor "usr_post" already defined
line 235 column 1786 - Warning: <img> lacks "alt" attribute
line 235 column 1854 - Warning: <img> lacks "alt" attribute
line 241 column 2809 - Warning: <img> lacks "alt" attribute
line 241 column 2877 - Warning: <img> lacks "alt" attribute
line 248 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 248 column 14 - Warning: <img> lacks "alt" attribute
line 248 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 248 column 57 - Warning: <img> lacks "alt" attribute
line 248 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 248 column 100 - Warning: <img> lacks "alt" attribute
line 249 column 22 - Warning: <img> lacks "alt" attribute
line 249 column 63 - Warning: <img> lacks "alt" attribute
line 249 column 111 - Warning: <img> lacks "alt" attribute
line 249 column 161 - Warning: <img> lacks "alt" attribute
line 250 column 11 - Warning: <img> lacks "alt" attribute
line 260 column 15 - Warning: <img> lacks "alt" attribute
line 264 column 199 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 267 column 1622 - Warning: <table> anchor "usr_post" already defined
line 267 column 1786 - Warning: <img> lacks "alt" attribute
line 267 column 1854 - Warning: <img> lacks "alt" attribute
line 271 column 2807 - Warning: <img> lacks "alt" attribute
line 271 column 2875 - Warning: <img> lacks "alt" attribute
line 278 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 278 column 14 - Warning: <img> lacks "alt" attribute
line 278 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 278 column 57 - Warning: <img> lacks "alt" attribute
line 278 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 278 column 100 - Warning: <img> lacks "alt" attribute
line 279 column 22 - Warning: <img> lacks "alt" attribute
line 279 column 63 - Warning: <img> lacks "alt" attribute
line 279 column 111 - Warning: <img> lacks "alt" attribute
line 279 column 161 - Warning: <img> lacks "alt" attribute
line 280 column 11 - Warning: <img> lacks "alt" attribute
line 290 column 15 - Warning: <img> lacks "alt" attribute
line 294 column 159 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 297 column 1622 - Warning: <table> anchor "usr_post" already defined
line 297 column 1786 - Warning: <img> lacks "alt" attribute
line 297 column 1854 - Warning: <img> lacks "alt" attribute
line 305 column 3163 - Warning: <img> lacks "alt" attribute
line 305 column 3231 - Warning: <img> lacks "alt" attribute
line 312 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 312 column 14 - Warning: <img> lacks "alt" attribute
line 312 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 312 column 57 - Warning: <img> lacks "alt" attribute
line 312 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 312 column 100 - Warning: <img> lacks "alt" attribute
line 313 column 22 - Warning: <img> lacks "alt" attribute
line 313 column 63 - Warning: <img> lacks "alt" attribute
line 313 column 111 - Warning: <img> lacks "alt" attribute
line 313 column 161 - Warning: <img> lacks "alt" attribute
line 314 column 11 - Warning: <img> lacks "alt" attribute
line 324 column 15 - Warning: <img> lacks "alt" attribute
line 331 column 1622 - Warning: <table> anchor "usr_post" already defined
line 331 column 1786 - Warning: <img> lacks "alt" attribute
line 331 column 1854 - Warning: <img> lacks "alt" attribute
line 333 column 2583 - Warning: <img> lacks "alt" attribute
line 333 column 2651 - Warning: <img> lacks "alt" attribute
line 340 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 340 column 14 - Warning: <img> lacks "alt" attribute
line 340 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 340 column 57 - Warning: <img> lacks "alt" attribute
line 340 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 340 column 100 - Warning: <img> lacks "alt" attribute
line 341 column 22 - Warning: <img> lacks "alt" attribute
line 341 column 63 - Warning: <img> lacks "alt" attribute
line 341 column 111 - Warning: <img> lacks "alt" attribute
line 341 column 161 - Warning: <img> lacks "alt" attribute
line 342 column 11 - Warning: <img> lacks "alt" attribute
line 352 column 15 - Warning: <img> lacks "alt" attribute
line 359 column 1622 - Warning: <table> anchor "usr_post" already defined
line 359 column 1786 - Warning: <img> lacks "alt" attribute
line 359 column 1854 - Warning: <img> lacks "alt" attribute
line 359 column 2470 - Warning: <img> lacks "alt" attribute
line 359 column 2538 - Warning: <img> lacks "alt" attribute
line 366 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 366 column 14 - Warning: <img> lacks "alt" attribute
line 366 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 366 column 57 - Warning: <img> lacks "alt" attribute
line 366 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 366 column 100 - Warning: <img> lacks "alt" attribute
line 367 column 22 - Warning: <img> lacks "alt" attribute
line 367 column 63 - Warning: <img> lacks "alt" attribute
line 367 column 111 - Warning: <img> lacks "alt" attribute
line 367 column 161 - Warning: <img> lacks "alt" attribute
line 368 column 11 - Warning: <img> lacks "alt" attribute
line 378 column 15 - Warning: <img> lacks "alt" attribute
line 385 column 1622 - Warning: <table> anchor "usr_post" already defined
line 385 column 1786 - Warning: <img> lacks "alt" attribute
line 385 column 1854 - Warning: <img> lacks "alt" attribute
line 389 column 2832 - Warning: <img> lacks "alt" attribute
line 389 column 2900 - Warning: <img> lacks "alt" attribute
line 396 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 14 - Warning: <img> lacks "alt" attribute
line 396 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 57 - Warning: <img> lacks "alt" attribute
line 396 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 100 - Warning: <img> lacks "alt" attribute
line 397 column 22 - Warning: <img> lacks "alt" attribute
line 397 column 63 - Warning: <img> lacks "alt" attribute
line 397 column 111 - Warning: <img> lacks "alt" attribute
line 397 column 161 - Warning: <img> lacks "alt" attribute
line 398 column 11 - Warning: <img> lacks "alt" attribute
line 408 column 15 - Warning: <img> lacks "alt" attribute
line 415 column 1622 - Warning: <table> anchor "usr_post" already defined
line 415 column 1786 - Warning: <img> lacks "alt" attribute
line 415 column 1854 - Warning: <img> lacks "alt" attribute
line 415 column 2335 - Warning: <img> lacks "alt" attribute
line 415 column 2403 - Warning: <img> lacks "alt" attribute
line 426 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 426 column 14 - Warning: <img> lacks "alt" attribute
line 426 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 426 column 57 - Warning: <img> lacks "alt" attribute
line 426 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 426 column 100 - Warning: <img> lacks "alt" attribute
line 427 column 22 - Warning: <img> lacks "alt" attribute
line 427 column 63 - Warning: <img> lacks "alt" attribute
line 427 column 111 - Warning: <img> lacks "alt" attribute
line 427 column 161 - Warning: <img> lacks "alt" attribute
line 428 column 11 - Warning: <img> lacks "alt" attribute
line 438 column 15 - Warning: <img> lacks "alt" attribute
line 445 column 1622 - Warning: <table> anchor "usr_post" already defined
line 445 column 1786 - Warning: <img> lacks "alt" attribute
line 445 column 1854 - Warning: <img> lacks "alt" attribute
line 455 column 4661 - Warning: <img> lacks "alt" attribute
line 455 column 4729 - Warning: <img> lacks "alt" attribute
line 462 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 462 column 14 - Warning: <img> lacks "alt" attribute
line 462 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 462 column 57 - Warning: <img> lacks "alt" attribute
line 462 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 462 column 100 - Warning: <img> lacks "alt" attribute
line 463 column 22 - Warning: <img> lacks "alt" attribute
line 463 column 63 - Warning: <img> lacks "alt" attribute
line 463 column 111 - Warning: <img> lacks "alt" attribute
line 463 column 161 - Warning: <img> lacks "alt" attribute
line 464 column 11 - Warning: <img> lacks "alt" attribute
line 474 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 1622 - Warning: <table> anchor "usr_post" already defined
line 481 column 1786 - Warning: <img> lacks "alt" attribute
line 481 column 1854 - Warning: <img> lacks "alt" attribute
line 486 column 3161 - Warning: <img> lacks "alt" attribute
line 486 column 3229 - Warning: <img> lacks "alt" attribute
line 493 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 493 column 14 - Warning: <img> lacks "alt" attribute
line 493 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 493 column 57 - Warning: <img> lacks "alt" attribute
line 493 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 493 column 100 - Warning: <img> lacks "alt" attribute
line 494 column 22 - Warning: <img> lacks "alt" attribute
line 494 column 63 - Warning: <img> lacks "alt" attribute
line 494 column 111 - Warning: <img> lacks "alt" attribute
line 494 column 161 - Warning: <img> lacks "alt" attribute
line 495 column 11 - Warning: <img> lacks "alt" attribute
line 505 column 15 - Warning: <img> lacks "alt" attribute
line 512 column 1622 - Warning: <table> anchor "usr_post" already defined
line 512 column 1786 - Warning: <img> lacks "alt" attribute
line 512 column 1854 - Warning: <img> lacks "alt" attribute
line 514 column 2414 - Warning: <img> lacks "alt" attribute
line 514 column 2482 - Warning: <img> lacks "alt" attribute
line 521 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 521 column 14 - Warning: <img> lacks "alt" attribute
line 521 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 521 column 57 - Warning: <img> lacks "alt" attribute
line 521 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 521 column 100 - Warning: <img> lacks "alt" attribute
line 522 column 22 - Warning: <img> lacks "alt" attribute
line 522 column 63 - Warning: <img> lacks "alt" attribute
line 522 column 111 - Warning: <img> lacks "alt" attribute
line 522 column 161 - Warning: <img> lacks "alt" attribute
line 523 column 11 - Warning: <img> lacks "alt" attribute
line 533 column 15 - Warning: <img> lacks "alt" attribute
line 540 column 1622 - Warning: <table> anchor "usr_post" already defined
line 540 column 1786 - Warning: <img> lacks "alt" attribute
line 540 column 1854 - Warning: <img> lacks "alt" attribute
line 542 column 2399 - Warning: <img> lacks "alt" attribute
line 542 column 2467 - Warning: <img> lacks "alt" attribute
line 549 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 549 column 14 - Warning: <img> lacks "alt" attribute
line 549 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 549 column 57 - Warning: <img> lacks "alt" attribute
line 549 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 549 column 100 - Warning: <img> lacks "alt" attribute
line 550 column 22 - Warning: <img> lacks "alt" attribute
line 550 column 63 - Warning: <img> lacks "alt" attribute
line 550 column 111 - Warning: <img> lacks "alt" attribute
line 550 column 161 - Warning: <img> lacks "alt" attribute
line 551 column 11 - Warning: <img> lacks "alt" attribute
line 561 column 15 - Warning: <img> lacks "alt" attribute
line 565 column 178 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 568 column 1622 - Warning: <table> anchor "usr_post" already defined
line 568 column 1786 - Warning: <img> lacks "alt" attribute
line 568 column 1854 - Warning: <img> lacks "alt" attribute
line 570 column 2362 - Warning: <a> escaping malformed URI reference
line 570 column 2757 - Warning: <img> lacks "alt" attribute
line 570 column 2825 - Warning: <img> lacks "alt" attribute
line 577 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 577 column 14 - Warning: <img> lacks "alt" attribute
line 577 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 577 column 57 - Warning: <img> lacks "alt" attribute
line 577 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 577 column 100 - Warning: <img> lacks "alt" attribute
line 578 column 22 - Warning: <img> lacks "alt" attribute
line 578 column 63 - Warning: <img> lacks "alt" attribute
line 578 column 111 - Warning: <img> lacks "alt" attribute
line 578 column 161 - Warning: <img> lacks "alt" attribute
line 579 column 11 - Warning: <img> lacks "alt" attribute
line 589 column 15 - Warning: <img> lacks "alt" attribute
line 596 column 1622 - Warning: <table> anchor "usr_post" already defined
line 596 column 1786 - Warning: <img> lacks "alt" attribute
line 596 column 1854 - Warning: <img> lacks "alt" attribute
line 606 column 2969 - Warning: <img> lacks "alt" attribute
line 606 column 3037 - Warning: <img> lacks "alt" attribute
line 613 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 613 column 14 - Warning: <img> lacks "alt" attribute
line 613 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 613 column 57 - Warning: <img> lacks "alt" attribute
line 613 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 613 column 100 - Warning: <img> lacks "alt" attribute
line 614 column 22 - Warning: <img> lacks "alt" attribute
line 614 column 63 - Warning: <img> lacks "alt" attribute
line 614 column 111 - Warning: <img> lacks "alt" attribute
line 614 column 161 - Warning: <img> lacks "alt" attribute
line 615 column 11 - Warning: <img> lacks "alt" attribute
line 625 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 1622 - Warning: <table> anchor "usr_post" already defined
line 632 column 1786 - Warning: <img> lacks "alt" attribute
line 632 column 1854 - Warning: <img> lacks "alt" attribute
line 632 column 2128 - Warning: <img> lacks "alt" attribute
line 638 column 3081 - Warning: <img> lacks "alt" attribute
line 638 column 3149 - Warning: <img> lacks "alt" attribute
line 645 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 645 column 14 - Warning: <img> lacks "alt" attribute
line 645 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 645 column 57 - Warning: <img> lacks "alt" attribute
line 645 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 645 column 100 - Warning: <img> lacks "alt" attribute
line 646 column 22 - Warning: <img> lacks "alt" attribute
line 646 column 63 - Warning: <img> lacks "alt" attribute
line 646 column 111 - Warning: <img> lacks "alt" attribute
line 646 column 161 - Warning: <img> lacks "alt" attribute
line 647 column 11 - Warning: <img> lacks "alt" attribute
line 657 column 15 - Warning: <img> lacks "alt" attribute
line 664 column 1622 - Warning: <table> anchor "usr_post" already defined
line 664 column 1786 - Warning: <img> lacks "alt" attribute
line 664 column 1854 - Warning: <img> lacks "alt" attribute
line 668 column 2586 - Warning: <img> lacks "alt" attribute
line 668 column 2654 - Warning: <img> lacks "alt" attribute
line 675 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 675 column 14 - Warning: <img> lacks "alt" attribute
line 675 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 675 column 57 - Warning: <img> lacks "alt" attribute
line 675 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 675 column 100 - Warning: <img> lacks "alt" attribute
line 676 column 22 - Warning: <img> lacks "alt" attribute
line 676 column 63 - Warning: <img> lacks "alt" attribute
line 676 column 111 - Warning: <img> lacks "alt" attribute
line 676 column 161 - Warning: <img> lacks "alt" attribute
line 677 column 11 - Warning: <img> lacks "alt" attribute
line 687 column 15 - Warning: <img> lacks "alt" attribute
line 694 column 1622 - Warning: <table> anchor "usr_post" already defined
line 694 column 1786 - Warning: <img> lacks "alt" attribute
line 694 column 1854 - Warning: <img> lacks "alt" attribute
line 694 column 2481 - Warning: <img> lacks "alt" attribute
line 694 column 2549 - Warning: <img> lacks "alt" attribute
line 701 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 701 column 14 - Warning: <img> lacks "alt" attribute
line 701 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 701 column 57 - Warning: <img> lacks "alt" attribute
line 701 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 701 column 100 - Warning: <img> lacks "alt" attribute
line 702 column 22 - Warning: <img> lacks "alt" attribute
line 702 column 63 - Warning: <img> lacks "alt" attribute
line 702 column 111 - Warning: <img> lacks "alt" attribute
line 702 column 161 - Warning: <img> lacks "alt" attribute
line 703 column 11 - Warning: <img> lacks "alt" attribute
line 713 column 15 - Warning: <img> lacks "alt" attribute
line 720 column 1536 - Warning: <table> anchor "usr_post" already defined
line 720 column 1700 - Warning: <img> lacks "alt" attribute
line 720 column 1768 - Warning: <img> lacks "alt" attribute
line 720 column 2272 - Warning: <img> lacks "alt" attribute
line 720 column 2340 - Warning: <img> lacks "alt" attribute
line 738 column 25 - Warning: <img> lacks "alt" attribute
line 743 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 136 - Warning: trimming empty <font>
line 149 column 201 - Warning: trimming empty <font>
line 726 column 201 - Warning: trimming empty <font>
line 728 column 136 - 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 177 column 27 - Warning: <nobr> is not approved by W3C
line 205 column 27 - Warning: <nobr> is not approved by W3C
line 233 column 27 - Warning: <nobr> is not approved by W3C
line 265 column 27 - Warning: <nobr> is not approved by W3C
line 295 column 27 - Warning: <nobr> is not approved by W3C
line 329 column 27 - Warning: <nobr> is not approved by W3C
line 357 column 27 - Warning: <nobr> is not approved by W3C
line 383 column 27 - Warning: <nobr> is not approved by W3C
line 413 column 27 - Warning: <nobr> is not approved by W3C
line 443 column 27 - Warning: <nobr> is not approved by W3C
line 479 column 27 - Warning: <nobr> is not approved by W3C
line 510 column 27 - Warning: <nobr> is not approved by W3C
line 538 column 27 - Warning: <nobr> is not approved by W3C
line 566 column 27 - Warning: <nobr> is not approved by W3C
line 594 column 27 - Warning: <nobr> is not approved by W3C
line 630 column 27 - Warning: <nobr> is not approved by W3C
line 662 column 27 - Warning: <nobr> is not approved by W3C
line 692 column 27 - Warning: <nobr> is not approved by W3C
line 718 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 477 warnings and 0 errors!


URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI on your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html

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