Poll

is minecraft dead

yes
270 (61.6%)
no
168 (38.4%)

Total Members Voted: 437

Author Topic: Minecraft Megathread; yeah its update 1.12 big whoop what about it  (Read 6773201 times)

so apparently dan200 is making golden computers


World of Warcraft recreated in Minecraft.

Reddit Page
Imgur Album

Looks super duper cool to me, although I've never played WoW.

daww you can't play lan with someone who doesnt own minecraft
you can.
log in, they DL it, log them out, log in without the password, offline mode.
You on your account and them on the offline 'Player' account. Wallah.

http://www.twitch.tv/dinnerbone

I see Cubehamster there. There was supposed to be a surprise in this stream, might have missed it.

Edit: SethBling is in the chat.

Edit2: Jeb is working on a new redstone device which is secret. From there, not sure if they're joking. They said a memory cell, then sounded clearly joking, although redstone retaining memory device sounds likely so maybe it's still partially true.

Edit3:

Quote from: Twitch Chat
sethbling: Here's jeb's thread on the memory block: http://www.reddit.com/r/minecraftsuggestions/comments/10zmvr/latch_flipflop_which_design_would_you_want/

Edit4: http://www.twitch.tv/dinnerbone/videos?kind=past_broadcasts
« Last Edit: October 07, 2012, 03:10:29 PM by MegaScientifical »

Why is the website running so slow?

so apparently dan200 is making golden computers


I'd not say that's pure cosmetics, because as you can see, the code is colored depending on parts.

so apparently dan200 is making golden computers


That code is horrible. Who would choose a stuffty language?

That code is horrible. Who would choose a stuffty language?

what language would you choose?


what language would you choose?
Custom, Torquescript has a good structure but needs a few tweaks.

Lua is ugly stuff.

Chrome Canary, it's dev/nightly builds of Google Chrome

Not as good as Chromium though, when you see the blue chrome icon that guy knows what's up
I would use Chromium but I can't get it to update. :u

I would use Chromium but I can't get it to update. :u
http://getchromium.org

I haven't updated my chromium in like two months because the binaries often have bugs compiled into them and the one I have is quite stable


Custom, Torquescript has a good structure but needs a few tweaks.

Lua is ugly stuff.
Except Lua is easily embedded into most applications and there's already a Lua VM for Java (actually more than one IIRC - ComputerCraft uses LuaJ)
Not many people want to write a custom interpreter but if it bothers you there's also a DCPU for Minecraft and the Redpower 2 computers use FORTH so go have fun with your faffing about

I used to hate Lua but playing with CC for a while helped me adjust and now I quite like it. The lack of implicit then on if statements bothered me for a while, but I got over it (I got over it so hard I have to keep removing my 'then' from ifs when writing Java)
If anything the only thing that makes it bad aside from waaaah syntax is that the standard libraries are missing some really basic stuff, like splitting strings to tables or table slicing or a bunch of other stuff I wrote polyfills for, and tables don't allow the object:method notation for accessing object methods from their library like strings and other stuff do.
Like if I define string.split(str,separator) that's on the string metatable, and I can then access that via string.split(str,sep) or str:split(sep). This is not the case for the table library - tab:slice(start,end) doesn't work for accessing table.slice(tab,start,end). This only really bothers me because it's an inconsistency, not because of the missing functionality there.

ok i know i'm being off-topic but what's exactly different from chrome and chromium

ok i know i'm being off-topic but what's exactly different from chrome and chromium
chromium is the developer build.

ok i know i'm being off-topic but what's exactly different from chrome and chromium
Chromium is the browser component of Chrome but with way less google integration - doesn't report anything or track any statistics, and as a result it actually uses a hell of a lot less memory.

Back around Firefox 4's release, Chrome used half as much memory as Firefox. A few months later Firefox was using about a third of the memory of Chrome, so I swapped to Firefox since the memory usage was out of hand given what I was doing, but I couldn't stand the Firefox interface (I love my omnibox and it loves me back) so I migrated to Chromium instead.