u/gtcom - 11 Archived Voat Posts in v/programming
u/gtcom
  • home
  • search

u/gtcom

2 posts · 9 comments · 11 total

Active in: v/programming (11)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
COGTFO Code of Conduct Proposal
19 5 comments 02 Nov 2015 02:11 u/gtcom (self.programming) in v/programming
Comment on: Housecat, my new static site generator
  • site import half-ass works (wordpress, tumblr, etc.)
    • Not that big of a deal, until you need to hand-edit around 1000+ posts, then it's kind of a big deal
    • import doesn't handle UTF-8 encodings, doesn't tell you which file it has problems with, can't skip the problem files and continue with the import
    • I finally broke down and wrote a shell script to convert all 1K+ posts where jekyll-import wouldn't shit the bed
  • liquid tags are undocumented
    • set up tag page, tag archives, etc. It's doable, because I've done it, but it's a nightmare and it's undocumented on the jekyll site. I had to try three different implementations, found from all over the internet, before I got one to sorta half-assed work, and then I had to tweak it to make it work the way I needed it to work.
  • Templating system is inconsistent, again, mostly due to liquid tags
    • Do I use {{ content }}, {{ page.content }} or {{ post.content }}?
    • On my post layouts, I should use {{ post.title }}, right? Nope, use {{ page.title }}. Why? Who gives a shit, {{ page.title }} works, just use it.

If I had started with Jekyll, I'm sure I'd have no complaints. Migrating data into Jekyll took me several days of swearing and massaging data into a format that it simply wouldn't quit over.

I switched to Jekyll because of all of the raves from people talking about how awesome it is, and so far, it's okay, but I don't really get what the hoopla was about.

It seems overly complicated. I've got YAML, Liquid and Ruby on top of whatever SASS, oddly specific different ruby markdown parser implementation behavior and who knows what else -- just to generate a static site?

There's a lot of setup and a lot of moving parts which makes it pretty fragile. I'm just trying to host my own notes so I don't have shit scattered over simplenote, evernote, google notes and wherever else. (Yeah, I tried using different "note services" to separate things cleanly but it just resulted in me having shit spread to the four corners of the internet, so I'm corralling things into one big bucket I control now. It's going well, thanks for asking.)

I'm not a Ruby guy. I've learned enough of it to make Jekyll do what I want, but that said, I don't want to be a Ruby guy. I've got it working for now, but I'm looking for something else and I think housecat might be just the thing.

If not, then I have to write my own thing, and I don't really have the time for that right now.

0 01 Nov 2015 22:58 u/gtcom in v/programming
Comment on: Housecat, my new static site generator

Oh, fuck yeah.

I'm migrating from the clusterfuck that is jekyll to this ASAP!

0 29 Oct 2015 11:39 u/gtcom in v/programming
Comment on: Github disables repository for using the word "retard."

Well, that's retarded...

3 30 Jul 2015 00:01 u/gtcom in v/programming
Comment on: Where should I migrate my projects to (from Github)?

Man, I just set up a github account too...

0 24 Jul 2015 00:08 u/gtcom in v/programming
Comment on: I want to learn C

Downloading it now, thank you.

0 20 Jul 2015 20:22 u/gtcom in v/programming
Comment on: I want to learn C

I've read through some of the kernel source and it's intimidating.

I downloaded the source to wc the other day (it's so small, how complex could it be?) -- I've got a long way to go.

2 20 Jul 2015 13:01 u/gtcom in v/programming
Comment on: I want to learn C

Wish they had a kindle edition. Okay, will be in the mail in 4-5 business days. Thanks.

1 20 Jul 2015 13:00 u/gtcom in v/programming
Comment on: I want to learn C

I'm pretty comfortable with Vim, and I'm a Linux/BSD guy for about 15 years, do I need an IDE?

I'm not against it. On some forums, people say, "Use an IDE, it's easier" others "Use a text editor, you'll learn it better".

I don't have any bad habits yet, so I'll try whatever you guys think will help.

1 20 Jul 2015 12:58 u/gtcom in v/programming
Comment on: I want to learn C

And there's a kindle edition! Thank you, will be downloading this shortly.

1 20 Jul 2015 04:10 u/gtcom in v/programming
I want to learn C
8 30 comments 20 Jul 2015 03:37 u/gtcom (self.programming) in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.