Most active commenters
  • rpastuszak(5)

53 points rpastuszak | 29 comments | | HN request time: 1.038s | source | bottom
1. luqtas ◴[] No.42194851[source]
you can always install Emäcs and put this at your init.el file;

(menu-bar-mode -1)

(scroll-bar-mode -1)

(tool-bar-mode -1)

pronto, a solid decades old platform that is privacy oriented (whatever that means on text editors); runs flawlessly on Android too, has an easy sync with Syncthing (just add (global-auto-revert-mode) for real-time synchronization) to your computer/server; ALL shortcuts are customizable so you can set Copy/Paste/Cut to whatever is most ergonomic and crazy stuff like accessing your ibuffer with i-search mode for an easy navigation at your files that's keyboard-centric but you can use your mouse with its buttons doing whatever you want/set, just fine; org-mode...

it can even run on a, distraction free, terminal ^-^

replies(7): >>42196397 #>>42196408 #>>42197022 #>>42197100 #>>42198026 #>>42198104 #>>42199141 #
2. turnsout ◴[] No.42194867[source]
Man, best of luck: "simplicity" and "personalization" are in pretty tight tension. Should inspire some interesting solutions!
replies(1): >>42195261 #
3. jpcom ◴[] No.42195046[source]
"It doesn't get in my way, it doesn't try to extract value from me."

How am I supposed to pay my internet

4. listenfaster ◴[] No.42195210[source]
I really like your esthetic, and look forward to reading more of your open garage thoughts!

Unpacking your state of mind as you try to be vulnerable in your journaling in your coffee shop mode post - something I deeply relate to. Nice to see this up front this morning. https://untested.sonnet.io/notes/sketch-enso-coffeeshop-mode...

5. rpastuszak ◴[] No.42195261[source]
Yup, that's one of the reasons I've been quite hesitant to add any features of the past few years!

I think it boils down to:

