Fat RSS reader disturbs your effective information gathering.
Subscribe popular resources simply with CLI.
- ProductHunt
- Reddit - Programming
- HackerNews
- GithubTrends - All languages#Daily
- TechCrunch
- Mashable
- The Next Web
- Designer News
- Forbes - Tech
- RubyDaily
- Echojs
- Andreessen Horowitz(a16z)
$ go get -u github.com/timakin/ts
*If you use iTerm2, you can click the links with cmd + click and directly access to the resources :)
$ ts pop
.___________. _______ ______ __ __ _______..___________. ___ ______ __ ___
| || ____| / || | | | / || | / \ / || |/ /
`---| |----`| |__ | ,----'| |__| | | (----``---| |----` / ^ \ | ,----'| ' /
| | | __| | | | __ | \ \ | | / /_\ \ | | | <
| | | |____ | `----.| | | | .----) | | | / _____ \ | `----.| . \
|__| |_______| \______||__| |__| |_______/ |__| /__/ \__\ \______||__|\__\
[HackerNews]
- Evaluation of C, Go, and Rust in the HPC environment [pdf]
- http://octarineparrot.com/assets/mrfloya-thesis-ba.pdf
- Show HN: Efficiently searching compressed text files
- https://github.com/mattgodbolt/zindex
- Integer Overflow Bug in Boeing 787 Dreamliner
- http://www.engadget.com/2015/05/01/boeing-787-dreamliner-software-bug/
- Peter Thiel on what works at work
- http://www.washingtonpost.com/blogs/on-leadership/wp/2014/10/10/peter-thiel-on-what-works-at-work/
- Show HN: 2D PID controller simulation
- http://nikital.github.io/pid/
[ProductHunt]
- Amphetamine : Keep your Mac (and optionally its display) awake
- http://www.producthunt.com/r/69fa7c49c4ae33/19793?app_id=1187
- DUFL : A travel valet that ships, cleans & stores business attire
- http://www.producthunt.com/r/37d5d89f5629e4/19782?app_id=1187
- OneLiners.co : Crowdsource your new company's tagline
- http://www.producthunt.com/r/f9c87e4c9ad2cb/19878?app_id=1187
- Sketch Hunt : Product Hunt for Sketch App resources
- http://www.producthunt.com/r/5c495a1ac67b50/19882?app_id=1187
- Kindrd : Discover connections between music, movies, books & places
- http://www.producthunt.com/r/5dbe16f5479f9c/19869?app_id=1187
[Reddit]
- Visual C++ Team Blog: Bringing Clang to Windows
- http://blogs.msdn.com/b/vcblog/archive/2015/05/01/bringing-clang-to-windows.aspx
- EarthBound’s Copy Protection (Super Nintendo game)
- http://earthboundcentral.com/2011/05/earthbounds-copy-protection/
- Servo Continues Pushing Forward
- http://blogs.s-osg.org/servo-continues-pushing-forward/
- Google’s Dart language on Android aims for Java-free, 120 FPS apps
- http://arstechnica.com/gadgets/2015/05/01/googles-dart-language-on-android-aims-for-java-free-120-fps-apps/
- Porting a NES emulator from Go to Nim
- http://hookrace.net/blog/porting-nes-go-nim/
...etc
$ ts hack // Only programming topics
$ ts hn // HackerNews
$ ts github // GithubTrends
$ ts tc // TechCrunch
$ ts a16z // Andreessen Horowitz
$ ts tnw // The Next Web
$ ts ms // Mashable
$ ts dn // Designer News
$ ts forbes // Forbes - Tech
$ ts echojs // Echojs
$ ts rdaily // RubyDaily
- Fork (https://github.com/timakin/techstack/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request