johnmarinelli | 6 years ago | on: A web-based artwork a day
johnmarinelli's comments
johnmarinelli | 6 years ago | on: Congolese doctor discovered Ebola, but didn't get credit until now
The more we ignore and "justify" the issue with intellectualism, the farther away we all get from a real solution.
johnmarinelli | 6 years ago | on: Absurd Design – Free Surrealist Illustrations and Vector Art
But hey, that's just a guess
johnmarinelli | 6 years ago | on: Absurd Design – Free Surrealist Illustrations and Vector Art
johnmarinelli | 6 years ago | on: Absurd Design – Free Surrealist Illustrations and Vector Art
johnmarinelli | 6 years ago | on: Ask HN: Where do the real hackers hangout?
johnmarinelli | 6 years ago | on: It's time to switch to a four-day working week, say two experts
edit - I should add that I started the job at 40 hours/week, and after 1 year of being there I asked for 32 hours/week.
johnmarinelli | 7 years ago | on: California's San Bernardino County restricts construction of solar, wind farms
johnmarinelli | 7 years ago | on: California's San Bernardino County restricts construction of solar, wind farms
johnmarinelli | 7 years ago | on: Hexagonal Grids (2013)
johnmarinelli | 7 years ago | on: SQL: One of the most valuable skills
I think SQL is one of those essential "secondary" skills for developers.
johnmarinelli | 7 years ago | on: Show HN: Open source balloon simulation with Three.js
johnmarinelli | 7 years ago | on: Datashader: turns even the largest data into images, accurately
I'm also curious (as a fledgling graphics programmer) - what leads you to believe that Datashader uses an accumulation buffer internally? I would think that they use some magic to draw all the points in a single draw call using instanced rendering, but I am very naive :)
johnmarinelli | 7 years ago | on: Datashader: turns even the largest data into images, accurately
johnmarinelli | 7 years ago | on: Show HN: Clothes shopping app UI built in React Native
it wraps the React API over three.js. Unfortunately it's a very wip-ish state, but I think it has a lot of potential.
johnmarinelli | 8 years ago | on: Show HN: React Native Auth Boilerplate
johnmarinelli | 10 years ago | on: The caffeine curse: why coffee shops have always signalled urban change
johnmarinelli | 10 years ago | on: Sqlize: Command line utility to uppercase your SQL
I'm a Rails dev turned data sherpa so I spend a lot of time writing SQL now, and am too lazy to constantly shift my pinky over to the caps lock, so I wrote this.
Contributions are always welcome - I would love to add more PostgreSQL (and any other DB system)'s keywords. This is pretty easy; all it takes is a json array in sqlize/keywords directory and a simple class.
johnmarinelli | 10 years ago | on: An introduction to Machine Learning
johnmarinelli | 10 years ago | on: Show HN: Prof – Self-contained C/C++ profiler library for Linux
# prof.h:274: PROF error (Invalid argument) Aborted (core dumped)
running through gdb gives me: Starting program: /home/john/Documents/c++/tmp/prof/a # prof.h:274: PROF error (Invalid argument)
Program received signal SIGABRT, Aborted. 0x00007ffff7745cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
On Ubuntu 14.04, gcc 4.8.4.