Register - Login
Views: 99398489
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 03:02:36 PM
Jul - Posts by MathOnNapkins
Pages: 1 2
MathOnNapkins
Member
Level: 14


Posts: 21/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 07-23-09 09:43:16 PM, in Double-Sided USB drive Link
I'd hit it.

That's actually a pretty decent idea. Though I wonder what happens if you're in the middle of a read / write and you slide that button...

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 22/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 07-29-09 01:32:09 PM, in First USB 3.0 mobo on it's way Link
Originally posted by Nelrith
I personally can't even think of anything that I have that would even need anything faster than a USB 2.0!

Still, this might be worth looking in to.


USB devices rarely ever get close to the theoretical maximum speeds of the protocol / bus. This is in part due to the overhead involved in the protocol itself (error correction, latency in waiting for reponses), and can be due to the hardware on the device itself. For example, if the hardware has to send lots of data but the amount it can send per packet is small, say, 64 bytes or something. Many USB devices have custom firmwares as well, which adds another layer of software to potentially slow things down. There's probably other reasons but I can't think of any at the moment...

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 23/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 08-10-09 09:43:43 PM, in Toad's Tool For Super Mario Sunshine? Link
Check back in 5 years or so.

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 24/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 08-13-09 08:40:31 PM, in Car Accident (last edited by MathOnNapkins at 08-13-09 05:41 PM) Link
Originally posted by Danielle
I'm glad he's okay. Roads like that are a nightmare. The same thing happened to my mom a few years ago, but the back of her car was absolutely devoured because the car that slammed into her was a big ass truck. Turn lanes should be a requirement, cuz there will always be dumbfuck drivers who don't pay attention.


Turn lanes are no cure for stupidity. They also give the idiot drivers more lanes to swerve across. I was coming up to a left turn arrow once and starting to slow down for a red light in that lane, when this moron who was two lanes over (far right) decided to cross two lanes of traffic into the far left turn lane suddenly. I ended up having to swerve into the oncoming lane to avoid a collision b/c his lane change was so sudden and his car was probably inches in front of mine by the time he made it into my lane. I ended up accelerating around him, the first person in line waiting for the left arrow to turn green, with him right behind me. I've never wanted to pummel a fellow motorist so badly as that day. The fucked up part is that if I had actually hit him, I probably would have been labeled as being at fault by the police or whoever b/c I would have rear ended him, unless there were some quality witnesses paying attention to what was going on.

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 25/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 08-14-09 09:28:44 PM, in Gum Link
Originally posted by Anya
Any remember Fruit Stripe gum?


I took a taxi a month or two ago and the cab driver had some Fruit Stripe gum. I didn't even know it still existed. I always thought it was kind of nasty, sort of like really bad Trix cereal in gum form.

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 26/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 08-31-09 08:05:46 PM, in Le pub français ! The French Pub! Link
Mystère et boule de gomme...

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
(post in restricted forum)
MathOnNapkins
Member
Level: 14


Posts: 28/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 10-07-10 05:37:27 PM, in Advent - Integrated SNES Debugger Plugin Link
(cross posted from RHDN)

Imporant: While it could be used by a novice SNES 65c816 hacker, this set of tools is primarily aimed at experienced users that are jaded with the SNES debugging status quo

