telescope VS IPC144

Compare telescope vs IPC144 and see what are their differences.

telescope

A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)

IPC144

Seneca College IPC144 Course Notes (by Seneca-ICTOER)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
telescope IPC144
335 70
92 0
- -
6.6 0.0
25 days ago over 2 years ago
JavaScript HTML
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

telescope

Posts with mentions or reviews of telescope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-22.
  • Breaking Telescope
    1 project | dev.to | 30 Jan 2023
    It all starts with an old 400 error that was occurring in Telescope for a while now, first documented here.
  • Starchart: Choosing a technology
    5 projects | dev.to | 22 Jan 2023
    Sattelite for the back end
  • Choosing a path
    3 projects | dev.to | 20 Jan 2023
    There are a few places to start with this, one is that we have an issue in Telescope that relates to what I think is the session no longer existing in certain situations that results in a 400. This will give me an opportunity to take a look at Telescopes auth flow. I still am kind of unfamiliar with Telescope despite having been in the last OSD course. I know that we use passport SAML in Telescope however and in the new project we will use a different library called SAMLIFY.
  • Planning: Using Satellite features in Starchart
    3 projects | dev.to | 20 Jan 2023
    The project is currently in the planning phase, and being part of the development team, I have been researching ways to add relevant bits of Satellite in the Remix Blues Stack project, we intend on using for Starchart.
  • Telescope: How I set it up
    1 project | dev.to | 18 Jan 2023
    As a good well-established project, Telescope provides a great environment setup guide, which covers most use cases.
  • Spying on Starchart
    2 projects | dev.to | 17 Jan 2023
    It's been a year since I was supposed to work on Telescope for a class. When the war in Ukraine started in February 24th, 2022, I almost fully stopped contributing. Now, this year I am trying to do more, even though it's not my class anymore. Because I wish that I did more back then.
  • Setting up Telescope
    1 project | dev.to | 12 Jan 2023
    This week, I decided to setup Telescope locally. I had previously contributed to telescope and had set it up already. However, I faced some problems starting it up locally after a shutdown and startup sequence. This was hard to debug since there was no error message, just containers on docker would not start up even after waiting for several minutes. These problems would fix after a restart or just randomly after a few tries. So, I decided to go through the setup again.
  • Setup for Telescope
    3 projects | dev.to | 9 Jan 2023
    Task This week, I try to revisit my setup for running the Telescope project, a single page website that aggregates blog posts.
  • Telescope -filtering feed URLs - release
    1 project | dev.to | 11 Dec 2022
    This week, I finished implementing the feature for filtering out irrelevant feed URLs. Previously, I had added a function for the filtering but had to write the test for it.
  • Patching It Up, Part 3: Release
    1 project | dev.to | 11 Dec 2022
    The two PRs(1 2) mentioned last time were merged without a hitch. For the one that's about parsing Twitch channel feed URL, the maintainer and I agreed that there should be a follow-up issue opened to expand it to YouTube Channel(s). They also found another bug in the sign-up that should exist as its own issue about the RSS feed URL(s) having incorrect domain. For details about them, please see my last post.

IPC144

Posts with mentions or reviews of IPC144. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-17.
  • Code review
    2 projects | dev.to | 17 Dec 2021
    Reviewing two PRs from a classmate is one of the duties for this project. The PRs, as well as my reviews, are available here and here. Both of the PRs I reviewed were really well-written and detailed, with very few mistakes. It was interesting to observe how different people approached certain changes, such as adding a svg file.
  • Release 0.3 Seneca-ICTOER/IPC144
    1 project | dev.to | 16 Dec 2021
    For this assignment we had to contribute to a Seneca repository. I chose the IPC144 repo.
  • Result: Contributing to a open source project
    1 project | dev.to | 10 Dec 2021
    Issue: https://github.com/Seneca-ICTOER/IPC144/issues/64 I worked on the standardized front matter across all markdown pages. This open-source project is the C language course notes of my major program.
  • Release 0.4 - Final
    2 projects | dev.to | 10 Dec 2021
    And the reason why the web-only artifacts is still appear on the PDF page is because the --excludeSelectors option is not implemented enough. I have to add .clean-btn to the --excludeSelectors, the purpose of this is not to include the "On the page" artifact in side the PDF page. This is the final source code I have implement for this improvement and my pull request
  • Release 0.4 - Release
    1 project | dev.to | 10 Dec 2021
    I think I was able to do a good job meeting my goals I gave myself in my planning phase of this release. I was able to finish the issues well on schedule while balancing my other courses like I hoped and I was able to properly audit and fix both issues #122 and #123 without needing too many changes after review. What I learned from those two issues is the importance to read and checkout other issues/pull requests, especially for smaller repos. As I was told in the review for both my issues, I learned that the project recently made changes with how we would format the frontmatter. In PR #142 we no longer use the slug for pages due to inconsistency with links and we also need to include a description to follow the standardized Frontmatter as updated in PR #143.
  • Release 0.4 - My progress
    1 project | dev.to | 10 Dec 2021
    The first issue I was working on IPC144 Course Note is about improving the usability of the PDF file generated from the website. All contents are generated inside the PDF, however, we want to get this better since some of the pictures are not showing properly, and also the web-only artifacts are still on the PDF, which we do not want it when we use the "PDF" version. convert-to-pdf.sh file would be modified a bit to accomplish this.
  • Release 0.4 Release
    2 projects | dev.to | 10 Dec 2021
    Issue #113
  • Finishing Up Release 0.4
    2 projects | dev.to | 10 Dec 2021
    PR
  • Release 0.4 - Part 3
    2 projects | dev.to | 10 Dec 2021
    As for this pull request, the code review went much more smoothly, with me having to only make minor changes to ensure that it would not cause any errors when built.
  • Release 0.4 - Part 2
    2 projects | dev.to | 10 Dec 2021
    2. #issue-107

What are some alternatives?

When comparing telescope and IPC144 you can also consider the following projects:

graphql-tools - :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

IPC144 - Seneca College IPC144 Course Notes

github-readme-streak-stats - 🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README

IPC144

material-dashboard - Material Dashboard - Open Source Bootstrap 5 Material Design Admin

Docusaurus - Easy to maintain open source documentation websites.

novu - 🔥 The open-source notification infrastructure with fully functional embedded notification center 🚀🚀🚀

lighthouse - Automated auditing, performance metrics, and best practices for the web.

satellite - A Microservice Framework for Telescope

brain-marks - [Not Active] Open-source iOS app to save and categorize tweets

bedrock - Making mozilla.org awesome, one pebble at a time

execa - Process execution for humans