Hacker Newsnew | past | comments | ask | show | jobs | submit | Tomrn's commentslogin

I tried this with some cheap "low-fire" clay that bought online and wanted to make into pots. I tried firing them in my metal "stove" style fireplace (these are the iron looking ones that are fairly common at least here in the UK) The first batch simply exploded in the fire as the clay was not dry enough (sounded like I was making popcorn). To thoroughly dry the next batch of pots I let them air dry for a week and then 'cooked' them in the oven for a few hours. I placed them in the fire, and kept it burning for a good few hours feeding in wood fairly consistently, although the temp was nowhere near hot enough for a 'proper' firing.

It 'sort of' works - the pots are very brittle and not at all waterproof. Glazing wont work at those temps so I tried a slip-glaze (basically glazing with liquid clay) which at least gave the pots a slightly shiny appearance.


Thanks for sharing your story, God bless you and your family.


Anyone else getting a bit of a dodgy PR vibe about this post and all the glowing comments, or is it just me?


My 2cents on how I picked up emacs:

Keep using your 'main' editor for coding for now.

Get a shell/terminal that you can open/close with a hotkey (iTerm2 on Mac or something like yakuake on linux)

Run the editor you want to learn (I recommend emacs) in your hotkey terminal (basically you want an 'always there' emacs that you can just pop open at the press of a shortcut key)

Spend 5 minutes learning the basic commands.

+) Move the cursor around.

+) Open a file.

+) Save a file.

+) Switch between buffers/files

Now while coding in your existing editor, use the hotkey window with the new editor as your 'scratchpad' or diary. Note down ideas, todo items, thoughts about the code your are writing etc. Google commands as you need them and you'll pick things up bit by bit.

You don't see the productivity drop because you're not using the editor for your main task of coding, but you'll be using it 'little and often' which is a great way to pick things up.

I made the full switch when after a year or so at work I found myself pseudo-coding and stubbing out methods in my scratch file in emacs and copying them to my IDE.

YMMV but hope that helps :)


> use … the new editor as your 'scratchpad' or diary. … Google commands as you need them and you'll pick things up bit by bit.

I personally found myself using vim a lot as, uh, some sort of poor man's one-shot data analysis/text reformatting tool among other things. What I mean is, quite often I paste in some semi-formatted text like logfile snippet (or open some data that is quite hard to process using shell and extensive piping if turning into csv/tsv and is painful to manipulate via dragging-and-dropping-and-cutting-and-pasting in spreadsheet software afterwards) to do all sorts of manipulations: I can use :s to replace things, or use macros with conventional actions like n3w2de, or bail out to :!awk, :!grep, :!cut, :!paste, :!column -t, :sort (or :!sort -nk123) if I need to format, filter, cut out some columns, sum over columns/rows etc. (I can even do |xargs!), or I can (rarely albeit quite ineffectively) use Ctrl-v to merge lines (if :!paste is not enough), or 'Ctrl-v I' to quickly type in something on multiple lines at the same position before processing any further -- all of that in any combination and with any selection. And I'm pretty sure I forgot something while writing all these things down before sleep.

I doubt if any other text editor or IDE could be as useful as vim in tasks like these, and now I also see this as a great opportunity to learn vim through googling for things one does not do every day (and does not know how to do) in any other editor, as these quite often will turn to be benefitial for everyday vim (or shell, or both) users. (However, it is also quite hard to me to imagine vast amounts of people with similar use cases, let alone people that would even consider vim as a tool that would solve their problems even with some time invested in it.)


Well, emacs also works great for me in the same type of scenarios.


This reminds me of something I read a couple of years ago about an earth-orbit satellite collecting O-zone data.. when it encountered the 'hole' it ended up throwing away most of the data since it failed its 'common sense' test. Wish I could find the link.

In the case of an altimeter it makes sense to be aggressive with the 'common-sense' component to throw out bad data. But with other things like temperature, you wouldn't want to throw out data that could look wrong, but could actually be caused by some unknown phenomenon (like say, superheated gas pockets on mars) as that's exactly the type of weird stuff you'd be interested in.

I guess the problem is distinguishing [data that differs greatly from what was expected] and [data from a sensor malfunctions]


It's just ozone, not a kind of zone.


Was anyone else half expecting this to be a dwarf fortress story?


hundred percent agree with this. A standard lib bundled with all browsers would solve so much of the framework madness.


Not saying it's well architected, but the standard (and experimental) suite of types and events in JavaScript on modern browsers is comprehensive!

https://developer.mozilla.org/en-US/docs/Web/API


Especially since Javascript needs it MOST, since we have to transmit it on the wire...


favourite line from the article -

"the plural of anecdote is data"

nice.


I was going to reply "you realise that 'the plural of anecdote is not data' is the usual phrasing" so I spent a few seconds searching.

According to this blog, the original doesn't include the 'not': http://quotesjournal.blogspot.co.uk/2013/09/the-plural-of-an...

Funny how subverted phrases can supplant the original.


Yes, very clever - but also, by now, a venerable quip.


Thanks for the links man, the crash bandicoot stuff is a great read


I always think this is the closest thing to a 'Bible for atheists' that I've ever found. Seriously awesome stuff


I've never thought of Meditations as religious or non-religious. It's all about really appreciating what you have and understanding the way you feel is derived from your perception of the world. I think that's pretty universal.

If anyone is interested in a more modern introduction to stoicism A Guide to the Good Life is a worthwhile read: https://www.amazon.com/Guide-Good-Life-Ancient-Stoic/dp/0195...


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

Search: