community
acid-banger
community | acid-banger | |
---|---|---|
9 | 9 | |
69 | 1,178 | |
- | - | |
7.6 | 0.0 | |
5 months ago | over 3 years ago | |
Jupyter Notebook | TypeScript | |
MIT License | - |
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.
community
-
Trying to decide best practices for production environment
Pros are instant HA and Migration. Cons are huge bandwidth hits. With your 4x1gbe you would be maxed out on replicating those 25 VMs. You wouldn't have anything for users. I have a test lab with 4 nodes, 22cpu 100gbram and 30tb space, using low end stuff, 12hdds. Proxmox, ceph dashboard, (the native ceph dashboard you can turn on), and a netdata.cloud account. So I watch it like a hawk and like to load test.
-
Ask HN: Reducing the maintenance surface area of hosting a small internal app
Docker-compose, not k8s. Set up a script to update the OS, pull all your containers and reboot after hours once a week or once a day. Make sure the script specifies non interactive. Set up alerting for low disk space, see https://netdata.cloud or use your own tool
-
What’s your preferred stack?
There can be some issues if you mix and match elastic versions, wazuh versions, logstash versions. But the documentation guides you very well with matrix of what is and is not compatible. You will want a beefy VM to run it in, I started smaller than I should of, and after running a while it kind of puked on itself, certain things would randomly stop working. After giving it 32GB RAM, plenty of disk 4TB, and 8 vcpu, it now runs like a top. of course you will need to run, test and tune all the config files for Ossec, Wazuh, Logstash etc. The big one being JVM heap memory settings, larger these can be, the better performance. Also if you can, run it on SSD disk, helps alot being there is lots of I/O, log ingestion, processing etc. One free Linux monitoring platform I use, which I highly recommend for all Linux servers is netdata.cloud. Awesome, awesome, awesome! It actually helps tune and get real time health of the Wazuh server, and can point out pain points with hardware being undersized for example, too much swap utilization, disk I/O etc. Regardless, check that out regardless.
-
Netdata on MacOS
$ brew info netdata netdata: stable 1.29.3 (bottled) Diagnose infrastructure problems with metrics, visualizations & alarms https://netdata.cloud/ Not installed From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/netdata.rb License: GPL-3.0-or-later ==> Dependencies Build: autoconf ✘, automake ✘, pkg-config ✔ Required: json-c ✘, libuv ✘, lz4 ✘, [email protected] ✔ ==> Caveats To start netdata: brew services start netdata Or, if you don't want/need a background service you can just run: /usr/local/opt/netdata/sbin/netdata -D
-
Monitoring Software 2021
Try netdata.cloud
-
Netdata cloud and data control
What I know is that each node's data is still primarily stored on the node itself, and I've figured that the Registry used by Netdata cloud stores only URLs and randomly generated UUIDs. So my question is, will any other data be stored outside of my nodes? Does Netdata Cloud have access to my servers 24/7 or only when I got a browser tab with Netdata cloud open? Is there more information on security and data collection (besides GDPR and personal data collection) available on your site, netdata.cloud?
- Top 10 Trending GitHub Repositories
-
Introduction to StatsD
StatsD in Netdata
-
Ansible Is Stressing Me Out More Than Doing
hey, sorry about taking so long to reply, and thanks for opening an issue on Gitlab. I just released v1.0.0 of https://xsrv.readthedocs.io/en/latest/ and will try to send a PR to https://github.com/netdata/community/tree/main/netdata-agent-deployment explaining how to bootsrap netdata from the ansible monitoring role in the coming weeks.
acid-banger
-
I Dockerized The Endless Acid Banger: Algorithmic self-composing acid techno music running live in your browser
One more suggestion. Fork the original repo https://github.com/vitling/acid-banger and add the Dockerfile there, then build the webpack and use COPY . /usr/share/nginx/html/ in the Dockerfile. That way you can contribute it back to the original author and you don't have to manually keep your js files in sync.
-
Top 10 Trending GitHub Repositories
View on GitHub
- An algorithmic human-computer techno jam
-
Algorithm creates Endless Acid Bangers in your browser
Have at it ;) - https://github.com/vitling/acid-banger/blob/main/src/pattern.ts#L78
-
The Endless Acid Banger: algorithmic self-composing acid techno music
Wasn't me that built it (sorry for the confusion, just realized I didn't explicitly disavow authorship) but it's all typescript: https://github.com/vitling/acid-banger
- The Endless Acid Banger: algorithmic self-composing acid techno music running live in your browser
What are some alternatives?
difftaichi - 10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
audioworklet-polyfill - 🔊 Polyfill AudioWorklet using the legacy ScriptProcessor API.
Awesome-Linux-Software - A list of awesome applications, software, tools and other materials for Linux distros. [Moved to: https://github.com/luong-komorebi/Awesome-Linux-Software]
Awesome-Linux-Software-zh_CN - 🐧 一个 Linux 上超赞的应用,软件,工具以及其它资源的集中地。
snmp_exporter - SNMP Exporter for Prometheus
cwa-app-android - Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
tetris-os - An operating system, but it only plays Tetris. [UnavailableForLegalReasons - Repository access blocked]
Awesome-Linux-Software - 🐧 A list of awesome Linux softwares
Statsd - Daemon for easy but powerful stats aggregation
tmux - tmux source code