Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lunar Fire

Pages: 1 2 3 [4] 5 6 7
46
TI Calculators / Is it possible to run a TI-84+ OS on a TI-84+CSE?
« on: January 16, 2014, 12:49:27 pm »
This looks to me like a "Mac is better than PC" argument, which is not contributing to the topic at all. Thing is we are talking about hardware specs and not software. You can have a 64-bit Windows 8 running in a 32-bit Windows 2000 environment, as long as your computer supports Intel VT-x, which it will support if it is fairly recent.

And even in terms of hardware it is not as simple. You CAN have a virtual machine with more disk space and RAM than the host. Of course you have to swap part of the memory to the hard drive (Swap file) and you need to use a non-preallocated disk space, but it is possible. However this comes at the expense of execution speed.

But as a rule of thumb, yes, your host your should have better hardware specs than your guest.

(This being said, I am going to install Win2k on a computer and install Win8 with more RAM and Disk Space than the host, just to see the drop in performance this would do)

47
Miscellaneous / Re: porting old prgms
« on: January 16, 2014, 12:38:48 pm »
the Arse Parser threads.
*.*
Heresy! :P

Oopsies, fixed. Also fixed the TI-84 reference.

48
Miscellaneous / Re: Random YouTube Videos
« on: January 16, 2014, 12:19:48 am »
https://www.destroyallsoftware.com/talks/wat
(Video on page does not work. Click the download link at the bottom of the page and watch it in your favorite media player)

This is the result of all of those developers trying to reach the [xkcd=323]Ballmer Peak[/xkcd].

49
WabbitStudio Software Suite / Re: Wabbitemu Android Beta
« on: January 15, 2014, 10:57:30 pm »
I downloaded this and I will try it in the next couple of days, telling you if I encounter any bugs or inconsistencies.

50
Miscellaneous / Re: porting old prgms
« on: January 15, 2014, 10:04:00 pm »
It is not easy to port game to the TI-84+CSE. First, because programs on the TI-84 are not optimized for this model. Second, because the CSE is not graphically optimal.

The CSE has too few RAM and CPU speed to run smooth games like the non-CSE model did. It is a limitation because even if the programmers keep the sprites in B/W, the CSE still has to render them like color sprites, therefore making games slower than they could run on their original hardware.

That limits the applications that can be ported to the CSE for now. It is not impossible for TI to release a better CSE in the future, but for now games like Portal Prelude or F-Zero probably won't be ported.

As for how to port games, it is the process of re-writing the source code with the new hardware in mind. Luckily, the B/W and CSE models use the same processor architecture (no need to use a new ASM language), but a few things might have changed, like the location of interrupts, system calls and most obvious of all, display functions.

In this perspective, I wonder if a how-to guide for porting game from the B/W models to the CSE is possible. A reference document where the changes between these and how they affect the code are documented. Maybe a post here on Omni like the Axe Parser threads.

51
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: January 15, 2014, 09:01:26 pm »
The free 000webhost limits the number of requests you can receive before temporarily blocking your web site. In other words, if you get too much traffic they temporarily disable you.

I don't know if it's a tactic to prioritize paying customers, or just one to make you switch to paid hosting, but either way you can't expect a free web host to give you that much bandwith, disk space and cpu usage for free.

Deep Thought, you might have to paid hosting, or use a second web host to cool off a bit of the traffic from 000. Or leave it as is, it's your choice after all.

52
Miscellaneous / Re: My Little Pony: Friendship is Magic
« on: January 15, 2014, 07:27:51 pm »
I don't know, it have a weird feeling about this. Sure, I like both MLP and Weird Al, but WA looks like a bad OC (and we already had Sparkly Fedora in Rarity Takes Manehatten) and it looks to me like 2 styles that will clash, even if both are known to be light-hearted and comedic.

But ultimately I have not seen the episode, and we had way more serious threats in the past that turned out to be fine (EQG anyone?)

53
Web Programming and Design / Re: What if YouTube worked on the 83+?
« on: January 15, 2014, 04:08:31 pm »
FF support definitely broken.

Yup, here is a dump of the errors I get in Firefox

Code: [Select]
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 21, Column: 1
Source Code:
 // let's support old browsers!
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Found unclosed string ''s support old browsers!'.  Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 21, Column: 7
Source Code:
 // let's support old browsers!
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 23, Column: 38
Source Code:
 image-rendering: -moz-crisp-edges;   // FF 6.0+
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 24, Column: 45
Source Code:
 image-rendering: -webkit-optimize-contrast; // Webkit
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 26, Column: 36
Source Code:
 image-rendering: -o-crisp-edges;   // OS X & Windows Opera (12.02+)
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 27, Column: 39
Source Code:
 image-rendering: optimize-contrast;   // Possible future browsers.
 
