Live data from Hacker News

Tomorrow Theme

github.com

91–100 of 139 posts

Re: Tomorrow Theme

#91
post #71

If HN believes creative thinking is a waste of time I’ll get downvoted for this but I fancy just letting my imagination go wild so here goes... Video gamers can supposedly differentiate between tones more similar to one another than non-gamers. Perhaps, if you made a theme of very similar colors, you could achieve the same benefit from programming. Although I suspect it might not work because the difference in the co…

You might find graphical programming languages like LabVIEW interesting; here's a little tutorial that shows what LabVIEW programs look like: http://www.ee.buffalo.edu/faculty/paololiu/edtech/roaldi/tut... "Wires" that carry values are color-coded according to their contents (integers are blue, floating point values are orange, booleans are green, etc.). Loops like FOR and WHILE are actual "loops" that encircle the r…

A professor of mine and I were discussing this as we were poring over some freshman 1st semester programming projects done by primarily artistic students in Max/MSP, which is extremely similar.

Looking at a program from the scope of functions, it looks pretty unremarkable, but when you scope out to view the scale of functions you can start to make out the flow of control, etc. Even farther out, you can visually see separations of concerns that the student has implicitly created by the arrangement of the code. It was really remarkable viewing the architecture from 10,000 feet like that.

It redefined how I viewed liberal arts students.

Re: Tomorrow Theme

#92

This is awesome, however I use Sublime Text Editor 2 of which there is no theme for and thus serves no purposes just yet.

Tomorrow theme is in the Sublime Text package manager... I know because I installed this two weeks ago via it.

Re: Tomorrow Theme

#94
I have been using this theme for years and I absolutely love it. I'm surprised it got upvoted so much on HN since it's not new at all, but by all means I would upvote this 1000 more times if I could. Amazing theme

Re: Tomorrow Theme

#95
post #58

As a CLI designer (silly as that sounds) it's nice to see a theme that doesn't abuse the 'bright' palette. Hated Solarized for that alone.

I'm honestly intrigued -- what type of software do you work on?

Re: Tomorrow Theme

#96

Nice... but how is this "better" than Solarized? I already have Solarized installed and set up the way I want. Why should I switch away?

Solarized is awesome, but lacks sufficient contrast for some of us. Currently using a modified version of Soda Theme, but always looking to mix it up, so might try this out!

Re: Tomorrow Theme

#97
Thanks for posting this theme. Here's what I've been doing for quite some time now:

- Terminal: ir_black, monaco 11 pt.

- Vim (console): ir_black, monaco 11 pt.

- MacVim: molokai, inconsolata, 14 pt.

I've been using emacs lately, though, where I've been using the twilight theme because zenburn wasn't working for me from the marmalade repo.

This theme is going everywhere. I really like the chalkboard/pastel color combo and have settled on this for now since it nice on my eyes.

Re: Tomorrow Theme

#98
Disappointed that it took me about 5 minutes to figure out why this was so important to HN. Neither the title or the link gives much information about what this is or why it is so great.

Maybe I'm just dumb.

Re: Tomorrow Theme

#100

Earlier quoted context omitted.

LabView IS fun, I've written a couple of drivers and a (physical device) testing GUI with it. As I've been thinking about it more I see two hurdles to overcome with LabView though: - Layout: Spaghetti code becomes a very tangible issue if you don't follow guides on routing religiously. Intro courses only touch on this and LabView code in the wild are rarely clean. These visual routing guides are ORTHOGONAL to good co…

I'm not a LabView fan for various reasons, but something neat they've added as of V8.0 (I think) is an auto-format tool which will take a mess of wires and organize it. Vastly improves readability, and works really well.

You're right, the auto-wire-organizer tool is fantastic. Every time I use it I wonder what algorithm LabVIEW is using to rearrange things - not an easy problem computationally I'm sure. I use it for small sub-VIs but I find that if I use it on a large project I can't find anything after using it - I was relying on spatial layout of the VI which was lost after auto-formatting.

I guess this is analogous to algorithmically reformatting code in a normal text-based programming language...

Post reply on HN