Code Monkey home page Code Monkey logo

Comments (11)

zerok avatar zerok commented on August 10, 2024 1

I haven't uploaded any code yet and the laptop is at home 😉

from www.

plaindocs avatar plaindocs commented on August 10, 2024

Yes, absolutely. I'll track down the list of meetup talks we have.

Thoughts on

  • a file per meetup containing videos in exactly the same format as speaker files
  • a single file of meetup videos with the meetup info inside the json

from www.

zerok avatar zerok commented on August 10, 2024

Oh, I'm more talking about the meetups themselves, basically what we have right now on http://www.writethedocs.org/meetups/

Should we there perhaps generate a file per meetup containing something like this?

country: USA
state: New York
city: New York City
notes: |
  Organised by [@WriteTheDocsNYC](https://twitter.com/WriteTheDocsNYC)
sessions:
  - title: Some session
    speakers: ...

from www.

plaindocs avatar plaindocs commented on August 10, 2024

I see where you're going, and that does make sense. I have some reservations:

  • We're going to run into US / non US geographical issues.
  • We're going to make it slightly harder for non technical people to edit meetup info

from www.

zerok avatar zerok commented on August 10, 2024

What do you mean with your first point? The state should be optional anyway :)

Regarding the second point: That's mostly why I'm proposing YAML instead of JSON as it would make editing and also validating the data much easier :)

from www.

plaindocs avatar plaindocs commented on August 10, 2024

All of our other data is in json, so I don't think using YAML makes sense. And even though it is easier to edit and validate, it will still put some people off.

But overall I think the advantages of using a data file outweigh the disadvantages.

from www.

plaindocs avatar plaindocs commented on August 10, 2024

So what is the best json format for this.

from www.

zerok avatar zerok commented on August 10, 2024
{
  "continent": "North America",
  "city": "New York City",
  "state": "New York",
  "country": "USA",
  "sessions": [
    // Same as in the speakers.json files
  ]
}

I'd say.

Regarding JSON was YAML: Given the formatting issues we already have with the speakers files (esp. the abstracts are really a pain to maintain right now) I was going to suggest moving them over to YAML next, anyway :-P

The main advantage of YAML for this kind of data is the lower quote/braces count and multiline support :)

from www.

plaindocs avatar plaindocs commented on August 10, 2024

OK, fully agree on the pain in the abstracts.

from www.

zerok avatar zerok commented on August 10, 2024

I'm currently running into some minor issues with recommonmark but otherwise work is progressing rather well. I might be done with it by the end of the conference 🙂

from www.

plaindocs avatar plaindocs commented on August 10, 2024

Awesome. I'll take a look as soon as I have a minute.

from www.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.