chrisfrew.in VS ideas3

Compare chrisfrew.in vs ideas3 and see what are their differences.

chrisfrew.in

chrisfrew.in Website Source (by princefishthrower)

ideas3

An Extra 100 Ideas For Computing - https://samsquire.github.io/ideas3/ (by samsquire)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
chrisfrew.in ideas3
3 12
6 253
- -
6.7 0.0
3 months ago almost 2 years ago
MDX
- -
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.

chrisfrew.in

Posts with mentions or reviews of chrisfrew.in. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
    https://chrisfrew.in

    I try to focus on software and everything I've encountered through projects throughout my software career, but often a general post about thoughts on life / software in general sneak in here & there.

    My goal is always to share real world examples and code snippets, instead of the 1,000th iteration of the todo app.

  • Full Stack Forays with Go and gRPC
    5 projects | dev.to | 5 Jun 2023
  • Import a File as a Raw String in Gatsby or React
    2 projects | dev.to | 17 Apr 2021
    If you check out the repo for my blog, you'll see that I have a folder with each snippet actually as a normal code file in it's own language (.py for python, .cs for C#, .ts for TypeScript, and so on). As we'll see by the end of this post, I actually import each of these files as a raw string and then syntax highlight them using the prism-react-renderer library.

ideas3

Posts with mentions or reviews of ideas3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-22.
  • Ask HN: Anyone using or working on a life dashboard?
    4 projects | news.ycombinator.com | 22 Jul 2023
    I wrote some notes about this of what I want in my "life engine":

    https://github.com/samsquire/ideas#5-life-engine

    I never got into the quantified self but I did want a portal (such as similar to the Yahoo! and Excite.com days) in the early 2000s. of personal details that I can take actions on.

    Then a few years later I wrote about "life situational awareness apps"

    I want my phone and desktop computer system try to have widgets for "accommodation", "travel", "food".

    https://github.com/samsquire/ideas3#59-life-indicators---sit...

    I did write a question generator feed dashboard written in Electron that let you snap in data collectors that would let you save records of stock purchases and facts about yourself such as your salary. The idea is that you could get advice based on what you answer.

    https://github.com/samsquire/living-documents

    https://github.com/samsquire/living-documents-library (the app repository)

    Unfortunately it's probably not buildable and I forgot to take screenshots or videos.

  • It Took Me a Decade to Find the Perfect Personal Website Stack – Ghost+Fathom
    14 projects | news.ycombinator.com | 9 Jul 2023
    My blogging/journalling setup is simple.

    I just use GitHub. I just rely on the default repository view on GitHub.com

    I create a README.md and add markdown headings to the bottom or to the top (bottom if its a journal, top if it's a blog) and then when I get to 100-800 I create a new repository and repeat.

    https://github.com/samsquire/ideas (2013)

    https://github.com/samsquire/ideas4

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas2

  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
    Thanks for posting this Ask HN question.

    I journal ideas and thoughts about computers and software. I am interested in software architecture, parallelism, async, coroutines, database internals, programming language implementation, software design and the web.

    https://github.com/samsquire/ideas (2013)

    https://github.com/samsquire/ideas2

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas4 <-- this is recent but needs editing

    https://github.com/samsquire/ideas5 <-- this is what I'm working on now

    https://github.com/samsquire/startups

    https://github.com/samsquire/blog <-- thoughts I want to write about, but incomplete

    I use README.md on GitHub and create a heading at the bottom for each entry. I use Typora on Windows or the GitHub web interface to edit.

  • Ask HN: What's You Life's Work?
    10 projects | news.ycombinator.com | 14 Dec 2022
  • Dealing with Your Ideas
    4 projects | news.ycombinator.com | 28 Oct 2022
  • DBOS: A Database-Oriented Operating System
    4 projects | news.ycombinator.com | 3 Sep 2022
    I journal computer ideas and the ideas from database engineering are yet to percolate everywhere, especially to the desktop environment. Why is every company building frontends and backends when the CRUD problem could be solved properly once and for all and reused everywhere? We did the same for communication and kernels with Linux, Windows and BSD, and BSD sockets which is shared by practically everybody. Your React frontend is legacy and shall be rewritten in 5 years. But BSD sockets or the Linux kernel doesn't get rewritten everyday.

    Rather than writing hand rolled code for querying data structures and manipulating them as Linux does, we can define queries that retrieve data structures in in the shape we're looking for.

    To put this simply, this is extremely high level, and the idea that data layout, data structure and algorithm can be unaggregated for cache locality and performance and developer experience. We can form materialized views on top of other materialized views and calculate the most efficient retrieval and storage format based on the structure of the data.

    I suspect a materialized view, as in the data structures of the Linux kernel is more efficient than materializing a join at runtime.

    One of my ideas is "ideas4 9. Query for data structure", https://github.com/samsquire/ideas4#9-query-for-data-structu... which is the idea we should be capable of querying to retrieve data structure in the shape we want. The shape of the data lends itself to solving certain kinds of problems.

    An ideas3 is "Query database" https://github.com/samsquire/ideas3#17-query-database, we persist queries as we persist data and use them to optimise query format.

    I also had the idea # 10. in ideas4 to persist data access patterns directly and optimise that. https://github.com/samsquire/ideas4#10-access-pattern-serial...

  • A fully open-source and end-to-end encrypted note taking alternative to Evernote
    21 projects | news.ycombinator.com | 3 Sep 2022
    I am more likely to journal and blog if the friction to creating a post is as simple as opening a document and writing. The important part of journalling or note software is that you actually create notes. I did use Hetzner to run a Wordpress blog but it had an overhead of server expenses and keeping Wordpress up-to-date.

    I don't want my data trapped in a proprietary system where it is difficult to export, so I use plaintext. I looked into Publii [1] but I prefer my current plaintext setup. Today I journal software ideas, computer ideas, startup ideas and community ideas on GitHub in the open, as README.md files. My journal is all public on GitHub at the following links. There are over 550+ journal entries, I am sure you shall enjoy them.

    https://github.com/samsquire/ideas

    https://github.com/samsquire/ideas2

    https://github.com/samsquire/ideas3

    https://github.com/samsquire/ideas4

    https://github.com/samsquire/startups

    https://getpublii.com/

  • An Extra 100 Ideas for Computing
    1 project | news.ycombinator.com | 14 Jun 2022
  • Show HN: My Side Project Rocks – Share and discover side projects
    3 projects | news.ycombinator.com | 14 Jun 2022
  • Microgrants ($100–$500) for microprojects to make computing marginally better
    7 projects | news.ycombinator.com | 30 May 2022

What are some alternatives?

When comparing chrisfrew.in and ideas3 you can also consider the following projects:

heneli.dev - Heap State. It's a blog

hugotunius.se - My website/blog. Jekyll, S3, Cloudflare

ideas2 - Another 85+ Ideas for Computing https://samsquire.github.io/ideas2/

blog - My personal blog

periphery - A tool to identify unused code in Swift projects.

Nayuki-web-published-code - Complete collection of code files (*.java/js/py/cpp/etc.) published on Project Nayuki website.

ideas4 - An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/

go-cleanarchitecture - An example Go application demonstrating The Clean Architecture.

obsidian-github-publisher - Github Publisher helps you to publish your notes on a preconfigured GitHub repository from your Obsidian Vault, for free, and more!