Readit News logoReadit News
behiri commented on Just use fucking paper, man   andy-bell.co.uk/just-fuck... · Posted by u/tobr
behiri · a year ago
I use org mode for personal note taking and todo lists, and it has been working very well for me. for projects I put a TODO.org inside the docs folder and any TODO and bugfixes goes there (a simple todo.txt can do the same)

paper has never worked for me, it's hard to keep track of it and others can easily read it.

behiri commented on 4coder editor is now fully open source   github.com/Dion-Systems/4... · Posted by u/leoncaet
behiri · 3 years ago
I remember Casey Muratori was explaining his emacs key bindings in one of his handmade hero videos and he said something like 'I would use any editor that has these key bindings and split windows', so I guess that is when the 4coder idea came to life.
behiri commented on Unreal vs. Unity Opinion   gist.github.com/flibitiji... · Posted by u/ibobev
mikepurvis · 3 years ago
Running a unity build [1] means the compiler only has to parse and reason about the headers once. So you lose the parallelism of multiple TUs, but you gain on not doing the header crunching over and over again. Whether your codebase will benefit from that is a matter for testing, but many do.

[1]: https://en.wikipedia.org/wiki/Unity_build

behiri · 3 years ago
also by using unity build you don't need to link object files. I think that is main reason to use unity build, it eliminates need for any build system and compiling source code in a new machine is as simple as compiling a single transition unit.

Deleted Comment

behiri commented on Persepolis of ancient Persia rendered in WebGL   persepolis.getty.edu... · Posted by u/avestura
behiri · 3 years ago
You can look around with click and drag but you can't move. There was some art that I wanted to look at from close but I couldn't. at least an ability to zoom would have been good.
behiri commented on Show HN: I made a web game called Almost Pong   lessmilk.com/almost-pong/... · Posted by u/lessmilk
zuminator · 3 years ago
Phong
behiri · 3 years ago
blinn
behiri commented on Notepad++ v8.2 Released   community.notepad-plus-pl... · Posted by u/philonoist
behiri · 4 years ago
I used Notepad++ for almost 10 years, just for viewing text files because of its right click context menu option and performance. but few weeks ago I decided to try sublime which is good but still notepad++ if faster. (sublime takes a few seconds more to load)

u/behiri

KarmaCake day4August 11, 2021View Original