Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andrewray
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Show HN: Infinite Shaders
(shaderfrog.com)
2 points
by
andrewray
2d ago
|
0 comments
2.
▲
by
andrewray
1y ago
Taking shader programs (they have a main() functions), hacking up their source code / AST to turn the into modularized code packages, and then enabling composition of shaders by injecting the output of one module into another (essentia
3.
▲
Prisma now supports SQL joins
(prisma.io)
2 points
by
andrewray
2y ago
|
0 comments
4.
▲
by
andrewray
10y ago
You're missing the point of JSX http://blog.andrewray.me/youre-missing-the-point-of-jsx/
5.
▲
by
andrewray
11y ago
It's been my experience, especially in the startup scene where business requirements change often, that `git blame` rarely shows you what you want. Files get renamed, moved, re-indented, etc, frequently. I wrote a tutorial on a more ef
6.
▲
by
andrewray
11y ago
Hi! I'm having trouble with both of these. https://github.com/Microsoft/vscode/issues/95 https://github.com/Microsoft/vscode/issues/81 Also can you comment on why a jsconf
7.
▲
by
andrewray
11y ago
If your branch conflicts, rebase off master (the branch you're making a pull request to). Then it will merge cleanly. There's no practical downsides to having merge commits in master, but you should never (or rarely) see merge con
8.
▲
by
andrewray
11y ago
I've always heard good things about Vue from its users. I have to compare all Javascript frameworks to React, because to me React feels like the first framework that got it "right." The API of React is surprisingly thin. Look
9.
▲
by
andrewray
11y ago
If you're on a Mac, you can have some fun with voices (plenty designed for multiple languages): say -v ? Or just run this script to pass hours of time in joy and terror: https://gist.github.com/DelvarWorld/
10.
▲
by
andrewray
11y ago
Cars seem fundamentally different than his other examples: Spacecraft, underwater vehicles, and airplanes. The importance difference is cars have a clear, visual grid of where they can travel and where they cannot travel. Painted lines on t
11.
▲
by
andrewray
11y ago
This seems to take the declarative nature of SVG and make it more imperative, like HTML5 Canvas, even though it ironically uses a virtual DOM implementation under the hood. For my React projects I chose SVG over canvas because I could write
12.
▲
by
andrewray
11y ago
Remove the ?currentPage=all from the URL to get the non-broken version of the link.
13.
▲
by
andrewray
11y ago
This may be a silly question, but could you elaborate on why you prefer the project to be open sourced? I'm keeping it closed source now for potential business and security reasons.
14.
▲
by
andrewray
11y ago
All shaders are beautiful :) This is a problem with user content submitted sites. It's hard not to conflate the quality of the content (shaders) with the quality of the product (ShaderFrog). There are no default ShaderFrog shaders, the
15.
▲
by
andrewray
11y ago
Hey folks! All this traffic has got our server a little excited. We're working on restoring full service. Check @shaderfrog for updates https://twitter.com/shaderfrog/status/641645102960500738
16.
▲
ShaderFrog: Create complex, beautiful shaders with no code
(shaderfrog.com)
21 points
by
andrewray
11y ago
|
2 comments
17.
▲
The ReactJS Controller View Pattern
(blog.andrewray.me)
12 points
by
andrewray
11y ago
|
0 comments