├── .gitignore ├── LICENSE.md ├── Lab ├── Artificial Intelligence │ └── .gitkeep ├── Information Security │ └── .gitkeep ├── Internet of Things │ └── .gitkeep ├── Mobile │ └── .gitkeep ├── Virtual Reality │ └── .gitkeep ├── Web │ └── .gitkeep └── template.md ├── Library ├── inspiration.md └── stage.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # OS X 2 | .DS_Store 3 | .AppleDouble 4 | .LSOverride 5 | Icon 6 | ._* 7 | .Spotlight-V100 8 | .Trashes 9 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Licensed under the **MIT** license 2 | 3 | > Copyright (c) 2017 Hyper Interaktiv AS 4 | > 5 | > Permission is hereby granted, free of charge, to any person obtaining 6 | > a copy of this software and associated documentation files (the 7 | > "Software"), to deal in the Software without restriction, including 8 | > without limitation the rights to use, copy, modify, merge, publish, 9 | > distribute, sublicense, and/or sell copies of the Software, and to 10 | > permit persons to whom the Software is furnished to do so, subject to 11 | > the following conditions: 12 | > 13 | > The above copyright notice and this permission notice shall be 14 | > included in all copies or substantial portions of the Software. 15 | > 16 | > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 20 | > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21 | > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22 | > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /Lab/Artificial Intelligence/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Artificial Intelligence/.gitkeep -------------------------------------------------------------------------------- /Lab/Information Security/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Information Security/.gitkeep -------------------------------------------------------------------------------- /Lab/Internet of Things/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Internet of Things/.gitkeep -------------------------------------------------------------------------------- /Lab/Mobile/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Mobile/.gitkeep -------------------------------------------------------------------------------- /Lab/Virtual Reality/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Virtual Reality/.gitkeep -------------------------------------------------------------------------------- /Lab/Web/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperoslo/hyper-radar/278145d40c7b72d02c64bd52c065d5899c4d91a7/Lab/Web/.gitkeep -------------------------------------------------------------------------------- /Lab/template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 19 | 20 | 24 | 25 | # Title 26 | 27 | * Website: https://github.com/hyperoslo 28 | * Documentation: https://github.com/hyperoslo 29 | * Demo: https://github.com/hyperoslo 30 | * Categories: NLP, Bot engines, ... 31 | * Platform: Web, mobile, ... 32 | * License: MIT 33 | 34 | **Indicators:** 35 | - [x] Good documentation 36 | - [x] Easy-to-use API 37 | - [x] Strong community 38 | - [x] Production ready 39 | - [x] Would I use it? 40 | 41 | ## Overview 42 | 43 | A short description of what the summary is about. Try to keep it simple and 44 | informative, without digging into details. 45 | 46 | ## Features 47 | 48 | * Feature 1 49 | * Feature 2 50 | * Feature 3 51 | 52 | ## What is it for? 53 | 54 | Describe the problems that this tool seeks to address and solve. 55 | 56 | ## Usage and examples 57 | 58 | - Demonstrate real-world use cases for this tool to be applied in and 59 | show its best. Provide existing examples and describe how they work. 60 | - Give you thoughts on how relevant it is for us and our customers. 61 | 62 | ## Advantages 63 | 64 | List advantages comparing to existing solutions: 65 | 66 | * Advantage 1 67 | * Advantage 2 68 | * Advantage 3 69 | 70 | ## Disadvantages 71 | 72 | List disadvantages comparing to existing solutions: 73 | 74 | * Disadvantage 1 75 | * Disadvantage 2 76 | * Disadvantage 3 77 | 78 | ## Summary 79 | 80 | Summarize your review in such a way that readers can rapidly become 81 | acquainted with material without having to read it all. 82 | 83 | ## References 84 | 85 | * https://github.com/hyperoslo 86 | 87 | **Reviewed by** [Author 1](https://github.com/hyperoslo) 88 | -------------------------------------------------------------------------------- /Library/inspiration.md: -------------------------------------------------------------------------------- 1 | # Inspiration 2 | -------------------------------------------------------------------------------- /Library/stage.md: -------------------------------------------------------------------------------- 1 | # A categorized list of links to slides from presentations 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Research and development at Hyper 2 | 3 | We at [Hyper](https://www.hyper.no) are actively doing research in different 4 | areas of information technology. It's in our DNA to be curious about new trends 5 | and developments, as it's the only way to survive in a fast-changing industry. 6 | 7 | Every day we are testing new tools, building our own 8 | [open source projects](https://github.com/hyperoslo) and taking an active role 9 | in developer communities. This is an amazing feeling to be inspired and being a 10 | source of inspiration. But at the same time it's not easy neither to learn how 11 | to search through all the "data smog" of information nor to filter, sort and 12 | keep in memory most interesting, relevant and engaging findings. 13 | 14 | It's important to be one step ahead of the heard, never stop learning, 15 | exploring and experimenting. And it's equally important to keep a balance 16 | between jumping on a brand new technology and being stuck with existing, time 17 | proven and working solutions. That's why we're starting **Hyper Radar** 18 | project. 19 | 20 | **This repo aims to be:** 21 | 22 | - A well structured knowledge base with intuitive navigation through topics, 23 | articles and discussions. 24 | - A source of inspiration and a driver of innovation. 25 | - A designated place for writing down bright ideas and suggestions. 26 | - A place to share, discuss and review trending tech topics and new promising 27 | tools. 28 | 29 | **Everyone is welcome to participate:** 30 | 31 | - [Start](https://github.com/hyperoslo/hyper-radar/issues/new) 32 | a discussion if you have something on your mind. 33 | - Choose an appropriate category and write a review (summary) if you want to 34 | put some light on any tech related topic. 35 | 36 | ## 📖 Table of Contents 37 | 38 | The project's structure will gradually change over time and is always open for 39 | adjustments. The main goal is to make it easy and intuitive to navigate through 40 | and find a relevant information. 41 | 42 | * [Lab](#areas) 43 | * [Stage](#tools) 44 | * [Inspiration](#inspiration) 45 | * [Contributing](#contributing) 46 | * [Author](#author) 47 | * [License](#license) 48 | 49 | ## 🔭 Lab 50 | 51 | We all have our own areas of expertise and preferences, something we're best 52 | at and can talk with excitement and enthusiasm for hours. And there is always 53 | something we're missing because we're so used to seeing what we already know 54 | and are comfortable with. The technology is not staying still, and from time to 55 | time it's healthy to force ourself into those uncomfortable spheres where we 56 | can start challenging our thinking. 57 | 58 | We need to know where our focus should be. Unexpected customer requests are 59 | inevitable and can't be foreseen, but what we can do is to be well prepared and 60 | know the right answers. It's hard to know everything without becoming 61 | a "Master of None", but it helps to have an overview of what is possible and 62 | what is not, without digging too deep into implementation details. 63 | 64 | We live to break down and solve complex tasks by creating practical, 65 | maintainable and scalable solutions. And this is the reason we love great 66 | development tools. But the right tools should be built upon the actual needs, 67 | not the other way around. There is no "silver bullet" that works in all the 68 | cases, so it’s important to remember that the main goal is to find out the most 69 | elegant and efficient way for solving a given problem, at certain circumstances. 70 | 71 | Share your experience to help in our community to stay sober and make the 72 | right decision when it comes to choosing a new library or programming 73 | language everyone around is talking about. Try to ask yourself the following 74 | questions when you write a summary: 75 | 76 | - What all the fuzz is about? 77 | - What is it for? 78 | - How mature the tool is? 79 | - How could it be applied to real-world problems? 80 | - What are the advantages and disadvantages comparing to existing solutions? 81 | - How relevant is it for us and our customers? 82 | 83 | ## 🎤 Stage 84 | 85 | Have you recently been a speaker at a local meetup or at a conference? 86 | Open the [Stage](https://github.com/hyperoslo/hyper-radar/blob/master/Library/stage.md) 87 | document and share a link to your keynote, so everyone can enjoy the slides 88 | and re-visit it on any day, at any time. 89 | 90 | ## 🦄 Inspiration 91 | 92 | Use [Inspiration](https://github.com/hyperoslo/hyper-radar/blob/master/Library/inspiration.md) 93 | document to share links to all the interesting reads you've found on the 94 | internet: popular tech-related stories, articles and everything that can 95 | inspire and push us forward. 96 | 97 | ## 🚀 Contributing 98 | 99 | We would love you be involved in **Hyper Radar** evolution! 100 | Come up with new ideas, play with new tech, participate in discussions and 101 | don't be afraid to express your own views and opinions. Have you built 102 | something cool? A library, side project or a homemade spacecraft? Go and share 103 | it with the world! 104 | 105 | - Create a pull request whenever you want to add new content and/or write a 106 | summary of one or another topic. 107 | - Choose the right category or create a new folder if it's something completely 108 | new. 109 | - Keep your summaries short and concrete. Remember that it's not an article, 110 | but just a brief, a detailed outline of a subject. 111 | - Examples are optional, but recommended. 112 | - Don't repeat existing topics, but feel free to update them with relevant 113 | details, comments and references. 114 | - [Create an issue](https://github.com/hyperoslo/hyper-radar/issues/new) to 115 | start discussions and create feature requests. 116 | - Be sure to check our past issues before opening new ones. 117 | 118 | **And let the party begin** 🎉 119 | 120 | ## Author 121 | 122 | Hyper Interaktiv AS 123 | 124 | ## License 125 | 126 | **Hyper Radar** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/hyper-radar/blob/master/LICENSE.md) 127 | file for more info. 128 | --------------------------------------------------------------------------------