Readit News logoReadit News
andymac4182 commented on Node.js – v20.8.0   nodejs.org/en/blog/releas... · Posted by u/bricss
inglor · 2 years ago
We have at least ±5 more changes on the way to improve streams significantly (Node streams, then web streams), reduce the size of each stream and hot-path common cases.
andymac4182 · 2 years ago
Will these make it into v20 or will we need to wait till v21 as LTS isn't far away.
andymac4182 commented on Show HN: Open-source obsidian.md sync server    · Posted by u/acheong08
kepano · 3 years ago
(Obsidian CEO here)

Impressive! It's fun to see the diversity of ways people sync/backup their Obsidian files. The nice thing about storing all your notes on your device is that it makes it possible to move and edit your Markdown files in many different ways. That diversity of solutions is what makes the ecosystem of Markdown tools resilient over the long term.

There are already a handful of tools that allow you to sync your notes for free, including Git, Syncthing, and some other options more specialized for Obsidian (see community plugins).

Obsidian is a small company, we're not VC backed (100% user-supported), so the Sync pricing helps us stay in business and keep the lights on. We also have a 40% educational discount on all our services[1] so you could be paying $4.80 instead of $8 :)

Reverse engineering things is a fun technical challenge, and also helps us find potential holes in our system. The main problems I see with your solution: 1. it could easily break in a future update to the app, 2. "Obsidian Sync" is a trademark, so you should consider renaming the repo otherwise it can be confused for an official tool — that would be my only request

[1]: https://help.obsidian.md/Licenses+and+payment/Education+and+...

andymac4182 · 3 years ago
I have been looking at building a self hosted implementation of this service because of compliance reasons.

The $$$ of the service isn't the issue but making sure there is a good compliance option and self hosted to ensure that data doesn't leave boundaries and is stored securely on company servers.

If there was an option to have a paid self hosted option I would happily look at paying for that.

andymac4182 commented on Using WebAssembly to turn Rust crates into fast TypeScript libraries   rybicki.io/blog/2023/06/2... · Posted by u/chriscbr
andymac4182 · 3 years ago
I have a need to create 1 library that can be reused in JVM, NodeJS/TS, Python, Go.

I remember reading something about doing something similar to this but it creates libraries for multiple languages. Have you done something similar before or do you have an idea where to look?

Deleted Comment

andymac4182 commented on Svelte Moving from TS to JSDoc   github.com/sveltejs/svelt... · Posted by u/kodisha
andymac4182 · 3 years ago
Love to understand the benefits of this vs Typescript
andymac4182 commented on Show HN: YakGPT – A locally running, hands-free ChatGPT UI   yakgpt.vercel.app/... · Posted by u/kami8845
andymac4182 · 3 years ago
I might be missing it but do we have an idea about the prompt that ChatGPT uses so we can replicate the experience?

I haven't played with the OpenAI API yet. Is there examples of good prompts to use to get good responses?

andymac4182 commented on Datalust Seq adds Rust based query engine   blog.datalust.co/seq-2023... · Posted by u/andymac4182
andymac4182 · 3 years ago
I have been using Seq to process my locals for local dev and remote dev for a while. It is great to see this application drive even more performance without driving up the costs.

Using rust to replace a lot of the .NET based memory cache and query parsing they have pushed amazing performance out of small cheap instances and allowed you to push large instances even further.

Worth checking out if you want a great logging server that doesn't break the bank and can grow with you.

Not affiliated with Datalust just love their product.

andymac4182 commented on Show HN: Log collector that runs on a $4 VPS   github.com/Nevin1901/erlo... · Posted by u/Nevin1901
andymac4182 · 3 years ago
I have been using https://datalust.co/ to handle this. It scales really well down and up to how much you want to spend. It comes with existing integrations with a lot of libraries and formats and a CLI to push data from file based logs to their service.

They have just added a new parser and query engine written in Rust to get the best performance out of your instance. https://news.ycombinator.com/item?id=34758674

andymac4182 commented on Obsidian 1.0 – Personal knowledge base app   obsidian.md/1.0... · Posted by u/ericax
smeagull · 3 years ago
What I want from a note taking app:

* Takes pages from my browser

* Uses github to sync across platforms

* Has offline reading on mobile

* Tagging and a todo list for triaging notes.

Haven't found one yet.

andymac4182 · 3 years ago
Here is a way to capture pages from the browser in Obsidian https://stephanango.com/obsidian-web-clipper

https://github.com/denolehov/obsidian-git will help you sync across platforms

Obsidian has all files locally so can be read offline

I use a mix of tagging and two plugins (dataview and tasks) to accomplish the last one.

u/andymac4182

KarmaCake day10October 6, 2020View Original