Readit News logoReadit News
maxs commented on Notes apps are where ideas go to die (2022)   reproof.app/blog/notes-ap... · Posted by u/pps
maxs · 3 years ago
I agree with this. This is why every note I add must be repeated in spaced repetition style. This way I remember what is in my "mind palace" and keep ideas alive (or explicitly delete them / reduce their repetition period if they are bad). I use Obsidian with the repeat plugin.
maxs commented on Makefile Tricks for Python Projects   ricardoanderegg.com/posts... · Posted by u/celadevra_
maxs · 3 years ago
I prefer to stay in python, makefiles become very difficult to maintain. I use https://www.pyinvoke.org/
maxs commented on Tailscale Funnel now available in beta   tailscale.com/blog/tailsc... · Posted by u/dcre
maxs · 3 years ago
Can anyone explain how is this different to ngrok?
maxs commented on <3 Deno   matklad.github.io/2023/02... · Posted by u/scraptor
rubenfiszel · 3 years ago
I love deno so much and all of its ideas highlighted in the article (dependency management, security, performance) so much that I've build an entire framework around making scripting enterprise grade that is centered around deno support. The project is open-source [1], we even expose a web monaco editor and made the lsp support available using websocket and json-rpc. The goal here is to build enterprise-grade one-off script and workflows in deno, that can benefit from permissioned credentials, autogenerated UI (by parsing the main function parameters), a workflow engine similar to airflow/temporal, etc ...

We have a hub [2], centered around deno, that serves as our library of integration. An integration for us, is just a script that uses the right dependency to do an atomic action like fetching data or doing a POST.

We are betting big on deno, and are hoping with windmill to be the framework to make it enterprise-ready for other things than webservers (which most of the deno framework currently focus on).

[1]: https://github.com/windmill-labs/windmill [2]: https://hub.windmill.dev

maxs · 3 years ago
Very cool project, I bookmarked it as well and excited to try.
maxs commented on Gains I'm seeing from my second brain tool   joeldare.com/gains-im-see... · Posted by u/codazoda
woile · 4 years ago
I have quite a very same feeling. But as a way to review things, I also write flashcards when I think there's something useful I'd like to remember, or when I'm studying. Once you start remembering a flashcard, it will appear less and less often.

It's quite simple in Obsidian with the extension "Spaced Repetition":

What is foo? ? foo is bar

maxs · 4 years ago
That's a cool extension, I didn't know about it.

I built an entire app around the idea that every note participate sin the spaced repetition queue. For me it has made a lot of difference, as I have managed to internalize (as in put into a practice) a lot of the stuff that I put into my "second brain", for example insights from books I have read, videos I watched or blog posts, etc:

https://github.com/msipos/mind-palace

maxs commented on Contrastive Representation Learning   lilianweng.github.io/lil-... · Posted by u/yamrzou
maxs · 5 years ago
I don't quite understand how this works in an unsupervised setting.

The only thing that comes to mind is embedding that preserves distance, such as MDS (https://en.wikipedia.org/wiki/Multidimensional_scaling#Metri...)

maxs commented on Note Taking in 2021   blog.dornea.nu/2021/06/13... · Posted by u/cyneox
maxs · 5 years ago
Like everyone else on this tread I built a note-taking system!

Mine is called MindPalace and its special feature is that it is focused on spaced repetition and remembering the notes after they were written.

For me, whenever I would take notes, they would become stale and forgotten. Despite Emerson's quote “I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.”, I felt that there is a lot more to be gained from remembering them.

For instance, I can remember meetings past and insights gained by following up on meeting notes, or insights I got from reading books. I have almost a 1000 notes in my personal notebook.

BTW, the app is self-hosted and avilable here if anyone is interested: https://github.com/msipos/mind-palace

I'd be curious if anyone else does "spaced repetition note taking" and if anyone can share cool tools for that (my tool is not particularly good)

maxs commented on Django 3.2 – News on compressed fixtures and fixtures compression   paulox.net/2021/04/06/dja... · Posted by u/pauloxnet
travisjungroth · 5 years ago
I’m tempted to go FastAPI over Django on my next project, even though I’ve been a big Django user. A little more performance and a little less coupling, and maybe you can survive longer as a Python monolith. Then convert to Rust/Go/something in the unlikely event of wild success.
maxs · 5 years ago
Why do you think it reduces coupling? You can use Django apps to have decoupled Django services that all run in the same gunicorn webserver
maxs commented on How we bootstrapped a $1M ARR email client   missiveapp.com/blog/how-w... · Posted by u/plehoux
ta1234567890 · 5 years ago
It’s great what they did, very impressive and excellent product.

However, the article is a bit misleading, mainly for two reasons: “bootstrapped”, and “without spending a dime on marketing”.

They “bootstrapped” by financing the company with another profitable company. That technically means they were their own investors, but they weren’t limited only to the revenue that their email company was generating.

They didn’t spend “a dime on marketing”, but they did spend time promoting their product on several platforms, including producthunt, and they do have a blog (which is where the article is hosted), and they do have one full-time employee (out of four), in charge of marketing. So maybe what they truly meant is that they didn’t pay for advertising, but that’s different than not spending money on marketing, which they did, and in fact you could even say that it’s probably a significant part of their budget (given one of the only four team members is dedicated to marketing).

maxs · 5 years ago
Is there such a thing as true boostrapping? One always has to put some sweat/time in the pre-revenue phase. This time has a cost (opportunity cost + you could have had a job / did consulting)

u/maxs

KarmaCake day108September 19, 2011View Original