Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
colept
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Lessons Learned in Freelancing
(cole.codes)
2 points
by
colept
6y ago
|
0 comments
2.
▲
My Journey as a Self-Taught Software Engineer
(cole.codes)
1 points
by
colept
6y ago
|
0 comments
3.
▲
How to Grow as a Software Engineer
(cole.codes)
2 points
by
colept
6y ago
|
0 comments
4.
▲
How to Write a Software Engineer Resume
(cole.codes)
2 points
by
colept
6y ago
|
0 comments
5.
▲
I Migrated to JAMStack: Next.js, Vercel, and Contentful
(dev.to)
1 points
by
colept
6y ago
|
0 comments
6.
▲
by
colept
6y ago
I don’t think people are dumb, the language is clearly structured so that it is ambiguous to take advantage of people who care about a cause.
7.
▲
by
colept
6y ago
I had copied the title from the article at the time of posting, that's literally the title if you search Google: https://i.imgur.com/Xwheqan.png
8.
▲
Change.org solicits donations under George Floyd petition, keeps money
(businessinsider.com)
35 points
by
colept
6y ago
|
9 comments
9.
▲
by
colept
8y ago
Loved BIRD when they first started here in San Jose but now they're painfully slow (~12mph) while Lime has managed to keep top speed around 20mph. BIRD has an edge in terms of availability but I find myself taking one to find a Lime.
10.
▲
by
colept
8y ago
Being single and working from home for me was isolating and I found myself gradually becoming more seclusive while wanting to be social. When I was living with family I found myself wishing for more seclusion. In the article I try to write
11.
▲
You Don’t Want to Work from Home
(hackernoon.com)
27 points
by
colept
8y ago
|
15 comments
12.
▲
by
colept
8y ago
Proxy is nice but the scope is very limited if you tend to avoid metaprogramming. One use I've found is for library maintainers - a way to expose a large API without taking a hit for requiring the whole thing. We use it to consume part
13.
▲
by
colept
8y ago
I like Pure CSS, it's one of the few CSS frameworks that makes it easy to pick and choose only the parts you need. Bravo!
14.
▲
by
colept
8y ago
Love Apollo - they're a great team with many of great open source offerings. Apollo link state excites me because it unites remote and local data under a single source of truth. As a long time Redux fan, it will be nice to have one les
15.
▲
by
colept
8y ago
Bragging about first response metrics is a little disingenuous when most of those are automated replies. To answer the question, support is still a disaster and why I left Coinbase last month.
16.
▲
by
colept
8y ago
Modern PHP is great but it still has the same inconsistent API. I did PHP for many years and had to look up the manual all the time because functions have different conventions for arguments.
17.
▲
by
colept
9y ago
I disagree and actually like it in principle. Languages of any kind change, and this to me feels just like spoken language change. If enough people establish convention - why break it? A proposal that goes against convention is already unde
18.
▲
by
colept
9y ago
Why is this a surprise? Google's has shown a pattern that they don't care about your Android hardware since they partnered with HTC and released their first branded phone. - Nexus One / Paperweight Owner
19.
▲
by
colept
9y ago
I'm inclined to say that going all in on a Google chat product is like betting it all on a slot machine.
20.
▲
by
colept
9y ago
Not since I discovered GraphQL. It's hard to imagine any other abstraction on top of REST APIs that packs as much robust functionality in something so easy to use.
21.
▲
Refactor your code or code your refactor?
(medium.com)
1 points
by
colept
9y ago
|
0 comments
22.
▲
by
colept
9y ago
Sorry, but this is not true masonry because the heights of the items are fixed. Masonry layouts have dynamic height elements.
23.
▲
by
colept
9y ago
If I have a MoviePass I can go to any theatre. That means I can go watch a movie with my friend who lives in the Bay area, or my Grandmother who lives in Arizona. Your question, "Why would I drive further to see a movie?" is exact
24.
▲
by
colept
9y ago
Sorry but the two are not correlated, as much as I'd like to agree. Trump appointed Carr. Obama appointed O'Rielly and Pai. This one is on all of us. We let Congress become a swamp in the first place.
25.
▲
by
colept
9y ago
Support between browsers can be iffy. I had a grid implementation on cole.codes and it looked perfect on Chrome but disappeared entirely from Firefox. It wasn't supported at all in Safari at the time. You will need fallbacks. Flexbox i
26.
▲
by
colept
9y ago
It's a crap analogy, but in this case it means they do content management really well with a good design and seamless integration.
27.
▲
by
colept
9y ago
https://www.freepress.net/blog/2017/04/25/net-neutrality-vio... That argument is akin to saying "let's strip the regulations because ___ wasn't so bad before." Should it be terrible i
28.
▲
by
colept
9y ago
Automate automation.
29.
▲
Test your DOM with data attributes
(medium.com)
3 points
by
colept
9y ago
|
0 comments
30.
▲
by
colept
9y ago
You can use directives to retrieve a REST API through GraphQL. For example: https://github.com/n1ru4l/graphql-schema-generator-rest
More ›