Timestamp: 15/01/2014 4:01:33 PM
Warning: Expected declaration but found '/'.  Skipped to next declaration.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 28, Column: 43
Source Code:
 -ms-interpolation-mode: nearest-neighbor; // IE
 
Timestamp: 15/01/2014 4:01:33 PM
Error: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:40 PM
Warning: HTTP "Content-Type" of "text/html" is not supported. Load of media resource http://juju2143.ca/lua/p?f=http%3A%2F%2Fr2---sn-xjpm-q0nl.googlevideo.com%2Fvideoplayback%3Fmt%3D1389819631%26ipbits%3D0%26sver%3D3%26id%3Da078394896111c0d%26expire%3D1389843946%26ratebypass%3Dyes%26itag%3D43%26ms%3Dau%26fexp%3D906094%252C938630%252C936910%252C936913%252C907231%252C907240%252C921090%26ip%3D134.0.27.190%26mv%3Du%26sparams%3Did%252Cip%252Cipbits%252Citag%252Cratebypass%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3D8xPehV575Mw%26key%3Dyt5%26signature%3D54D31C2AB7AA9F284AF33929D1D20DDBD6FD7C6D.23AA115DCDCAC1DD681105D27B13DCC67848B956 failed.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:42 PM
Warning: HTTP "Content-Type" of "text/html" is not supported. Load of media resource http://juju2143.ca/lua/p?f=http%3A%2F%2Fr2---sn-xjpm-q0nl.googlevideo.com%2Fvideoplayback%3Fmt%3D1389819631%26ipbits%3D0%26sver%3D3%26id%3Da078394896111c0d%26expire%3D1389843946%26ratebypass%3Dyes%26itag%3D18%26ms%3Dau%26fexp%3D906094%252C938630%252C936910%252C936913%252C907231%252C907240%252C921090%26ip%3D134.0.27.190%26mv%3Du%26sparams%3Did%252Cip%252Cipbits%252Citag%252Cratebypass%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3D8xPehV575Mw%26key%3Dyt5%26signature%3DD14F078D6FD37A386D99C02B09E75E02754A679B.4F9EBD77909AD269210A5819F55804342CE7D591 failed.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:42 PM
Warning: Specified "type" attribute of "video/x-flv" is not supported. Load of media resource http://juju2143.ca/lua/p?f=http%3A%2F%2Fr2---sn-xjpm-q0nl.googlevideo.com%2Fvideoplayback%3Fmt%3D1389819631%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Da078394896111c0d%26expire%3D1389843946%26itag%3D5%26burst%3D40%26algorithm%3Dthrottle-factor%26fexp%3D906094%252C938630%252C936910%252C936913%252C907231%252C907240%252C921090%26ip%3D134.0.27.190%26mv%3Du%26sparams%3Dalgorithm%252Cburst%252Cfactor%252Cid%252Cip%252Cipbits%252Citag%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3D8xPehV575Mw%26factor%3D1.25%26key%3Dyt5%26signature%3DF50C526593A1A126E32B9BBB726161ED69D58D51.7677C2ADA52C00509BA9B2E5F772007447014F23 failed.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:42 PM
Warning: Specified "type" attribute of "video/3gpp" is not supported. Load of media resource http://juju2143.ca/lua/p?f=http%3A%2F%2Fr2---sn-xjpm-q0nl.googlevideo.com%2Fvideoplayback%3Fmt%3D1389819631%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Da078394896111c0d%26expire%3D1389843946%26itag%3D36%26burst%3D40%26algorithm%3Dthrottle-factor%26fexp%3D906094%252C938630%252C936910%252C936913%252C907231%252C907240%252C921090%26ip%3D134.0.27.190%26mv%3Du%26sparams%3Dalgorithm%252Cburst%252Cfactor%252Cid%252Cip%252Cipbits%252Citag%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3D8xPehV575Mw%26factor%3D1.25%26key%3Dyt5%26signature%3DAD1B0C8050A96379D5A840BAFECF7AF914C71390.7CEE0433EBF3339D0AA7A7490DE98A73E3F29BEB failed.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:42 PM
Warning: Specified "type" attribute of "video/3gpp" is not supported. Load of media resource http://juju2143.ca/lua/p?f=http%3A%2F%2Fr2---sn-xjpm-q0nl.googlevideo.com%2Fvideoplayback%3Fmt%3D1389819631%26ipbits%3D0%26ms%3Dau%26sver%3D3%26id%3Da078394896111c0d%26expire%3D1389843946%26itag%3D17%26burst%3D40%26algorithm%3Dthrottle-factor%26fexp%3D906094%252C938630%252C936910%252C936913%252C907231%252C907240%252C921090%26ip%3D134.0.27.190%26mv%3Du%26sparams%3Dalgorithm%252Cburst%252Cfactor%252Cid%252Cip%252Cipbits%252Citag%252Csource%252Cupn%252Cexpire%26source%3Dyoutube%26upn%3D8xPehV575Mw%26factor%3D1.25%26key%3Dyt5%26signature%3DE48010B3E52A14F22C675499930E6E1F2663249A.18F32DCBBED9FD91ECDBF5820D6291682D14138A failed.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Timestamp: 15/01/2014 4:01:42 PM
Warning: All candidate resources failed to load. Media load paused.
Source File: http://juju2143.ca/youtube64p?v=oHg5SJYRHA0&g=1
Line: 0

