Viewing profile — marcmarc
marcmarc
HN member- Joined
- Wed, Oct 08, 2008, 6:41 PM UTC
- HN karma
- 7
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About marcmarc
Recent public activity
-
comment
Comment #34833309
I recommend watching the YouTube channel Asianometry. He's covering this topic and more.
-
comment
Comment #29613068
You can also achieve that with this uBlock filter. Just add the following to "My Filters". ! Hide w3schools from Google search *://www.w3schools.com/* google.*##.g:has(a[href*="www…
- story
-
comment
Comment #26811582
The Gini coefficient is a relative measure. It is possible for the Gini coefficient of a developing country to rise (due to increasing inequality of income) while the number of peo…
-
comment
Comment #25815367
I use Emacs inside VSCode's terminal just for Magit. And I've configured Emacs to open directly with the magit-status buffer. It beats all the VSCode extensions I have tested. (whe…
-
comment
Comment #12257275
You can also use the Google Drive app. Touch the plus button and then scan. It is working decently.
-
comment
Comment #7729377
The Kivy project seems to be making progress recently. However, I believe it still has a limited scope. It has poor support for native framework features/UI.
-
comment
Comment #7729376
The Kivy project seems to be making progress recently. However, I believe it still has a limited scope. It has poor support for native framework features/UI.
-
comment
Comment #3199902
You can speed up the build time a lot by preinstalling Scala on the phone or emulator. This will allow you to skip the Proguard step. Here's how you do it http://zegoggl.es/2011/07…
-
comment
Comment #2838018
When you have 100 or more buffers open, you may have two files with the same name. Using uniquify (require 'uniquify) helps differentiate them. Instead of getting file and file you…
-
comment
Comment #1664255
Very nice 2 pages cheat sheet by Steve Tayon http://clojure.org/cheatsheet and pdf http://cloud.github.com/downloads/richhickey/clojure/clojure...
-
comment
Comment #1336174
You can control Firefox from emacs using MozRepl. This extension allows you execute code on the browser. For example, you can tell emacs to refresh a specific tab when an html file…
-
comment
Comment #1298807
That's exactly how I feel too. The worst part is that when I think about the cool stuff I read in the last few weeks, there's really little information I can remember.
-
comment
Comment #719346
The design is broken on IE8
-
comment
Comment #714213
Here's my take: function curry(fn, args) { if (typeof args == "undefined" || args.length
-
comment
Comment #521955
The emacs shell is also cross-platform and provides the basic shell commands. It can be customized easily with pieces of elisp.
-
comment
Comment #485545
There's also python print_r http://wiki.github.com/marcbelmont/python-print_r