Readit News logoReadit News
rmuratov commented on My productivity app is a never-ending .txt file (2020)   jeffhuang.com/productivit... · Posted by u/simonebrunozzi
Brajeshwar · 11 days ago
Been in a similar philosophy for a while now. I like the idea of staying native to the OS, using open formats as much as possible, and using interoperable toolings.

The idea is to approach content as data-first, with tools on top, and be at ease with plans to Walk-Out when needed.

Besides the article in discussion, here are a few inspirations for plain-text as the defaults.

- The writing of our very own Obsidian’s CEO, Steph Ango at https://stephango.com @kepano on HN.

- A Plain Text Personal Organizer, https://danlucraft.com/blog/2008/04/plain-text-organizer/

- A template to organise life in plain text, https://github.com/jukil/plain-text-life

- Achieve a text-only work-flow, http://donlelek.github.io/2015-03-09-text-only-workflow/

- Note Taking, Writing and Life Organization Using Plain Text Files, http://www.markwk.com/plain-text-life.html

- Plain Text Journaling System, https://georgecoghill.wordpress.com/plain-text/

- Plain Text Project, https://plaintextproject.online/

- PlainText Productivity, http://plaintext-productivity.net/

- The Plain Text Life: Note Taking, Writing and Life Organization Using Plain Text Files, http://www.markwk.com/plain-text-life.html

- Use plain text email, https://useplaintext.email/

- Writing Plain Text by Derek Sivers, https://sive.rs/plaintext

rmuratov · 11 days ago
Your "A Plain Text Personal Organizer" leads to some ad.
rmuratov commented on Qwen3-Next   qwen.ai/blog?id=4074cca80... · Posted by u/tosh
lend000 · 3 months ago
Prediction: AI will become commoditized ~15 IQ points higher than the state of the art models today, and with larger context, within 4 years as the incremental improvements in training from synthetic data plateaus (we've already used all the "real" data out there) and open source models are cheaply trained on the outputs of the big money models. Then AI development stagnates until someone invents an effective way to use competitive reinforcement learning to train generalized intelligence (similar to how AlphaGo was trained), removing the need for vast quantities of training data. Then, we get real AGI.
rmuratov · 3 months ago
How did we use "all the data"? New knowledge appears on the internet every day, new scientific articles and videos are published.
rmuratov commented on Show HN: A macOS app to prevent sound quality degradation on AirPods   apps.apple.com/us/app/cry... · Posted by u/mrtksn
jillesvangurp · a year ago
A good trick to prevent this is to set your microphone to an aggregate device that you create with the Audio Midi Device tool that comes with your mac.

Open that, and create a new aggregate device with just the system microphone. Then set that as the default microphone. And now when applications access the microphone for whatever reason, your bluetooth headphones don't switch profile and keep on using the aggregate microphone device.

It's one of those obscure hacks that should just be default behavior. Why would I want to switch to a low quality audio codec when I have a perfectly good microphone in the laptop? Answer: I don't want to. Never. Loads of people use expensive headsets and they all sound terrible when they take their calls. It's not necessary.

rmuratov · a year ago
Can you do the same with the iphone?
rmuratov commented on Plain Text Accounting (PTA)   plaintextaccounting.org/... · Posted by u/iscream26
ecaradec · a year ago
Is there an text editor that is able to autocomplete the categories in hledger format ? It would be great to type Assets:: and then get a list of the possible categories, but I haven't found any editor or extension that does it.
rmuratov · a year ago
A VS Code extension for ledger-cli provide autocomplete as long as your journal compatible with ledger-cli
rmuratov commented on A Rant about Front-end Development   blog.frankmtaylor.com/202... · Posted by u/xlinux
surfingdino · 2 years ago
I was recently on a project where the backend was written in Python and finished in two months. The frontend guys are still dicking around with React components eight months after the project started. The front end on this project is child's compared to the backend. It's frustrating.

There was a point in the history of front-end dev when they all started calling themselves "rock stars" and became convinced that they are the future of software development. The SPA trend gave frontend devs an excuse to write unmaintainable code, gave designers an excuse to call themselves software developers, and then they all told the world they are doing "full-stack development" when Node appeared. Meanwhile they never bothered to learn pre-SPA UI, UX, or content design principles.

Thing is, working on front end never gives you a chance to work on problems that backend has to deal with. I never let JS guys work on backend code, because they are lost if they cannot find a module online that does what they are asked to do, or is missing half of the features from the spec it promised to implement (always the hard ones). We then have to pick up the mess and rewrite it in Python or Golang, which is wast of time and money. I once quit when when the client showed me the Python code written by a JS dev. My devs refused to touch that shit and we went to work for another client.

rmuratov · 2 years ago
This is a big and poorly justified generalization.
rmuratov commented on Alexei Navalny has died   reuters.com/world/europe/... · Posted by u/0xdeafbeef
rmuratov · 2 years ago
I feel like nothing good will ever happen again.
rmuratov commented on Ask HN: What apps have you created for your own use?    · Posted by u/fuzztester
rmuratov · 2 years ago
https://sourcemap.tools/

It helps decipher JS error stack traces by applying source maps to them. In my previous company, we struggled to configure Sentry to work with source maps, and every error message was cryptic due to minification. First, I created a little command line utility and later made it a web app.

https://github.com/rmuratov/hledger-tools

Just some charts to summarize my monthly finance activity based on hldger journal.

rmuratov commented on The Flix Programming Language   flix.dev/... · Posted by u/sivakon
brigandish · 2 years ago
I also don't like "Unused definitions, type declarations, etc. are compile-time errors" as I often want to test the validity of a statement, like a type declaration, by compiling before using it. Much prefer warnings.

I don't mind the disallowing name shadowing, but I really, really hate (I mean that) websites that are just good ol' text and the odd picture that require Javascript. The excuse of "we used React, it's easy" seems odd given that HTML is much easier.

rmuratov · 2 years ago
> We use JavaScript for the online code editor.

u/rmuratov

KarmaCake day67April 4, 2016View Original