Advent is a plugin for Notepad++ that bridges the gap between the textual aspect of coding assembly language for the SNES and actually running it in an emulator debugger. It is modeled to some extent after Visual Studio (and other similar graphical frontends to debuggers). Advent as a whole could be thought of as an entity depending upon three modules:


  • The Advent plugin DLL (authored by yours truly)

  • A special build of byuu's xkas version 0.06 (see http://byuu.org/programming/)

  • A special build of byuu's bsnes version 0.67 (the debugger build)



  • This is quite a specific set of tools, but nothing about this setup necessarily dictates that they be used. Notepad++ is Windows only but a comparable editor on Linux or Mac could have a similar plugin developed. Geiger's Debugger could be interfaced with this debugging protocol without too much fuss. Other assemblers could output the same debugger information. In fact the debug information format ought to be rewritten in the future to be more compact and contain more information, but that's getting ahead of ourselves.

    One thing I should note is that xkas v0.06 has macros and this presented a bit of a stumbling block for outputting debugging information. So stepping over / into a macro may make it seem like you've lost the current line marker, but it will reemerge after the end of the macro. Currently only the first instruction of a macro will register in the debug file.

    Download Link
    (contains a readme with instructions)
    http://math.arc-nova.org/Releases/Advent_v010.zip

    BSNES screenshots:
    early image showing remote breakpoint enable / disable
    current (tad ugly) image showing added stepping commands

    Notepad++ screenshots:
    early image using stock marker symbols
    later screenshot with custom marker symbols added
    current screenshot showing debugger commands

    Imporant: I'm not interested in any complaints about the current tools involved (see the arguments above for why it is irrelevant to complain about them)

    By complaints, I generally mean critiques along these lines, not actual bugs:
    Complaint: "bsnes is slow on my computer"
    My response: it's not perfect on my computer either

    Complaint: "Notepad++?!!! Why don't you use Notepad2 / Crimson Edit / TextPad / MaxiPad / Notepad Advent Children / etc?"
    My response: that's like, your opinion, man

    Complaint: "xkas v0.06 is discontinued"
    My response: yeah but a lot of people still use it b/c later versions, while having cleaner syntax, lack features that v0.06 had, and at least in my peer group v0.06 still seems to be widely used.

    Glad we got those out of the way. Hope at least someone has some fun with this.


    ____________________
    Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
MathOnNapkins
Member
Level: 14


Posts: 29/29
EXP: 11307
For next: 1764

Since: 12-17-07


Since last post: 11.5 years
Last activity: 10.7 years

Posted on 10-08-10 02:01:54 AM, in Advent - Integrated SNES Debugger Plugin Link
Now that you mention it, this would actually work a lot better for homebrew than for rom hacking, b/c with a homebrew you (almost certainly) have access to all the code being assembled.

____________________
Zelda 3 (ALTTP) Hacking Forum on Arc-Nova
Pages: 1 2
Jul - Posts by MathOnNapkins


Rusted Logic

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