Have fun!

54
Humour and Jokes / Re: Ask blog on crappy technical support
« on: January 14, 2014, 09:03:25 pm »
I also have lots of stories about stupid customers. I intend to post a few of them (on behalf of NewLunarFire however) if I get low on questions to answer, to keep the blog from sinking.

55
Humour and Jokes / Re: Ask blog on crappy technical support
« on: January 14, 2014, 08:42:47 pm »
I have had a few incidents with Bell that will be told as answers on this blog. The reason I chose this format is that it will anonymously protect the people with whom I had those incidents over the years.

56
Humour and Jokes / Ask blog on crappy technical support
« on: January 14, 2014, 08:17:26 pm »
This shouldn't be a good idea since it came out of the mind of a drunk Lunar Fire, but I still went through with it. I started a new satirical ask blog on Tumblr that will be about bad tech support. I called it simply Ask a Shitty Support Technician (http://ask-shitty-technician.tumblr.com/)

The basic idea is that you send your technology related questions or issues through the ask box (I got a virus, my hard drive is full, etc.) and I will answer the most bs thing I can think of. And I have seen some pretty f'd-up things in my time as a technical analyst. Maybe not as much as some who made a career out of it, but those guys didn't have the idea to start an ask blog on it.

So I thought that you Omnimagians, who are technology-inclined people, would have lots of ideas of things to ask me on this tumblr. So go ahead, do it. You don't even need a Tumblr account to ask, you can do it anonymously. Or post it in this topic and I will send it anonymously to my own ask blog (and maybe even answer it).

And I want to know what you think of think of this crazy idea straight out of my mind. Do you think it should have stayed in my mind, or are you happy that I decided to go through with it?

Also, I'm open to any suggestions to improve on this idea, so do not hesitate to post them here.

P.S. Does posting this here add up to my post counter? It would feel wrong for me to increment my post counter with self-promotion.

57
Humour and Jokes / Re: black ice+me=major hate
« on: January 13, 2014, 07:20:17 pm »
I thought you were talking of dry ice for a minute, and understood the major hate. Than I remembered what black ice was, and now I understand you major hate even deeper.

Try getting from the grocery store to my place with 3 bags of food on ice all the way. That is probably the shittiest thing I've ever done.

58
Miscellaneous / Re: My Little Pony: Friendship is Magic
« on: January 12, 2014, 05:13:43 pm »
let's date Rainbow Dash
http://www.philome.la/nomdepony/iwtcird/play

I got to the good ending, but that thing sure was, hum... weird.

Quote
You did it. You came inside Rainbow Dash.
Wut O.O

59
Humour and Jokes / Re: Weird/funny pictures thread
« on: January 12, 2014, 05:02:41 pm »
I do confirm that Canada is like a huge skating rink, in that it is a huge skating rink. Ever wondered why we have the best hockey players in the world?

60
Site Feedback and Questions / Re: Cookie Pickup Bug?
« on: January 12, 2014, 05:00:08 pm »
I think it depends on the type of redirection you do with the www and non-www subdomain. If you make both of them point to the same IP and nameservers your browser will not see the difference between www and non-www, just like I did on my domain. For example, you can access the BrainPuff interpreter by entering either http://www.lunarfire.info/brainpuff/ or http://lunarfire.info/brainpuff/. Both lead to the exact same page, but your browser will think those two adresses as being different. After all, I could make www.lunarfire.info point to www.omnimaga.org and lunarfire.info point to my webhost, and there would be no problem at all.

What you would need to do on Omnimaga is a either an HTTP or HTML redirection. The first works by adding a redirection header to replies on requests sent to the non-www domain, and the second would be to add a meta redirection tag in the code of the non-www subdomain. I personally recommend HTTP redirections, as the redirection will be un-noticeable to visitors (versus the HTML redirection where you would see it a second or two).

Pages: 1 2 3 [4] 5 6 7