Live data from Hacker News

炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

github.com

81–90 of 112 posts

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#81

Earlier quoted context omitted.

That's a very cool script! And it looks remarkably like Arabic. At first I thought it was a descendant from Arabic, but a Wikipedia detour shows that the most common ancestor is actually Aramaic script.

Yeah. Another one I like but not quite as much is Tibetan https://en.wikipedia.org/wiki/Tibetan_script It looks like some kind of alien runes. It's not vertical and has discrete letters but nevertheless, looks nice.

[deleted]

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#82

Earlier quoted context omitted.

I've worked for maybe ten years in the open source space, as a maintainer and contributor. I've seen thousands of pull requests in that time. Some great. Most ok. Some terrible. All made by people who want to contribute in some way for free. I've seen close to zero spam pull requests. Are these common?

https://github.com/expressjs/express/pulls?q=is%3Apr+is%3Acl...

Wow! That spam seems so bad and dumb that it seems unlikely this would be deterred by the repo being in Japanese.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#83

Checking out this repo just made me realize that a good way to prevent getting spammed pull requests in your repo is to maintain it in a langauge other than English.

I've worked for maybe ten years in the open source space, as a maintainer and contributor. I've seen thousands of pull requests in that time. Some great. Most ok. Some terrible. All made by people who want to contribute in some way for free. I've seen close to zero spam pull requests. Are these common?

In addition to what the other replies have said, just a couple of years ago some company or group was running a competition which gave away something and caused a bunch of nuisance PRs adding almost literal garbage to READMEs. After criticism the ones running the competition eventually said repository owners could opt-out. This is only from recollection so I might have some things wrong about it. Fortunately it hasn't repeated itself.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#84

THIS! So much this!! With the jump from 2D screen to AR-based UI, we have the chance to re-think all of the conventions that have gripped UI/UX design over the past few decades. How many apps would benefit from being able to visualize data in a 3D space? How many new ways could we interact with computers, if we could reach out and touch things? Text editing, video editing, image editing (visualizing Photoshop layers?…

This might interest you too: https://github.com/tikimcfee/LookAtThat

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#86
post #65

Earlier quoted context omitted.

I find it hard to believe you encountered a single key combination when starting to use vi. Maybe you got far enough to see "ctrl-v"? There are 108 unmodified choices before you'd ever need a combination.

: is shifted on almost every keyboard layout, so saving or quitting would require at least one key combination (OK, arguably you can quit with caps lock, Z, Z, caps lock). But I suspect he meant "sequence of keys" by "key combination" in what was clearly intended to be a humorous parody of the previous comment.

I always remap : (colon) to ; (semicolon) in vi clones to avoid having to use the shift key.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#87

Earlier quoted context omitted.

I've worked for maybe ten years in the open source space, as a maintainer and contributor. I've seen thousands of pull requests in that time. Some great. Most ok. Some terrible. All made by people who want to contribute in some way for free. I've seen close to zero spam pull requests. Are these common?

In addition to what the other replies have said, just a couple of years ago some company or group was running a competition which gave away something and caused a bunch of nuisance PRs adding almost literal garbage to READMEs. After criticism the ones running the competition eventually said repository owners could opt-out. This is only from recollection so I might have some things wrong about it. Fortunately it hasn'…

This sounds like Hacktoberfest with Digital Ocean, specifically. I could also be wrong, but that is the one that stood out to me.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#88
post #63

Earlier quoted context omitted.

I don't mean this to be a striking criticism of Emacs, however, I had the exact same experience. To be fair I've been using Vim for many years so that may have influenced how difficult it was for me to understand the Emacs key bindings. I didn't even have enough time to check out all the cool extensions

As an emacs user I genuinely believe vim bindings are better, but emacs is more powerful than at least vim (I can’t speak for neovim). Edit: and I really do wish there was more unbiased content relating to the pros and cons of either.

Emacs has a very long tail indeed of elisp extensions which Neovim has yet to fully catch up with. Neovim is well on its way however, and uses a programming language which many people already know and which is in any case familiar and easy to pick up. Lua has its quirks, elisp is pretty weird even for a Lisp (credit where credit is due, the elisp documentation is fantastic).

I've used Emacs off and on for years, and lately have settled on Neovim. The Spacemacs / Doom style configuration gives Emacs a fairly nice user interface, but I've never managed to hit a sweet spot of running all the fancy stuff I want to run, and not having the editor randomly pause / stutter.

With Neovim I've found that I can load it up and it still starts in under half a second, keeps up with typing/scrolling under all circumstances, and so on. For me that's the right tradeoff, ymmv.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#89

Checking out this repo just made me realize that a good way to prevent getting spammed pull requests in your repo is to maintain it in a langauge other than English.

Japan is somewhat a world of its own when it comes to open source projects. (And also commercial software, I suppose.) Mostly due to the language barrier. There's some wonderful stuff out there that's unfortunately only documented in Japanese. Even the Ruby language took about five years after becoming popular, to cross the language barrier and become used outside Japan.

Re: 炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space

#90
post #21

Earlier quoted context omitted.

English had beautiful writing, but it was destroyed by technology. First by the printing press, then by typewriters, then by low-resolution computer monitors. All of the human character and calligraphic qualities of the script have been mechanically stripped away in order to better accommodate what are now outdated legacy technologies, but everyone is so used to the status quo that we don't even realize what we've lo…

Alternatively, we've made things a lot more legible for people from different backgrounds to understand. Deciphering modern fonts is a lot easier than deciphering cursive script, and hand-writing complicated scripts just raises the barrier of entry for people to communicate in written form

Good traditional handwriting is not less legible. You're just not as used to it, or you have only seen bad examples (like handwritten letters written by older people with shaky hands, or poor spelling, or misaligned lines). If you spend a little time with it, it's just as easy to read as the block characters we use in digital media and print.
Post reply on HN