Hacker News new | past | comments | ask | show | jobs | submit | noobie's comments login

You know why I love Shakespeare? Because only thoughtful minds can understand his writings. Ones that can bear to get out of their technology-infested worlds and actually focus on a story that has and can keep your attention, when words meant more than simple communication.

Promises were called oaths and there were such things as enduring love, faithfulness, and trust, yet, there were still scandals and mistakes. But it was all overcome in a story that few today would venture to understand in its original context.

It takes little intelligence to comprehend what a text means, but in poetry and stories we find beautiful manifestations of every moral and in these I think we find the vulnerability of this plague we call humanity.


HN already has an in-built anti-procrastination feature.


>this ship will almost certainly be unofficially referred to as Boaty McBoatface by its crew.

Except for the captain.


Thank you for mentioning this podcast. It's amazing!


Planet Money is one of the only podcasts I can just let run through all the episodes and still enjoy them all.


They simply rounded the weights in pounds to the next hundred which resulted in the extra 644lbs.

Python code:

    import math
    def roundup(x):
	return int(math.ceil(x / 100.0)) * 100

    materials_in_kgs =  [12750000,6090000,5420000,2050000,1340000,86000,18000,20000,59000,2000,3000,1000]
    materials_in_lbs = [i*2.204 for i in materials_in_kgs]

    materials_in_lbs_rounded = [roundup(i) for i in materials_in_lbs]

    print sum(materials_in_lbs_rounded)


Their marketing decision is really odd. I guess the engineer that came up with kg numbers decided to round it in 1000kg, which is reasonable to me. Whoever got the number don't like kg, and converted to lb. Someone else adding the number up actually counts in 100lb, and thinks it's better just to round up.

And yeah, the last two zero is fishy, I first tried to do a simple round, and wondered where's the extra 600. It's always fun to write it in a different language:

    100×+/⌈.01×2.204×12750000 6090000 5420000 2050000 1340000 86000 18000 20000 59000 2000 3000 1000


Exactly. Too bad two wrongs don't make a right.

What language is that?


That's APL


Thank you! It seems very interesting, terse and powerful.


Good work! Slight nitpick: the author gave you credit in an update but neglected to link to your comment. Thankfully it wasn't hard to find.


Winner! Plus style points for providing code.


342343


I am the same person.


23433234


There's a difference between pointing out the existence of a similar comment on the post and stating that I have stolen the comment. Assumptions can make fools of us all.

How do you suggest that I make it clear? Keybase doesn't allow for G+ verification.


1241241


I was curious why he was using domain names instead of tor hidden service or other p2p networks. Turns out that using domain names provides a backup communications channel (DNS) that gets through pretty much any firewall.


The other thing to remember is that Tor traffic is generally rare and few places have a business case for it so it's more likely to be monitored, just as in the past many places used to watch for IRC connections since it was infinitely more likely to be a botnet control channel than Fred in accounting seeing whether #quickbooks existed.

DNS, HTTPS to some random AWS/Azure/etc. endpoint, etc. are common as dirt and enough harder to monitor that many places either don't try or struggle to do do effectively.



but at the scale he is doing it, he looses money


That's what a "hobby" is: a money-losing activity.

A "business" is a money-making hobby.


Isn't their currency linked to the US dollar? That would make it a suicide attack. No one is that..Oh wait..


Empathy =! Compassion.


The Minecraft modding scene is amazing! The Japanese have been doing wonders. You'd be amazed not only by the content but also by the visual effects of some of the mods.

Some examples (Not Japanese):

ComputerCraft: adds programmable computers in Lua. With in game applications; programmable robots called turtles.

Botania and Thaumcraft are two magical mods with stunning visuals.

Buildcraft and AE2 are logistics-oriented mods.

All in all, vanilla Minecraft is definitely unplayable once you try it with mods.

Edit: Probably worth mentioning that Mojang hired the guy who created the modding API. (See SquareWheel's comment below for correction/details)

Edit: Just finished reading the article (I check the comments first). They mentioned the Redstone logic. Probably worth mentioning as well that a 16-year-old built a scientific calculator using Redstone. https://youtu.be/wgJfVRhotlQ


Just a quick correction. Mojang hasn't hired the guy that created Forge. They hired Dinnerbone and grum, two guys from Bukkit (a server plugin API). They also hired developers from MCP (Searge and Professor Mobius), which enables Forge to do what it does.

Forge's early contributors have mostly moved on from the modding scene, but the current maintainers are cpw and LexManos. They've worked with Mojang on a few issues, such as the block model format, but haven't been hired by them.

Additionally, I'm not sure if you meant it this way, but the mods you mentioned aren't by Japanese developers. There is a significant modding scene in Japan, but there's little overlap with the more common mods such as you listed above. Some notable mods from that community are StarMiner[1], RealTrainMod[2], and Helicopter Mod[3].

[1] http://forum.minecraftuser.jp/viewtopic.php?t=17975

[2] https://www.youtube.com/channel/UC0yAsWJZxkLFrogH1Rfa8EA/vid...

[3] http://forum.minecraftuser.jp/viewtopic.php?f=13&t=14837


By "modding API" in my first edit I was actually referring to MCP. I couldn't think of a better description.

The mods I mentioned aren't indeed by Japanese developers but I can now see how my wording is wrong. I meant to say that the Japanese modding community is also active and doing wonders. Thank you.


The minecraft modding scene is horrific. Forum posts as homepages, adfly for file hosting, closed source mods whose maintainers are hostile to feedback, compatibility issues between everything...

... and yet somehow it WORKS, and probably provides kids with a better introduction to having to hack with computer technology than anything most kids have had to deal with since having to edit HIMEM in your autoexec.bat to get a soundblaster to work with Doom was a thing.


Actually, most mods are not closed source anymore and most modders moved to CurseForge over adf.ly (which is not perfect, I admit, but much better). This is not 2012.


You should definitely look at Electrical Age as well.

I mean... I'm biased, because I'm one of the (non-core) devs, but it's a reasonably accurate DC electrical simulator, in Minecraft! What's not to love?


Sold! I haven't played around in a while but I definitely will. Thanks!


If you feel like playing beta-tester, there's also my dev server at https://madoka.brage.info/


Watching that helps explain why MS paid $2.5b for Minecraft. Maybe the most incredible visual computing artefact I've ever seen. Having a channel to that young man's brain... Priceless


I wish it was easier to find and install mods.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: