Viewing profile — mjmein
mjmein
HN member- Joined
- Sat, Jun 17, 2017, 3:05 AM UTC
- HN karma
- 135
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mjmein
No profile information was provided.
Recent public activity
-
comment
Comment #16561971
Thanks. I've tried that in the past. The problem is still that it doesn't give any feedback on progress. I still struggle to see how people actually use this with devops on a day t…
-
comment
Comment #16559968
Org-mode and babel sound like good ideas, but in practice I've found it very finicky to use. My main problem with it is that, unlike with executing commands in the shell, with org …
-
comment
Comment #16416491
I've been spending some time over the past few months developing a app for myself and family to help with this. Basically, what I do is: - make a list of books that I want to read …
-
comment
Comment #16189155
I was just looking at semantic-ui-react, and it looked great. But then I tested their examples on my mobile phone and it looked really bad. It just seemed that it wasn't responsive…
-
comment
Comment #15531071
This works pretty well with Spacemacs and org-mode as well. The "space" key based navigation is a good fit for touch keyboard. Not for heavy use, but for quick notes and calendar c…
-
comment
Comment #15254144
My opinion is that emacs/spacemacs is more optimized for day to day work, than for the out of box experience. Personally, I'm fine with that, and there are some great editors (like…
-
comment
Comment #15244450
That's actually a pretty good barrier to entry. With emacs/spacemacs, if installing it is too frustrating for you, then configuring and using it is going to be way too frustrating …
- story
-
comment
Comment #15128222
I recently started using honeysql and so far it has been great. There is some learning curve figuring put how things work, but the advantages of having SQL encoded as clojure data …
-
comment
Comment #15115233
The thing to realise is that, at least is my experience, REPL based development doesn't mean your are actually typing code into the REPL. Instead, you develop code in a file, but c…
- story
-
comment
Comment #15085644
My thoughts exactly. Once you are used to this way of developing, it is really difficult to be happy with less.
-
comment
Comment #15078053
Thanks. Do you know if it works with the module system - for example, if I edit function definition in a module, and then send that module definition to the REPL, would any code us…
- story
-
comment
Comment #15077886
To me, being able to make changes to your code while keeping the current state in the REPL is key to interactive development. My workflow is generally to build up state, and then e…
-
comment
Comment #15077795
Racket is a really exciting language, especially with its focus on building small languages to solve problems. However, where it fails for me is in its lack of interactive developm…
-
comment
Comment #15076760
Under the old plan you could pay $10 for 2-10 devices, whereas now it is $10 per device, so the price change is a bit more than you suggested.
-
comment
Comment #15068225
I once delivered a public speaking course to a group of prisoners about to go on parole. It was really eye opening to see how low confidence most of them had, and how bad they were…
-
comment
Comment #15042489
I've been using this for a while. I like the fact that it stores dates/times of command executed. I plan to combine this with org-mode to quickly get a report of all shell commands…
-
comment
Comment #15006413
My go-to replacement for Wordpress is Grav. It is a flat file cms, which means that it doesn't require any database. All posts are stored in markdown files with yaml front matter. …
-
comment
Comment #14976770
I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
-
comment
Comment #14574076
This looks great, and something I'm going to try using. It looks like it'll work well for small "embeddable" widgets as part of a normal article or blog post. For some reason this …