zoukankan      html  css  js  c++  java
  • [Buzz.Today]2013.08.06

    # 用简单方案解决80%的问题,再慢慢解决剩下20%

    【先完成,后完美】美国工程院院士、Google Fellow辛格的哲学:先用个简单方案解决80%的问题,再慢慢解决剩下20%。许多优秀人才都败在这一点:一开始追求完美,费时耗力,最后不了了之。 而针对剩下20%问题的每项改进都要说清楚理由,否则即使有效也不会采用,因为将来可能是个隐患。

    [Piaoger]:到底是在做Framework还是产品?又比如一幅画作,总是先描出轮廓,再关注于细节。

    # RTBkit(Real-time Bidder Kit)


    RTBkit 是一个调整互联网广告招标的工具。看在开源、实时和v8 Binding的份上,可以关注关注。

    RTBkit is a real-time bidder framework designed for use on advertising exchanges such as the Rubicon Project, Nexage, App Nexus, The Google Ad Exchange and others.

    [rtbkit.org](http://rtbkit.org)

    [RTBkit@Github](http://github.com/RTBkit)

    # [binvox] 3D mesh voxelizer

    binvox is a straight-forward program that reads a 3D model file, rasterizes it into a binary 3D voxel grid, and writes the resulting voxel file.

    input formats:
        nearly 100% VRML 2.0 support
        will parse Wavefront OBJ, Geomview OFF, Autocad DXF, PLY and STL, if they contain polygons only
        VRML 1.0 support added in version 1.08 (still in alpha) (Unigrafix UG, VTK, XGL, PovRay POV, BREP, and JOT support temporarily disabled, let me know if you really need this)

    output formats:
        .binvox, HIPS, MIRA, VTK, a "raw" file format, minecraft .schematic format, Gmsh .msh format, and nrrd format

    [binvox](http://www.cs.princeton.edu/~min/binvox/)

    [ How to put 3D models into Minecraft (How to use Binvox) ](http://www.youtube.com/watch?v=zI5LcLiKN-Q)

  • 相关阅读:
    python smtplib email
    python merry -- error handling in the real world
    python os.path
    python logging
    Python演讲笔记1
    python DBUtils.PooledDB 中 maxcached 和 maxconnections
    Effective Python2 读书笔记3
    Effective Python2 读书笔记2
    MVC验证session是否过期,在每个action执行之前验证
    int类型的正负数转换
  • 原文地址:https://www.cnblogs.com/piaoger/p/3244030.html
Copyright © 2011-2022 走看看