Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Last active March 21, 2017 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/332319d70f3f7ef92bb77445694d3e77 to your computer and use it in GitHub Desktop.
Save lazywithclass/332319d70f3f7ef92bb77445694d3e77 to your computer and use it in GitHub Desktop.
[RC Diary] ? (-98)

[RC Diary] ? (-98)

Project lamp evaluate answer from backend for the user

Managed to evaluate the scripts we got from the PureScript backend, I polished everything and made it so that all scripts in the page are evaluated when they are sent to the server, so users can change everything how they like it to be and experiment. My fellow recurser is working on a way to have the code checked for correctness, so we can cheer the user when they succeed!

No more syntax highlight in Spacemacs

All of a sudden after an OS update.

I opened an issue on the project page but I have no idea on how to solve this.

Right now I am trying to install an older version of Emacs...

$ sudo apt-get install libgif-dev libxpm-dev
$ git clone git://git.savannah.gnu.org/emacs.git
$ ./configure
$ make

And trying out versions; seems that in some cases you have to

./autogen.sh
./autogen.sh git
./configure

But in the end I wasn't able to find a single version working for me. I think my current Emacs (26.0) is being installed because of this http://ppa.launchpad.net/ubuntu-elisp/ppa/ubuntu, but I still have to understand if that's correct...

emacs fail

And I now have three Emacses! None of them working, of course. Hello Tuesday.

Create basic webapp to show an overview of the frontend backend flow

A basic small web app to give us an idea what a complete project entails Http basics Chrome Dev tools, get / post etc. *Rest - APIs etc.

Reflections on things getting dragged from one day to the next

Looks like I have a few.

It's an interesting topic because a few things get dragged by default, see that damn Emacs problem, others are dragged as a result of something else overwriting their space, see Cerebro etc.

I think one way this could be avoided is to have time boxed activities, so that you still proceed with the flow of activities. But, what's really important, to bring forward more activities or to get them done? For example Spacemacs is now almost unusable, the white-everything-omg-stahp-syntax is almost driving me crazy, I don't know if I could endure it for more days... on the other side though this mean pouring hours into a black hole.

Don't know.

Plans

  • project lamp
  • finish webapp
  • pair on timsort
  • continue working on Cerebro
  • chapter 1 and 2 of the little schemer in Clojure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment