You are not logged in.
funkyou wrote:MOS 6502/6510 (Commodore 64) Assembler, just a quick hack
Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.
I tell you, that was fun and it still is ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...
...and i still miss the simplicity of those machines
want a modular and tweaked KDE for arch? try kdemod
Offline
i cant belive that no one has done a swedish translation yet so here it is:
Arch är Bäst
dovie andi se tovya sagain
Offline
The Australian translation is slightly innacurate, and only applies to the Bogan dialect spoken in the state of Queensland. For a more correct for, the Oca dialect should be used, as it is spoken in all states.
Arch you little ripper! Mate, that's fully sick, tops.
Offline
The British English translation could do with updating. How about:
Arch - It's the badger's nadgers
Offline
I got a more slang than my previous german translation...
Check ma' Arch aus Digga ey, is voll korrekt, Alda!
Last edited by Flying Saxman (2008-06-12 21:19:01)
now with 80% more sax-appeal!
"I hacked the Phrak, and all I got was this lousy signature"
Offline
dunc wrote:funkyou wrote:MOS 6502/6510 (Commodore 64) Assembler, just a quick hack
Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.
I tell you, that was fun and it still is ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...
...and i still miss the simplicity of those machines
Ah, that was where I went wrong: I never befriended a Z80 assembler god.
I did a lot of stuff in BASIC, though, and you're absolutely right. It stays with you for life. To me, "bloat" isn't extra features (I don't mind that, if they're useful); it's unnecessary, flabby, inefficient code. (Hard to believe nowadays there was a Chess program for the 1K ZX81.) I don't care if you've got a 3GHz processor, 2Gb RAM and a terabyte HD, wasted cycles and memory are still just that: wasted. It might not "matter" as much, but it annoys me. Maybe that's why I like Arch: I only have to install what I need, and it doesn't faff around starting services I don't want. KISS is a very 8-bit philosophy.
Last edited by dunc (2008-06-18 00:09:53)
0 Ok, 0:1
Offline
HTML:
<html>
<head>
<title>A page proclaiming Arch's superiority</title>
</head>
<body>
<h1>Arch is the best!</h1>
</body>
</html>
\\// Live long and prosper.
Offline
HTML:
<html> <head> <title>A page proclaiming Arch's superiority</title> </head> <body> <h1>Arch is the best!</h1> </body> </html>
Working example here.
Patches are welcome
Offline
Working example here.
Patches are welcome
http://validator.w3.org/check?uri=http% … ne&group=0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>A page proclaiming Arch's superiority</title>
</head>
<body>
<h1>Arch is the best!</h1>
</body>
</html>
Last edited by Husio (2008-06-15 14:04:49)
Offline
io port:
"Arch is the best!" print
and webserver version:
Server clone do(
setPort(8080)
handleSocket := method(s, s streamWrite("Arch is best!") close)
) start
Last edited by catwell (2008-06-15 15:38:45)
Offline
I'd like to join development of this wonderful project. Maybe I could help with much-needed documentary, (because for a noob to have to type "./arch_is_best" <-- takes some talent, right there...
I'm a block of code, and I approve this message.
Offline
I'd like to join development of this wonderful project. Maybe I could help with much-needed documentary, (because for a noob to have to type "./arch_is_best" <-- takes some talent, right there...
You're right, there's no doumentation right now. I had to read the whole code, just to see how it works. It would be better for new developers to get some documentation. Reading the code could take too much time.
And hey, maybe some UnitTests? How would we now if the code is working after making few changes?
Offline
funkyou wrote:dunc wrote:Argh. I've always regretted not learning Z80 asm on the Spectrum back in the '80s, but never more so than now.
I tell you, that was fun and it still is ... Ever tried to write a vector engine on a 0.9Mhz 8-bit prozessor with about 56kb usable ram and _no_ floating point unit? It is really fun, because there is none of the "software overblownnes" we have nowadays, but just you and the machine with its few registers... Its like a "KISS riddle" When i got that machine in the 80s, i started with basic (as everyone), but i had the luck to have a friend who was some sort of assember-god and showed me a lot about that stuff...
...and i still miss the simplicity of those machines
Ah, that was where I went wrong: I never befriended a Z80 assembler god.
I did a lot of stuff in BASIC, though, and you're absolutely right. It stays with you for life. To me, "bloat" isn't extra features (I don't mind that, if they're useful); it's unnecessary, flabby, inefficient code. (Hard to believe nowadays there was a Chess program for the 1K ZX81.) I don't care if you've got a 3MHz processor, 2Gb RAM and a terabyte HD, wasted cycles and memory are still just that: wasted. It might not "matter" as much, but it annoys me. Maybe that's why I like Arch: I only have to install what I need, and it doesn't faff around starting services I don't want. KISS is a very 8-bit philosophy.
You guys *sniffle* stop you're making me cry - I MISS MY 64
Go here for a little fix http://www.dreamfabric.com/c64/gotm/basicprogrammer.php warning uses JAVA
Offline
Validated
Offline
No brainf*ck version yet?
What about lovely & deprecated PASCAL?
program Archthebest;
begin
writeln ('Arch is the best!')
end.
xD
EDIT: Why on earth do you censor brainf*ck? It's a programming lenguaje... (I guess some *f*ck* filters?)
Last edited by LTSmash (2008-06-19 22:43:48)
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
Here's a nice little translator written in python for the CLI
dependencies: python
#!/usr/bin/env python
################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
menu = """
Pick a Language(1-7):
1)English
2)German
3)Dutch
4)Italian
5)Australian
6)4chan.org slang
7)Quit
"""
language = int(raw_input(menu))
while language != 7:
if language == 1:
print "Arch is the Best!"
elif language == 2:
print "Arch ist das Beste!"
elif language == 3:
print "Arch is de Beste!"
elif language == 4:
print "Arch e la Migliore!"
elif language == 5:
print "Arch you little ripper! Mate, that's fully sick, tops!"
elif language == 6:
print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie. yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm)
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
else:
print "Sorry, I don't speak every language!"
language = int(raw_input(menu))
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
French translation:
Arch est la meilleure.
I took html version and made a velocity version with it:
Arch_is_the_Best.vm :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>A page proclaiming Arch's superiority</title>
</head>
<body>
#set($superior = "Arch is the best")
<h1>$superior</h1>
</body>
</html>
Epic thread!
Shaika-Dzari
http://www.4nakama.net
Offline
I like it! I thought adding Chinese and Valley slang would be cool : )
#!/usr/bin/env python
################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
################################################
menu = """
Options (1-9):
1)English
2)Chinese
3)German
4)Dutch
5)Italian
6)Australian
7)4chan.org slang
8)Valley slang
9)Quit
"""
language = int(raw_input(menu))
while language != 9:
if language == 1:
print "Arch is the Best!"
elif language == 2:
print "Arch, 她出类拔萃!"
elif language == 3:
print "Arch ist das Beste!"
elif language == 4:
print "Arch is de Beste!"
elif language == 5:
print "Arch e la Migliore!"
elif language == 6:
print "Arch you little ripper! Mate, that's fully sick, tops!"
elif language == 7:
print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
elif language == 8:
print "Arch's not the Best!?, As if, I'm so sure!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie. yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm)
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
else:
print "Sorry, I don't speak every language!"
language = int(raw_input(menu))
-- archlinux 是一个极好的 linux。
Offline
does it support locales already???
that would be nice!
i think it's time to make a 2.0rev of the brazilian portuguese. The first version is pretty deprecated right now, after so much development...
Offline
Why doesnt it use XML?
XMLRPC
fixed.
Offline
AWK version
#!/usr/bin/awk -f
BEGIN {print "Arch is the best!"}
1337 5p34k
^Я¢h ï$ 7#3 ߣ§+!
Offline
Love this thread. Hope everyone post their language
Added Norwegian and Swedish to the file. It doesnt work, for me, when i execute it cause of the chinese font/letters and cause of the "¨" over the letters in the Swedish language. Hope someone can get it working... It works with the Norwegian language though. Atleast i got it working without the Chinese and Swedish.
#!/usr/bin/env python
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################
menu = """
Options (1-9):
1)English
2)Chinese
3)German
4)Dutch
5)Italian
6)Australian
7)Norwegian
8)Swedish
9)4chan.org slang
10)Valley slang
11)Quit
"""
language = int(raw_input(menu))
while language != 11:
if language == 1:
print "Arch is the Best!"
elif language == 2:
print "Write it in Chinese!"
elif language == 3:
print "Arch ist das Beste!"
elif language == 4:
print "Arch is de Beste!"
elif language == 5:
print "Arch e la Migliore!"
elif language == 6:
print "Arch you little ripper! Mate, that's fully sick, tops!"
elif language == 7:
print "Arch er best!"
elif language == 8:
print "Arch är Bäst!"
elif language == 9:
print "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!"
elif language == 10:
print "Arch's not the Best!?, As if, I'm so sure!"
#####################################################################
#here is a recipe for cream wafers, my favorite cookie. yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm)
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
# now, back to coding
else:
print "Sorry, I don't speak every language!"
language = int(raw_input(menu))
The swedish addition was taken from INCSlayer's post in this thread.
Last edited by yama (2008-08-07 19:40:45)
Offline
Bah! Tis not Pythonic!
#!/usr/bin/env python
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################
#Altered by Vedant Kumar
#Date: 11 August 2008
#Added Pythonicness (2.5.2)
##################################################
menu = """
Options:
1) English
2) Chinese
3) German
4) Dutch
5) Italian
6) Australian
7) Norwegian
8) Swedish
9) 4chan.org slang
10) Valley slang
0) Quit
"""
axn = {
0 : "May the Arch be with you.",
1 : "Arch is the Best!",
2 : "Write it in Chinese!",
3 : "Arch ist das Beste!",
4 : "Arch is de Beste!",
5 : "Arch e la Migliore!",
6 : "Arch you little ripper! Mate, that's fully sick, tops!",
7 : "Arch er best!",
8 : "Arch är Bäst!",
9 : "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!",
10 : "Arch's not the Best!?, As if, I'm so sure!"
}
def main():
language = int(raw_input(menu))
for lang,stat in axn.iteritems():
if language == lang:
print stat
if language == 0:
exit(0)
#####################################################################
#here is a recipe for cream wafers, my favorite cookie. yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm)
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
#####################################################################
if __name__ == '__main__':
main()
Offline
Replaced loop with get() and added Greek
#!/usr/bin/env python
# -*- coding: utf8 -*-
##################################################
#Program: "Arch is pretty much the best ever"
#Author: Cyrus Metcalf
#Date: 28 June 2008
#Version:1.0
##################################################
#Altered by Allison Leigh
#Date: 29 June 2008
#Added Chinese and Vally slang
##################################################
#Altered by Jon-Petter
#Date: 7 August 2008
#Added Norwegian and Swedish
##################################################
#Altered by Vedant Kumar
#Date: 11 August 2008
#Added Pythonicness (2.5.2)
##################################################
#Altered by Evangelos Foutras
#Date: 19 August 2008
#Replaced loop with get() and added Greek
##################################################
menu = """
Options:
1) English
2) Chinese
3) German
4) Greek
5) Dutch
6) Italian
7) Australian
8) Norwegian
9) Swedish
10) 4chan.org slang
11) Valley slang
0) Quit
"""
axn = {
0 : "May the Arch be with you.",
1 : "Arch is the Best!",
2 : "Write it in Chinese!",
3 : "Arch ist das Beste!",
4 : "Το Arch είναι το καλύτερο!",
5 : "Arch is de Beste!",
6 : "Arch e la Migliore!",
7 : "Arch you little ripper! Mate, that's fully sick, tops!",
8 : "Arch er best!",
9 : "Arch är Bäst!",
10 : "I like arch, eh is a preetty cool guy! eh Has Kiss method\n and doesn't afraid of Anything!",
11 : "Arch's not the Best!?, As if, I'm so sure!"
}
def main():
language = int(raw_input(menu))
print axn.get(language, "You fail at picking a number .-.")
if language == 0:
exit(0)
#####################################################################
#here is a recipe for cream wafers, my favorite cookie. yum.
# 2 cups all-purpose flour
# 1 cup butter
# 1/3 cup heavy cream
# sugar
# Mix ingredients, chill for an hour, roll to 1/8" thick (2mm)
# Cut out 1 1/2"(3cm) circles. fork 4 times and bake for 7-9 mins at 375F(190C)
# Creamy Filling!
# 3/4 cups powdered sugar
# 1 tsp. vanilla
# 1/4 cup butter.
# mix and slather on wafers
#####################################################################
if __name__ == '__main__':
main()
Offline
OMG! This is one epic thread.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline