Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Anarki Alternatives
Similar projects and alternatives to anarki
-
-
arc
Arc is an opinionated framework for defining data pipelines which are predictable, repeatable and manageable. (by tripl-ai)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
Lobsters
Computing-focused community centered around link aggregation and discussion
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
-
web-archives
Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari
-
endbasic
BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
-
-
plugin-foreign-env
Run foreign bash scripts and capture exported environment variables
-
nix-doc
An interactive Nix documentation tool providing a CLI for function search, a Nix plugin for docs in the REPL, and a ctags implementation for Nix script
-
ChessPositionRanking
Software suite for ranking chess positions and accurately estimating the number of legal chess positions
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
anarki reviews and mentions
-
Ask HN: Is there an open-source HN forum clone?
You might find something useful here:
-
Show HN: Hacker News Without News
It was published in the public version of 2009 https://github.com/arclanguage/anarki/blob/9f2e1dd53b5b66bb4... Look for "contro-factor" (i.e. controversial-factor).
This is old code, and the mods make tweaks here and there without warning, so the details may have changed. (I'm not sure if gravity changed from 1.8 to 1.6 (???).)
I didn't test it personally, but it feels like HN is using something very similar. And there are a few black box analysis of the sorting of the front page that got similar results. Also, minimaxir is the kind of person that is probably running an script to use the HN API to verify the claims.
-
RacketCon 2022
Not to mention arc/anarki (hn is/was written in arc - anarki comes with a "news" example app/forum):
-
Ask HN: Any tool to look C++ interpretation template form syntax to substitution
arc [1] / racket implimentation of demystifycpp might be able to provide something 'usable' at the command line / straight up web browser html file.
-
Our Roadmap for Nix
> People who think otherwise probably don’t understand why people like javascript and python and will never write any product that catches on.
Ironically, this has been posted on a popular site written in a dialect of scheme:
-
Ask HN: How does HN manage to be always online?
"ad-hoc filesystem based solution" is the closest of your definitions, I think. Last time I saw/heard, HN was built in Arc, a Lisp dialect, and use(s/d) a variant of this (mirrored) code: https://github.com/wting/hackernews
Check out around this area of the code to see how simple it is. All just plain files. A database, of sorts, but not in the way you might be expecting: https://github.com/wting/hackernews/blob/master/news.arc#L16...
There is a modern maintained variant at https://github.com/arclanguage/anarki/tree/master/apps/news as well.
File syncing between machines is pretty much an easily solved problem. I don't know how they do it, but it could be something like https://syncthing.net/ or even some scripting with `rsync`. Heck, a cronned `tar | gzip | scp` might even be enough for an app whose data isn't exactly mission critical.
-
Ask HN: Why are you programming your hobby projects in a niche language?
If you do want to get into it, checkout first the arc forums (the UI might be familiar to you: http://arclanguage.org/forum) and then after that check out Anarki which is a community-maintained fork of Arc, seems more up-to-date and has some QoL upgrades, https://github.com/arclanguage/anarki
Coincidentally, seems my post have been the top #1 post on the Arc forums since I first made it, ~17 days ago. That forum could do with a bit more of traffic :)
-
Ask HN: Add Archive.org link in past section of HN?
I got that to work in Anarki's fork of the HN forum a while ago[0] - a page presents you with a link to archive the url, and it saves the snapshot with the url in a table somewhere. Once archived, that link becomes a link to the archived page.
-
My Cheapskate Commenting System
I’m not sure exactly what you mean, but “News” is a HN-like open source web application: https://github.com/arclanguage/anarki/tree/master/apps/news
The Lobste.rs source is also open source: https://github.com/lobsters/lobsters
- Racket v8.3
-
A note from our sponsor - InfluxDB
www.influxdata.com | 11 Dec 2023
Stats
arclanguage/anarki is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of anarki is Arc.