Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timakin/ts
TechStack: Subscribe tech headlines from terminal.
https://github.com/timakin/ts
Last synced: about 1 month ago
JSON representation
TechStack: Subscribe tech headlines from terminal.
- Host: GitHub
- URL: https://github.com/timakin/ts
- Owner: timakin
- License: mit
- Created: 2015-04-29T13:54:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T05:50:01.000Z (almost 8 years ago)
- Last Synced: 2024-06-19T04:22:08.237Z (5 months ago)
- Language: Go
- Homepage:
- Size: 21.3 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TechStack
============## For what?
Fat RSS reader disturbs your effective information gathering.Subscribe popular resources simply with CLI.## Supported Services
- ProductHunt
- Reddit - Programming
- HackerNews
- GithubTrends - All languages#Daily
- TechCrunch
- Mashable
- The Next Web
- Designer News
- Forbes - Tech
- RubyDaily
- Echojs
- Andreessen Horowitz(a16z)## Installation
```bash
$ go get -u github.com/timakin/ts
```## Example
*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
```## Other Options
```
$ 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
```## Contribution
1. Fork ([https://github.com/timakin/techstack/fork](https://github.com/timakin/techstack/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[timakin](https://github.com/timakin)