- intuitive vs. learned design (think: a window with a big X button vs. a terminal;) - limiting scope creep (so far I've been ok with that in Enso)

So:

- the UI will have a hint of the additional features (more visible on the first load), BUT - it should be perfectly accessible, intuitive and visually appealing to new users (that's easy, because this app from a technical pov is a dumbed-down text field with autofocus on)

An almost perfect example for me would be Winamp/WMP in 2000-2010s. You'd know instantly how to play your MP3s on it, but if you're curious/bored enough, you could customize the hell out of it, make it yours.

Another one would be... a wallet with custom artwork! or, any small practical item that is often customized or personalized.

So, something that feels mine but is also transparent, doesn't get in my way.

(I'm still thinking about finding the right way to describe this concisely. If you have better examples -- shout)

replies(1): >>42199076 #
6. uoaei ◴[] No.42195420[source]
like a toy -> inspires play?
replies(3): >>42196056 #>>42197072 #>>42197128 #
7. w-m ◴[] No.42196006[source]
I like the app and don’t need any customization options. Downloaded it after an earlier HN discussion I think.

The workflow of typing, then selecting a file name to save at the very end makes me somewhat uncomfortable. What happens if the app or the computer crashes? Will everything be gone?

This stops me from writing for really long sessions in there. Don’t want to type for an hour only to find everything is gone.

replies(1): >>42197118 #
8. maxace ◴[] No.42196056[source]
fun
9. methyl ◴[] No.42196397[source]
This is truly an infamous Dropbox comment moment https://news.ycombinator.com/item?id=9224
replies(2): >>42197057 #>>42197114 #
10. fipar ◴[] No.42196408[source]
I second your suggestion.

Or, alternatively, do as I did and just have an entry for darkroom-mode in your visibility Hydra :)

replies(1): >>42196776 #
11. luqtas ◴[] No.42196776{3}[source]
this 10 year old package was updated only 4 years ago! does it still works? /s
replies(1): >>42197490 #
12. spudlyo ◴[] No.42197022[source]
There is also the writeroom[0] and olivetti[1] modes for Emacs that focus on a distraction free writing experience.

[0]: https://github.com/joostkremers/writeroom-mode

[1]: https://github.com/rnkn/olivetti

replies(1): >>42198691 #
13. rpastuszak ◴[] No.42197057{3}[source]
I get this comment quite often tbf, but I enjoy the slight variations of configs people share :)
14. alganet ◴[] No.42197072[source]
ludic, then
15. teddyh ◴[] No.42197100[source]
Ëm̈äc̈s̈?
16. spudlyo ◴[] No.42197114{3}[source]
Is it though? That comment recommended a hodge-podge of open source tools to approximate what Dropbox offered in as a complete solution. GNU Emacs literally has a several decades head start on any new niche electronic writing tools and is, in my estimation, a towering achievement in this space.
replies(1): >>42198971 #
17. rpastuszak ◴[] No.42197118[source]
OK, so:

- almost every keypress is saved (+ the size limit is in MBs), so there's no need to worry.

Having said that, this is really useful feedback - somehow it has never occurred to me that this is not obvious, which is silly. That's on me of course. Thanks!

I'll: - add a save shortcut (for forced save) with a visual cue (e.g. a toast saying "saved") - add better copy + another way of marking occasional save points

If you have more suggestions, shout.

18. rpastuszak ◴[] No.42197128[source]
I like that. I like the word "plaything", but it doesn't capture practical things that feel playful.

https://untested.sonnet.io/notes/why-make-toys-why-play/

19. jpcom ◴[] No.42197490{4}[source]
in Clojure we come across this question all the time, it's really quite a delight when you realize that packages do not have a "Done" category on github; for some languages they need it.
20. fyt2024 ◴[] No.42198026[source]
I would use emacs in a blink of an eye. It is such an incredible and powerful software. Unfortunately it lacks a decent editor.
replies(1): >>42198687 #
21. thih9 ◴[] No.42198104[source]
For those who prefer vîm:

- https://github.com/junegunn/goyo.vim

- https://github.com/folke/zen-mode.nvim

- https://unix.stackexchange.com/a/140899

22. ashton314 ◴[] No.42198687{3}[source]
Alt-x package-install RET evil RET Alt-x evil-mode RET

Har har, and I'm sure you know about that. What's neat though is that snippet should work in plain stock vanilla Emacs—no need to setup package sources! Emacs 29 has gotten some much-needed improvements.

23. ashton314 ◴[] No.42198691{3}[source]
I use Olivetti whenever I have a single window visible. So nice.
24. James_K ◴[] No.42198944[source]
A lot of the elements on this website overlap eachother.
25. DoingIsLearning ◴[] No.42198971{4}[source]
Warning: this comment may offend some in the Emacs community.

> GNU Emacs literally has a several decades head start on any new niche electronic writing tools and is, in my estimation, a towering achievement in this space.

I love Emacs but I had to spend more time that I would like to admit making changes to my init file in the first months of seriously using it. The 'average' user expects to be able to hit the ground running with reasonable defaults.

A large fraction of my (blasphemous) changes was of course overriding keyboard shortcuts to match the expectations that average users have of what keyboard shortcuts should do, in at least the last 40 years of software. I don't have the mental bandwidth or appetite to learn incantations.

So to me I see emacs as a tool no different from Notepad++/VS Code but a tool I can actually open the hood and mod to my needs/preferences that also happens to have a huge community that I can leverage with all the packages and minor modes.

However, neither of this is realistic or practical as a key turn solution for the 'average' user looking for a distraction free editor.

26. turnsout ◴[] No.42199076{3}[source]
Yeah, sounds like you want something that has a simple and approachable UI but allows you to dig deeper when you need to. Not to point you to a competitor, but check out what iA Writer does with the UI on the Mac. While you're typing, it feels like there's no UI at all, but when you move the mouse, you get the full range of Markdown editing features.
27. curtisblaine ◴[] No.42199141[source]
Syncthing, by the way, is discontinuing their Android app.
replies(1): >>42199450 #
28. jdougan ◴[] No.42199450{3}[source]
No fear, there is a fork! Called, imaginatively enough, Syncthing-Fork.