31 database queries, 12 query cache hits.
Query execution time:  0.390233 seconds
Script execution time:  0.014069 seconds
Total render time:  0.404302 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 140 - 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 50 - Warning: missing </font> before </td>
line 149 column 132 - 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 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 214 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 216 column 9 - Warning: missing <tr>
line 234 column 13 - Warning: missing <tr>
line 240 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 242 column 9 - Warning: missing <tr>
line 260 column 13 - Warning: missing <tr>
line 268 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 270 column 9 - Warning: missing <tr>
line 288 column 13 - Warning: missing <tr>
line 296 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 298 column 9 - Warning: missing <tr>
line 316 column 13 - Warning: missing <tr>
line 321 column 15 - Warning: missing <tr>
line 321 column 15 - Warning: discarding unexpected <table>
line 322 column 41 - Warning: missing <td>
line 328 column 9 - Warning: missing <tr>
line 346 column 13 - Warning: missing <tr>
line 347 column 27 - Warning: missing </nobr> before </table>
line 355 column 711 - Error: <list> is not recognized!
line 355 column 711 - Warning: discarding unexpected <list>
line 356 column 721 - Warning: inserting implicit <ul>
line 357 column 1 - Warning: missing <li>
line 358 column 1 - Warning: missing <li>
line 359 column 1 - Warning: missing <li>
line 359 column 991 - Warning: discarding unexpected </list>
line 356 column 721 - Warning: missing </ul> before </td>
line 396 column 9 - Warning: missing <tr>
line 414 column 13 - Warning: missing <tr>
line 415 column 27 - Warning: missing </nobr> before </table>
line 423 column 35 - Warning: missing <tr>
line 423 column 95 - Warning: unescaped & or unknown entity "&page"
line 423 column 50 - Warning: missing </font> before </td>
line 423 column 132 - Warning: missing </font> before </table>
line 425 column 35 - Warning: missing <tr>
line 425 column 50 - Warning: missing </font> before </td>
line 425 column 140 - Warning: missing </font> before </table>
line 427 column 17 - Warning: discarding unexpected </textarea>
line 427 column 28 - Warning: discarding unexpected </form>
line 427 column 35 - Warning: discarding unexpected </embed>
line 427 column 43 - Warning: discarding unexpected </noembed>
line 427 column 53 - Warning: discarding unexpected </noscript>
line 427 column 64 - Warning: discarding unexpected </noembed>
line 427 column 74 - Warning: discarding unexpected </embed>
line 427 column 82 - Warning: discarding unexpected </table>
line 427 column 90 - Warning: discarding unexpected </table>
line 429 column 9 - Warning: missing </font> before <table>
line 441 column 25 - Warning: discarding unexpected </font>
line 450 column 58 - Warning: discarding unexpected </font>
line 428 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 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 172 column 15 - 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 112 - Warning: <img> lacks "alt" attribute
line 189 column 162 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 219 column 22 - Warning: <img> lacks "alt" attribute
line 219 column 63 - Warning: <img> lacks "alt" attribute
line 219 column 112 - Warning: <img> lacks "alt" attribute
line 219 column 162 - Warning: <img> lacks "alt" attribute
line 230 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 22 - Warning: <img> lacks "alt" attribute
line 245 column 63 - Warning: <img> lacks "alt" attribute
line 245 column 112 - Warning: <img> lacks "alt" attribute
line 245 column 162 - Warning: <img> lacks "alt" attribute
line 256 column 15 - Warning: <img> lacks "alt" attribute
line 263 column 465 - Warning: <img> proprietary attribute value "absmiddle"
line 263 column 465 - Warning: <img> lacks "alt" attribute
line 273 column 22 - Warning: <img> lacks "alt" attribute
line 273 column 63 - Warning: <img> lacks "alt" attribute
line 273 column 112 - Warning: <img> lacks "alt" attribute
line 273 column 162 - Warning: <img> lacks "alt" attribute
line 284 column 15 - Warning: <img> lacks "alt" attribute
line 301 column 22 - Warning: <img> lacks "alt" attribute
line 301 column 63 - Warning: <img> lacks "alt" attribute
line 301 column 112 - Warning: <img> lacks "alt" attribute
line 301 column 162 - Warning: <img> lacks "alt" attribute
line 312 column 15 - Warning: <img> lacks "alt" attribute
line 331 column 22 - Warning: <img> lacks "alt" attribute
line 331 column 63 - Warning: <img> lacks "alt" attribute
line 331 column 112 - Warning: <img> lacks "alt" attribute
line 331 column 162 - Warning: <img> lacks "alt" attribute
line 342 column 15 - Warning: <img> lacks "alt" attribute
line 399 column 22 - Warning: <img> lacks "alt" attribute
line 399 column 63 - Warning: <img> lacks "alt" attribute
line 399 column 112 - Warning: <img> lacks "alt" attribute
line 399 column 162 - Warning: <img> lacks "alt" attribute
line 410 column 15 - Warning: <img> lacks "alt" attribute
line 435 column 25 - Warning: <img> lacks "alt" attribute
line 440 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 140 - Warning: trimming empty <font>
line 149 column 132 - Warning: trimming empty <font>
line 423 column 132 - Warning: trimming empty <font>
line 425 column 140 - 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 235 column 27 - Warning: <nobr> is not approved by W3C
line 261 column 27 - Warning: <nobr> is not approved by W3C
line 289 column 27 - Warning: <nobr> is not approved by W3C
line 317 column 27 - Warning: <nobr> is not approved by W3C
line 347 column 27 - Warning: <nobr> is not approved by W3C
line 415 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 131 warnings and 1 error!

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