Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snookca
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
snookca
10y ago
Not sure why publishing online necessitates getting to the point. It's long form and follows a very common story telling format. The world has room for different ways to tell a story.
2.
▲
by
snookca
11y ago
I'm not sure that trying to keep everything in one file is necessarily a great argument. Optimizing for not having to open files doesn't seem like the best thing to optimize for. Even many of the react+inline styles examples inclu
3.
▲
by
snookca
11y ago
While you can't modify pseudo elements or pseudo classes, you can replicate them using actual elements and conditional logic. I've seen React examples that do just that.
4.
▲
by
snookca
12y ago
Yeah, it's the former. Their 2014 GMS (Gross Merchandise Sales) was closer to $2B.
5.
▲
by
snookca
13y ago
I wrote a book a couple years ago called Scalable and Modular Architecture for CSS. I self-published in PDF, epub, and mobi formats. I also had the book on Amazon for awhile through the Kindle program and also have it available through prag
6.
▲
by
snookca
13y ago
We don't have a chip and pin reader right now but you can use your own chip and pin system with Shopify POS.
7.
▲
by
snookca
13y ago
Specific to your abandoned carts comment, the view is filterable. Type in "Canada", for example, and it'll show all abandoned carts in Canada. We'd love to learn more about what you're looking to accomplish that is
8.
▲
by
snookca
13y ago
Of note, there are other POS providers that use the Shopify API to provide integration and have been for awhile.
9.
▲
by
snookca
13y ago
We had looked into other names and POS/point-of-sale was the most recognizable and familiar with storeowners. Yes, the acronym is a little unfortunate. :)
10.
▲
by
snookca
13y ago
Animating transform doesn't affect page scroll, which is a more useful use case (since users need to scroll a page) than being able to use a translate transformation. Of note, a translate transformation still isn't perfect. It see
11.
▲
by
snookca
13y ago
When I first bought my 11" Air, I went with the base model, too. Mostly because I was impatient. But 128GB filled up fast, even with a 1TB external drive. Photos on another drive is one thing but if you have a sizeable music or movie
12.
▲
by
snookca
14y ago
Reminds me a bit of The Superest. In the case of The Superest, two artists take turns creating super heroes/villians that could defeat the previous character. http://thesuperest.com/
13.
▲
by
snookca
14y ago
Nicole has been talking about OOCSS well before I wrote SMACSS. Much of what I wrote was inspired by her and others. I highly recommend checking out this talk as Nicole covers some great topics on preprocessors and the pitfalls that people
14.
▲
by
snookca
14y ago
If the goal is to spread it as much as possible, it should be free and uploaded to any and every service. The goal is actually to find the optimal balance between distribution and profit. Like madrobby, I've found non-specialized 3rd-party
15.
▲
by
snookca
14y ago
In addition to what everybody else said, there's also trying to find pirated material for niche markets. That is, it's hard to find. I sell an e-book as well, and have foregone any DRM. More to your point, could people buy the book and give
16.
▲
by
snookca
14y ago
I wouldn't bother. For me, the revenue isn't worth it. Even under $10, not all sales get 70%. Some still only get 35%. Pragprog was definitely more worthwhile. Sales were more substantial and the folks at pragprog are fantastic. Very profes
17.
▲
by
snookca
14y ago
It's not even a matter of developing it on non-office hours using non-office equipment. Clauses are usually more broad to stop someone from creating a competing product, even when not on company time. Having built an app designed specifical
18.
▲
by
snookca
14y ago
I admittedly have used these services to procure obscure tracks that aren't available via iTunes or other means. That band who did an a cappella cover? No download link on their site or anywhere else? Youtube to mp3.
19.
▲
by
snookca
14y ago
I think there's a difference between "the customer is always right" and "the customer gets everything that they want." For example, a customer calls and says, "You overcharged me!" You look at the account and see that, no, the customer wasn
20.
▲
by
snookca
14y ago
The problem I have with most editors is that they try to be like a piece of desktop software. "Install me and get all of these features including themes and plugins." That's not what I want. I want an API. I want a consistent cross-browser
21.
▲
by
snookca
14y ago
wysihtml5 is a decent editor. It's fairly lightweight in comparison to the other editors. I feel that its approach to DOM changes makes it easier to create cross-browser consistency. However, I feel the event system could really use some wo
22.
▲
by
snookca
14y ago
btw: I just had a chance to look at your implementation. It's definitely going in a different direction than I wanted to take it. I understand the desire to match the default console but I'd like to keep the more powerful editor (along wit
23.
▲
by
snookca
14y ago
Of note, there's an experimental console API that you can use but it requires users to set a flag to use the extension and you wouldn't be able to add it to the chrome store (which I might do at some point).
24.
▲
by
snookca
14y ago
I have it set that Cmd+Enter or Shift+Enter runs the code and Enter just creates a normal carriage return. I know this is a little backwards compared to the normal console, so it's definitely possible to switch it around. This just feels na
25.
▲
by
snookca
14y ago
Read through smacss.com, if you haven't already. It advocates a modular approach that should minimize the impact that components have on other components, thus a style change to one component won't blow up the rest of the site. Third party
26.
▲
by
snookca
15y ago
Exactly. And just because there's a draft specification, doesn't mean browsers will implement it.
27.
▲
by
snookca
15y ago
Actually, much of what I've detailed came as a result of my work on Yahoo! Mail and Calendar, which is a highly complex web application. Smaller "classic" sites can get away with not having as rigid of a system. Nicole Sullivan's OOCSS cove
28.
▲
by
snookca
15y ago
I don't believe that SASS saves you from proper organization or naming convention. However, Less and SASS have been mentioned and I'll see about added something that covers how I believe those tools can fit into this (because I believe that
29.
▲
by
snookca
15y ago
Yes, very similar to OOCSS. One thing I'd like to do is talk about a number of frameworks and how they fit into these concepts. Nicole has the Facebook example on her web site, I believe. I'll definitely work on the rest. All of your input