dotfiles VS nocode

Compare dotfiles vs nocode and see what are their differences.

dotfiles

My configuration files and personal collection of scripts. (by BurntSushi)

nocode

The best way to write secure and reliable applications. Write nothing; deploy nowhere. (by kelseyhightower)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dotfiles nocode
18 108
141 59,383
- -
8.8 0.0
22 days ago 15 days ago
Vim Script Dockerfile
- Apache License 2.0
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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-30.
  • Ugrep – a more powerful, ultra fast, user-friendly, compatible grep
    27 projects | news.ycombinator.com | 30 Dec 2023
    So ired is a toy. One wonders how many search results you've missed over the years because of ired's feature "it's so minimal that it's wrong!" I mean sometimes tools have bugs. ripgrep has had bugs too. But this one has been in ired since 2009.

    What is it that you said? YIKES. Yeah. Seems appropriate.

    [1]: https://github.com/BurntSushi/dotfiles/blob/eace294fd80bfde1...

    [2]: https://github.com/radare/ired/blob/a1fa7904e6ad239dde950de5...

  • Framework 13 with AMD Ryzen 7040 Series Makes for a Great Linux Laptop
    4 projects | news.ycombinator.com | 15 Nov 2023
    I've been using X11 on my Framework laptop for years. No desktop environment at all. Just my regulard old school window manager[1]. No KDE or GNOME. But also no XFCE.

    The only thing I had to do to get scaling working for me was set two environment variables[2].

    I was indeed worried about this when I bought the laptop. Prior to this, I avoided anything with resolutions higher than 1920x1200. But it turned out that everything mostly worked with a couple tweaks.

    I think the only real issue I've run into is `git gui`. As I understand it, the GUI toolkit it uses doesn't support scaling? Not sure. I ended up working around it by just increasing font sizes. I suppose this exposes the weakness that is probably impacting you: the scaling on my laptop is being done by the GUI toolkits, not the display server or compositor. (I don't always run a compositor, but when I do, I use `picom`. Mostly just to avoid tearing.)

    [1]: https://github.com/BurntSushi/wingo

    [2]: https://github.com/BurntSushi/dotfiles/blob/ea3a88e6160f4244...

  • Docfd 0.8.5 TUI fuzzy document finder
    2 projects | /r/commandline | 20 May 2023
    Here's a really simple example: https://github.com/BurntSushi/dotfiles/blob/214aab9fdc45e7a507d41b564a1136eea9b298c9/bin/pre-rg
  • What setup do you use to program in rust?
    5 projects | /r/rust | 3 May 2023
    The full details of my setup (and more) are here: https://github.com/BurntSushi/dotfiles
  • Fastest XML node parsing library in Rust
    2 projects | /r/rust | 8 Apr 2023
    If it turns out to be the library (I'd wager not, 4 minutes feels excessive), then you could give roxmltree a try. This program deals with about 7GB of XML (my SMS history for the past few years) in about 15 seconds.
  • Do people write whole APIs in Rust?
    2 projects | /r/rust | 2 Apr 2023
    Did you try roxmltree? It worked really well for me and was quite fast: https://github.com/BurntSushi/dotfiles/blob/90f2acf2f45548ca0ff2da827f3108be0a965b74/bin/rust/searchsms/main.rs
  • would you use rust for scripting?
    6 projects | /r/rust | 20 Mar 2023
    find-invalid-utf8: walks a directory tree and prints invalid UTF-8 in files using nice hex escapes with coloring. This is useful for honing on in where invalid UTF-8 occur. You have a good bet of finding some by checking out any moderately sized repository of code. The Linux kernel used to have some. The Mozilla repo does. The CPython repo does too. This is why it's important for CLI tools to deal with invalid UTF-8 gracefully in some way.
  • What are some less popular but well-made crates you'd like others to know about?
    12 projects | /r/rust | 8 Jan 2023
    Yeah it's great! I used it to implement a little utility to convert a subset of SMS/MMS messages from an XML backup to a more readable plain text version: https://github.com/BurntSushi/dotfiles/blob/0b075d79a6ff8812a1f48a37b9858938b3eadc58/bin/rust/searchsms/main.rs
  • Ask HN: Can I see your scripts?
    73 projects | news.ycombinator.com | 15 Aug 2022
    My dotfiles: https://github.com/BurntSushi/dotfiles

    Here are some selected scripts folks might find interesting.

    Here's my backup script that I use to encrypt my data at rest before shipping it off to s3. Runs every night and is idempotent. I use s3 lifecycle rules to keep data around for 6 months after it's deleted. That way, if my script goofs, I can recover: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    I have so many machines running Archlinux that I wrote my own little helper for installing Arch that configures the machine in the way I expect: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    A tiny little script to recover the git commit message you spent 10 minutes writing, but "lost" because something caused the actual commit to fail (like a gpg error): https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    A script that produces a GitHub permalink from just a file path and some optional file numbers. Pass --clip to put it on your clipboard: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae... --- I use it with this vimscript function to quickly generate permalinks from my editor: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    A wrapper around 'gh' (previously: 'hub') that lets you run 'hub-rollup pr-number' and it will automatically rebase that PR into your current branch. This is useful for creating one big "rollup" branch of a bunch of PRs. It is idempotent. https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    Scale a video without having to memorize ffmpeg's crazy CLI syntax: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

    Under X11, copy something to your clipboard using the best tool available: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae...

  • Is it common for you guys to have an update break your system?
    2 projects | /r/archlinux | 11 Aug 2022
    Otherwise, the most common "breakage" I get is when I forget to update in a while. Used to be a mostly non-issue until package signing became a thing. Now I get lots of signing errors when I update. When that happens, I run this script and it usually fixes things: https://github.com/BurntSushi/dotfiles/blob/2f58eedf3b7f7dae7f0a7cea1a641459e25e5d07/bin/pacman-fix-keys

nocode

Posts with mentions or reviews of nocode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-21.
  • I'm Excited about Darklang
    1 project | news.ycombinator.com | 13 Mar 2024
    > "no cruft: no build systems, no null, no exception handling, no ORMs, no OOP, no inheritence hierarchies, no async/await, no compilation, no dev environments, no dependency hell, no packaging, no git, no github, no devops: no yaml, no config files, no docker, no containers, no kubernetes, no ci/cd pipelines, no terraform, no orchestrating, no infrastructure: no sql, no nosql, no connection poolers, no sharding, no indexes, no servers, no serverless, no networking, no load balancers, no 200 cloud services, no kafka, no memcached, no unix, no OSes"

    I'll be honest, I did the same and at first thought Darklang was a troll project along the lines of https://github.com/kelseyhightower/nocode.

    Either this is one hell of a project that is taking on all problems (and will consequently fail), or this pitch is misguided. The majority of what is listed there have nothing to do with languages.

  • Thinking Inside The Box: Relational Style Joins in SurrealDB
    2 projects | dev.to | 21 Feb 2024
    I hope this clears some of the fears of missing out (FOMO) that you might have about SurrealDB not having traditional SQL joins. You can still do the things you need to do such as with the subqueries. When it comes to the traditional joins though, we think about it more in terms of the joy of missing out (JOMO) because the best way to reduce errors in your code is by writing less code, as seen in our record links example.
  • Vanilla Design: The Best React UI Library Ever
    2 projects | dev.to | 2 Nov 2023
    Vanilla Design is a super lightweight, ultra high-performance React UI library. Vanilla Design Team places a great emphasis on code size and performance, drawing inspiration from the nocode philosophy, which has significantly boosted the security and maintainability of Vanilla Design. It's like they've added an extra layer of bulletproofing and polish to their creation!
  • efficiencyHack
    1 project | /r/ProgrammerHumor | 20 Sep 2023
  • Ask HN: How Airtable / Notion's Database is implemented?
    1 project | news.ycombinator.com | 26 Jun 2023
    There are some open source competitors to Airtable and Notion that can provide good insight. Check out https://github.com/kelseyhightower/nocode
  • Does Debian always have this many "release critical" bugs at release?
    1 project | /r/debian | 10 Jun 2023
    Well 100 is a number. And here is the relation: https://sources.debian.org/stats/ and here is how to get 0 bugs: https://github.com/kelseyhightower/nocode
  • Looking for partner to start hosting service
    1 project | /r/selfhosted | 21 May 2023
    This is my background and i years of experience hosting this..
  • Sunt masterele online worth it?
    1 project | /r/programare | 12 Apr 2023
    Asta kelseyhightower/nocode: The best way to write secure and reliable applications. Write nothing; deploy nowhere. (github.com) are mii de forkuri si zeci de mii de stelute, activitate masiva la 'issues' - mii, sute de 'pull requests', clar ca rezolva o problema reala, nu?
  • My manager wants me to code a bug free application
    1 project | /r/developersIndia | 10 Apr 2023
    Well, you can write a bug-free application..
  • Show HN: Gut – An easy-to-use CLI for Git
    19 projects | news.ycombinator.com | 30 Mar 2023
    First off, congratulations on entering the Computer Science!

    Second, I am not sure what is a bigger joke here, the project itself and the OP's innocuous and cute self-promotion or the fact that this post landed the HN's front page.

    0. Terms and definitions.

    "You" refers not to the author of the tool but to the dear reader who happens to stumble upon this comment in the stream of random screen scrolling.

    1. Comment body.

    Couple of things about CS classes and specifically about programming classes. They will teach you everything but the most important engineering principles. And you'll have to adjust your learnings once you leave the campus gate behind and enter the wilderness of real tasks and challenges.

    The first biggest lesson I learnt as a CS graduate was that the most beautiful, efficient and valuable software program is the one that does not exist, literally no code[0]

    The second biggest lesson I learnt as a CS graduate was YAGNI[0]. You never ever write a single line of code, even touch the keyboard until you are absolutely sure you have exhausted all possible options to solve your problem without getting your hands dirty with programming.

    The third biggest lesson I learnt as a CS graduate was RTFM[2]. It is so exciting to go to conferences and see people present fancy slides and watch youtube videos with lollipop coloured pictures explaining some complex topics in a eli5 style. Or read blog posts on a gazillion of websites posted by unknown unknowns but yet coming so convincing as if they were written by John Carmack or ChatGPT 5. But then none of them tell you the whole truth and show you the full picture. It is only official documentation, manuals and boring reference specifications that can help you find what you are looking for. And you will need to learn the skill of grinding hunderds of pages of badly styled refdocs to find that really nitty gritty quirky feature that consumed your whole day in finding out why your code does not work as expected. That's where you will start proceeding to the official docs and source code (if needed) before anything else (even Stackoverflow!).

    There have been so many git wrappers around, you can probably try them all (tig, jj, gh-cli, gitui, lazygit, gix, you google it). But then, no matter how much effort their authors invest in those tools, there will always be inconsistency between git and its wrapper and you find yourself resorting to git to do what was supposed to be covered by the bespoke tool. And then you learn to respect git, understand its concepts as they were designed, learn some bash and git aliases[3], ditch all those tools (or the majority of them) and proceed with your personal tailored toolbox where if you find something odd you adjust it for your needs within 10 minutes and chill out.

    [0] - https://github.com/kelseyhightower/nocode

    [1] - https://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it

    [2] - https://en.wikipedia.org/wiki/RTFM

    [3] - https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases

What are some alternatives?

When comparing dotfiles and nocode you can also consider the following projects:

nvim-tree.lua - A file explorer tree for neovim written in lua

Motor Admin - Deploy a no-code admin panel for your application in less than a minute. Stop wasting time on custom internal tools and focus on the actual product. Motor Admin allows to launch a custom admin panel for any application.

git-crypt - Transparent file encryption in git

swagger-core - Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API

rust-script - Run Rust files and expressions as scripts without any setup or compilation step.

ArnoldC - Arnold Schwarzenegger based programming language

vscodium - binary releases of VS Code without MS branding/telemetry/licensing

fpcupdeluxe - A GUI based installer for FPC and Lazarus

rust.vim - Vim configuration for Rust.

fetlang - Fetish-themed programming language

gitsigns.nvim - Git integration for buffers

lowdefy - The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.