HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrmekon

no profile record

Submissions

Show HN: Itsy-Gitsy – a static site generator for Git repositories

github.com
1 points·by mrmekon·3 yıl önce·0 comments

comments

mrmekon
·8 ay önce·discuss
I spent a truly obnoxious amount of time importing my music library into beets. It took a couple of weeks to get to 95% imported, and got so bogged down in the last 5% that I never completed the import and never switched over.

This isn't necessarily a fault with beets, really, but a model mismatch. The model of beets is very, very strongly tied to associating each imported item to one well-known, commercial release. While it's possible to stray from that, it takes tons of time and experimentation to cram some things into its model.

Purchased, popular albums are a breeze; they import nicely and make sense. I struggled differing amounts with:

* brand new indie label releases (bandcamp)

* commercial albums variants missing from musicbrainz/discogs

* non-commercial albums (self-released CDRs)

* fan-recorded concerts

* fan-recorded festivals (a special case, a true nightmare)

* fan edits/remixes of commercial releases

* playlists & mix tapes

* mixed media releases

Each was eventually possible, but sometimes it took hours to figure out how to import a specific folder. Worse, after doing one festival it didn't necessarily make it easier to do the next festival. Even if I get to 100% imported, additional imports will still take thought.

This isn't an argument against it, I still think it's a fantastic tool. Just understand that the farther you stray from collecting commercial releases, the more of a struggle it is.
mrmekon
·3 yıl önce·discuss
I'm sure it has increased over time as people imitate their heroes, but first-person journalism is certainly not at all unique to "this generation"; it was already a big element of New Journalism in the 1960s: https://en.wikipedia.org/wiki/New_Journalism

Is it surprising that journalists who grow up reading Hunter Thompson go on to write like Hunter Thompson? I think that's a pretty natural progression, without needing to blame generational narcissism. If anything, it seems like World War II was the major turning point for involving the author into the story.
mrmekon
·3 yıl önce·discuss
I wrote something remarkably similar a few years ago, for similar reasons. I was pretty baffled that nothing similar already existed. Auto-wake with the RTC timer was what I really wanted.

Link, in case you care: https://github.com/mrmekon/circadian

I have a "NAS", which is really an enormous desktop tower crammed full of hard drives. It auto-wakes once per day, pulls backups from my various servers all over the place, then returns to sleep.
mrmekon
·3 yıl önce·discuss
I've been tracking my costs for ~13 years. The cost here includes all equipment and ingredients over that time, including all of the unnecessary stuff that I bought for fun, like pH meters and titration gear.

  |-----------------+-------------------------------+--------|                                                                                                                                      
  |           Years |                               |  12.92 |                                                                                                                                      
  |          Liters |                               |  831.5 |                                                                                                                                      
  |         Bottles |                               |   2494 |                                                                                                                                      
  |      Cost (SEK) |                               |  35373 |                                                                                                                                      
  | Cost/year (SEK) |                               |   2738 |                                                                                                                                      
  |       SEK/liter |                               |  42.54 |                                                                                                                                      
  |      SEK/bottle |                               |  14.18 |                                                                                                                                      
  |      USD/bottle |                               |   1.38 |                                                                                                                                      
  |-----------------+-------------------------------+--------| 
It obviously matters what you brew and what you brew with. This is mostly pale ales and stouts. They certainly haven't all been great, but I've never dumped a batch, so there's no waste to account for.
mrmekon
·4 yıl önce·discuss
Huh, that's interesting. The Android team was absolutely hounding me for an interview back in ~2009, to the degree of finding my parents' home phone number and asking them to convince me to take an interview.

I reluctantly obliged, and had a couple of phone screenings where they said they were looking for experienced embedded systems developers for low-level hardware development. I was specializing in 8-bit microcontroller firmware and Linux kernel drivers, and the recruiter said it was exactly what they wanted.

When I took the first technical interview, they grilled me on MapReduce and cluster storage, and then asked me to design a collaborative text editor for the web. The interviewer didn't have a copy of my resume, hadn't seen it, didn't know what position he was interviewing for, and didn't know anything about hardware. We had a really awkward moment when I explicitly said, "there must be some mistake, I'm supposed to be interviewing for an embedded role." I bombed the hell out of that interview, and never heard back from them again.

If my experience was typical, then no wonder the Android team had trouble with staffing.