Forum comments in chronological order
Disclaimer: I am not responsible for what people (other than myself) write in the forums. Please report any abuse, such as insults, slander, spam and illegal material, and I will take appropriate actions. Don't feed the trolls.
Jag tar inget ansvar för det som skrivs i forumet, förutom mina egna inlägg. Vänligen rapportera alla inlägg som bryter mot reglerna, så ska jag se vad jag kan göra. Som regelbrott räknas till exempel förolämpningar, förtal, spam och olagligt material. Mata inte trålarna.
- Jun 2007
- Aug 2007
- Oct 2007
- Nov 2007
- Dec 2007
- Jan 2008
- Feb 2008
- Mar 2008
- Apr 2008
- May 2008
- Jun 2008
- Jul 2008
- Aug 2008
- Sep 2008
- Oct 2008
- Nov 2008
- Dec 2008
- Jan 2009
- Feb 2009
- Mar 2009
- Apr 2009
- May 2009
- Jun 2009
- Jul 2009
- Aug 2009
- Sep 2009
- Oct 2009
- Nov 2009
- Dec 2009
- Jan 2010
- Feb 2010
- Mar 2010
- Apr 2010
- May 2010
- Jun 2010
- Jul 2010
- Aug 2010
- Sep 2010
- Oct 2010
- Nov 2010
- Dec 2010
- Jan 2011
- Feb 2011
- Mar 2011
- Apr 2011
- May 2011
- Jun 2011
- Jul 2011
- Aug 2011
- Sep 2011
- Oct 2011
- Nov 2011
- Dec 2011
- Jan 2012
- Feb 2012
- Mar 2012
- Apr 2012
- May 2012
- Jun 2012
- Jul 2012
- Aug 2012
- Sep 2012
- Oct 2012
- Nov 2012
- Dec 2012
- Jan 2013
- Feb 2013
- Mar 2013
- Apr 2013
- May 2013
- Jun 2013
- Jul 2013
- Aug 2013
- Sep 2013
- Oct 2013
- Nov 2013
- Dec 2013
- Jan 2014
- Feb 2014
- Mar 2014
- Apr 2014
- May 2014
- Jun 2014
- Jul 2014
- Aug 2014
- Sep 2014
- Oct 2014
- Nov 2014
- Dec 2014
- Jan 2015
- Feb 2015
- Mar 2015
- Apr 2015
- May 2015
- Jun 2015
- Jul 2015
- Aug 2015
- Sep 2015
- Oct 2015
- Nov 2015
- Dec 2015
- Jan 2016
- Feb 2016
- Mar 2016
- Apr 2016
- May 2016
- Jun 2016
- Jul 2016
- Aug 2016
- Sep 2016
- Oct 2016
- Nov 2016
- Dec 2016
- Jan 2017
- Feb 2017
- Mar 2017
- Apr 2017
- May 2017
- Jun 2017
- Jul 2017
- Aug 2017
- Sep 2017
- Oct 2017
- Nov 2017
- Dec 2017
- Jan 2018
- Feb 2018
- Mar 2018
- Apr 2018
- May 2018
- Jun 2018
- Jul 2018
- Aug 2018
- Sep 2018
- Oct 2018
- Nov 2018
- Dec 2018
- Jan 2019
- Feb 2019
- Mar 2019
- Apr 2019
- May 2019
- Jun 2019
- Jul 2019
- Aug 2019
- Sep 2019
- Oct 2019
- Nov 2019
- Dec 2019
- Jan 2020
- Feb 2020
- Mar 2020
- Apr 2020
- May 2020
- Jun 2020
- Jul 2020
- Aug 2020
- Sep 2020
- Oct 2020
- Nov 2020
- Dec 2020
- Jan 2021
- Feb 2021
- Mar 2021
- Apr 2021
- May 2021
- Jun 2021
- Jul 2021
- Aug 2021
- Sep 2021
- Oct 2021
- Nov 2021
- Dec 2021
- Jan 2022
- Feb 2022
- Mar 2022
- Apr 2022
- May 2022
- Jun 2022
- Jul 2022
- Aug 2022
- Sep 2022
- Oct 2022
- Nov 2022
- Dec 2022
- Jan 2023
- Feb 2023
- Mar 2023
- Apr 2023
- May 2023
- Jun 2023
- Jul 2023
- Aug 2023
- Sep 2023
- Oct 2023
- Nov 2023
- Dec 2023
- Jan 2024
- Feb 2024
- Mar 2024
- Apr 2024
- May 2024
- Jun 2024
- Jul 2024
- Aug 2024
- Sep 2024
- Oct 2024
- Nov 2024
Jun 2012
Anonymous
Sat 2-Jun-2012 16:32
Sat 2-Jun-2012 16:32
Please sell this as a kit, or post the schematics this is a lovely invention
Anonymous
Mon 4-Jun-2012 17:14
Mon 4-Jun-2012 17:14
Wow, splendid work LFT!
However, I'm trying to relocate a song from $1000 to $c000. It's only like 9 pages but the tool bugs out on me:
sidreloc -p c0 -v tune_at_1000.sid tune_at_c000.sid
blablabla, $1000-$190b, 1 subtunes
Relocating from $1000-$59ff to $c000-$09ff
sidreloc: Neither the source nor the destination relocation range may overlap with the zero-page.
In the source I spotted the snippet below, but I don't get why you always add 64 pages. Some kind of safety zone?
for(i = 0; i < 64 && reloc_end != 0xcfff && reloc_end != 0xffff; i++) {
reloc_end += 0x100;
}
Regards
P-a Bäckström
However, I'm trying to relocate a song from $1000 to $c000. It's only like 9 pages but the tool bugs out on me:
sidreloc -p c0 -v tune_at_1000.sid tune_at_c000.sid
blablabla, $1000-$190b, 1 subtunes
Relocating from $1000-$59ff to $c000-$09ff
sidreloc: Neither the source nor the destination relocation range may overlap with the zero-page.
In the source I spotted the snippet below, but I don't get why you always add 64 pages. Some kind of safety zone?
for(i = 0; i < 64 && reloc_end != 0xcfff && reloc_end != 0xffff; i++) {
reloc_end += 0x100;
}
Regards
P-a Bäckström
whizziwig
David Blackman
Mon 4-Jun-2012 17:16
David Blackman
Mon 4-Jun-2012 17:16
Can you explain why sometimes my terminal gets diseased, and the line I'm typing overwrites itself, or the cursor is in the wrong place, or similar symptoms? is there a way to fix it?
Anonymous
Mon 4-Jun-2012 17:17
Mon 4-Jun-2012 17:17
I should add that it works as intended if I specify the range with the -r option.'
More regards
P-a Bäckström
More regards
P-a Bäckström
Anonymous
Mon 4-Jun-2012 19:11
Mon 4-Jun-2012 19:11
Love the article, but I did have a comment -- namely that I wouldn't describe the DEC VT100 as solid state because of its CRT. Again, though, the article is great! Thanks!
Anonymous
Mon 4-Jun-2012 20:32
Mon 4-Jun-2012 20:32
This is mind-boggling. Very nice work indeed!
Posted by @aruslan
Posted by @aruslan
Anonymous
Mon 4-Jun-2012 20:51
Mon 4-Jun-2012 20:51
WANNTT!!!!!
Anonymous
Mon 4-Jun-2012 22:25
Mon 4-Jun-2012 22:25
with unlimited memory, infinite computers, within one another, could occur.
Each nested computer uses more resources to perform the same work as the outer computer. Contrary to the implication of unlimited memory, you will eventually be constrained to the pointer where you will have insufficient memory to nest further.
Anonymous
Mon 4-Jun-2012 22:44
Mon 4-Jun-2012 22:44
So you used some hundred million REAL transistors to build a handful of virtual ones? :)
A case against syntax highlighting
Anonymous
Tue 5-Jun-2012 05:02
Tue 5-Jun-2012 05:02
In "C", highlighting the braces {} can help when you are looking at someone elses code. Depending on what I'm doing, it would be nice to have some buttons on the editor to quickly enable/disable highlighting various things. I sure wouldn't want everything thing possible turned on and have a rainbow of colors...because it would makes things far worse!!!
Anonymous
Tue 5-Jun-2012 05:07
Tue 5-Jun-2012 05:07
Does the input of your microcontroller have a Schmitt Trigger?
Anonymous
Tue 5-Jun-2012 07:20
Tue 5-Jun-2012 07:20
Absolutely terrific!
A case against syntax highlighting
Anonymous
Tue 5-Jun-2012 14:07
Tue 5-Jun-2012 14:07
Syntax highlighting is eye candy, that's why I like it.
Every so often I end up in an environment without it, reading the same old languages that I always do. I am no longer surprised at how monochrome code is just as easy to read as colourful code.
It is however less colourful, which is why whenever I find that VIM syntax highighting is broken, I fix it as quick as possible.
Every so often I end up in an environment without it, reading the same old languages that I always do. I am no longer surprised at how monochrome code is just as easy to read as colourful code.
It is however less colourful, which is why whenever I find that VIM syntax highighting is broken, I fix it as quick as possible.
Anonymous
Tue 5-Jun-2012 19:07
Tue 5-Jun-2012 19:07
That brings back old memories. The TTY shown is from the 1940's were 5 bit rather than the later 8 bit (really 7 bit plus parity) machines seen in the late 60's and 70's. Next retro core memory come back.
RC Roeder
RC Roeder
Anonymous
Tue 5-Jun-2012 20:32
Tue 5-Jun-2012 20:32
Fantastic tool!
The extended end address poses a few problems though. The extended area isn't allowed to overlap zp so relocating to high addresses (under kernal) usually fails.
Note also that your particular example of Zoids is already relocated in HVSC (as are probably many others). The original player is at $c500.
/tlr
The extended end address poses a few problems though. The extended area isn't allowed to overlap zp so relocating to high addresses (under kernal) usually fails.
Note also that your particular example of Zoids is already relocated in HVSC (as are probably many others). The original player is at $c500.
/tlr
Anonymous
Tue 5-Jun-2012 20:34
Tue 5-Jun-2012 20:34
...and I should add that my first point was exactly what P-A reported before me. :)
/tlr
/tlr
Anonymous
Wed 6-Jun-2012 03:02
Wed 6-Jun-2012 03:02
Fantastic! awesome article you should think about to write a book or something, It clarified me some things, even having 5+ years of Unix experience.
Al Mejida.
Al Mejida.
Anonymous
Wed 6-Jun-2012 03:40
Wed 6-Jun-2012 03:40
I want one now!!
Anonymous
Thu 7-Jun-2012 09:48
Thu 7-Jun-2012 09:48
Wow, amazing stuff. Please make a kit or post the schematics!!! I would love to use this unit live. Can it be MIDI synced?
Anonymous
Tue 12-Jun-2012 18:59
Tue 12-Jun-2012 18:59
Thanks a lot for writing this!
A case against syntax highlighting
Anonymous
Wed 13-Jun-2012 23:54
Wed 13-Jun-2012 23:54
Wow, this is a long-lived thread.
I'm not sure who invented it, but the first paper on colour syntax highlighting I can find is here:
Van Laar, D. (1989). Evaluating a Colour Coding Programming Support
Tool. People and Computers V. A. Sutcliffe and L. Macaulay. Cambridge,
Cambridge University Press.
http://books.google.co.uk/books?hl=en&lr=&id=BTxOtt4X920C&oi=fnd&pg=PA217&dq=Evaluating+a+Colour+Coding+Programming+Support++Tool&ots=ODnn6tq2Tj&sig=JSnePqXWhUNDQPzzpNWlB91p_s8#v=onepage&q=Evaluating%20a%20Colour%20Coding%20Programming%20Support%20%20Tool&f=false
The paper showed that when colour coded syntax was applied it led to faster completion of tasks which involved visually scanning code.
I'm not sure who invented it, but the first paper on colour syntax highlighting I can find is here:
Van Laar, D. (1989). Evaluating a Colour Coding Programming Support
Tool. People and Computers V. A. Sutcliffe and L. Macaulay. Cambridge,
Cambridge University Press.
http://books.google.co.uk/books?hl=en&lr=&id=BTxOtt4X920C&oi=fnd&pg=PA217&dq=Evaluating+a+Colour+Coding+Programming+Support++Tool&ots=ODnn6tq2Tj&sig=JSnePqXWhUNDQPzzpNWlB91p_s8#v=onepage&q=Evaluating%20a%20Colour%20Coding%20Programming%20Support%20%20Tool&f=false
The paper showed that when colour coded syntax was applied it led to faster completion of tasks which involved visually scanning code.
benadski
Ralph Willekes
Thu 14-Jun-2012 14:36
Ralph Willekes
Thu 14-Jun-2012 14:36
Done, works great! :)
Most people like it, even those who have never heard of the words scene, demo or the combination of those words. Thanks for the layout!
Most people like it, even those who have never heard of the words scene, demo or the combination of those words. Thanks for the layout!
Anonymous
Mon 18-Jun-2012 13:57
Mon 18-Jun-2012 13:57
a|0>+b|1> - My position i cannot decide, therefore I will take all forms within my range. ~ A lonely Quantum bit
Anonymous
Tue 19-Jun-2012 06:17
Tue 19-Jun-2012 06:17
Very impressed. Thanks for posting this.
Anonymous
Wed 20-Jun-2012 22:40
Wed 20-Jun-2012 22:40
http://www.gammon.com.au/forum/?id=11608
Anonymous
Thu 21-Jun-2012 14:21
Thu 21-Jun-2012 14:21
In the new beagle board-xm revision C J4 & J5 are called P11 & P13 instead... Please take a note of this. Check the BB's Rev C manual not generic one here...
http://beagleboard.org/static/BB-xM_REV_C-2011-05-23.zip
http://beagleboard.org/static/BB-xM_REV_C-2011-05-23.zip
Anonymous
Thu 28-Jun-2012 01:03
Thu 28-Jun-2012 01:03
I think you included a schematic but you forgot to include part values. I would be very much obliged to you if you could include some labeling so I can build this wonderful project.