Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paultannenbaum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
paultannenbaum
2y ago
Surprised this is comment is not higher. Gatsby was one of the worst technologies I have worked with in my long career of working with various JS libraries and frameworks. Im sure the team is smart and capable, but I would not be advertisin
2.
▲
by
paultannenbaum
2y ago
I put solar on my roof right before the NEM 2.0 -> 3.0 switch over. Email is in my profile.
3.
▲
by
paultannenbaum
2y ago
Same thing here. Would be great if the email gives an idea of what the estimated cost will be from each service. Guess we will just have to wait for the first bill.
4.
▲
by
paultannenbaum
2y ago
Same here, we have several all in different datacenters. All down
5.
▲
by
paultannenbaum
4y ago
Early in my career I referenced your article on the js module pattern constantly, and referred it to several team members. I still use it to this day on some occasions. Cheers!
6.
▲
by
paultannenbaum
4y ago
I have a few, but the ones I get the most use out of is a scraper that checks two very popular campground in CA right at midnight when new reservations open up, and reports back what is available. I have plans to automate the purchasing of
7.
▲
by
paultannenbaum
5y ago
Metaprogramming in elixir (i.e. macros) will definitely feel like magic to most. It allows for really powerful abstractions, but doubtful the new guy would have been able to be productive in a month in a large codebase full of them. Your st
8.
▲
by
paultannenbaum
5y ago
Helium (HNT) is a competitor in this space, and does pay out (in their crypto token of course, though it has been doing very well lately). We have one at my house, and it has been making several thousand a month in tokens.
9.
▲
by
paultannenbaum
5y ago
You can add retry logic in your genServer, but for anything but the most simple use cases, you would want to add a Supervisor and define a retry strategy. https://elixir-lang.org/getting-started/mix-otp/supervisor-
10.
▲
by
paultannenbaum
6y ago
Apples to Oranges. Shopify allows non devs to easily set up an ecommerce store, that is their biggest value add. Things like inventory management, shipping, site hosting etc.
11.
▲
by
paultannenbaum
6y ago
Shopify has an app store, similar to apple's app store. This is what the article is referring to.
12.
▲
by
paultannenbaum
6y ago
This is because of a court ruling: The district court issued a final Judgment (PDF) allowing Nissan Computer to keep its nissan.com and nissan.net domain names, but restricted our rights to do the following: 1. Posting Commercial content at
13.
▲
by
paultannenbaum
6y ago
Your mobtime app does not look like it was built with hyperapp, but instead is using ferp.
14.
▲
Curation as a Service
(billiondollarstartupideas.com)
2 points
by
paultannenbaum
6y ago
|
1 comments
15.
▲
by
paultannenbaum
6y ago
Currently working on a project using gatsby, have had some big wins but other things have been a pain. The single biggest feature you get is SSR rendering for an application built in react. There are lots of little goodies like Gatsby Image
16.
▲
by
paultannenbaum
6y ago
Dialyzer via Dialyxir also helps as well
17.
▲
by
paultannenbaum
7y ago
Markup refers to html, or the fully rendered result.
18.
▲
How to Get a Better Deal from a Real Estate Agent
(nytimes.com)
2 points
by
paultannenbaum
7y ago
|
0 comments
19.
▲
by
paultannenbaum
7y ago
Sorry was typing on my phone and didn't clarify. I have a friend who works at Allbirds and told me they are strongly looking at migrating because of the down time issues.
20.
▲
by
paultannenbaum
7y ago
They do, but I think they are considering moving off of Shopify. The reality is that shopify has a ridiculous amount of down time, and any high traffic store will actually be losing real revenue as a result. Just scroll their status page, t
21.
▲
by
paultannenbaum
8y ago
Looks like it is an animated gif. Not sure if that answers your question or not.
22.
▲
by
paultannenbaum
8y ago
I think you mean 2002 not 2008. And yeah that game sure did seem skewed in the lakers favor.
23.
▲
Project Alias: Giving users more control over their smart assistants
(bjoernkarmann.dk)
1 points
by
paultannenbaum
8y ago
|
0 comments
24.
▲
by
paultannenbaum
8y ago
It was actually Paul Simon that he got the call from. Agreed it must have been a huge morale boost.
25.
▲
by
paultannenbaum
8y ago
The journey they are attempting is a known route first attempted by Ernest Shackleton, and is now reffered to as shackletons crossing. It has been attempted several times but never completed. For more backstory on the history of the route,
26.
▲
by
paultannenbaum
8y ago
Colin Obrady is a close friend of mine. I was visiting him in march of last year when he told me he was considering this journey (The other trip he was considering was a solo unassisted row across the entire pacific ocean). As someone who h
27.
▲
by
paultannenbaum
8y ago
Then yeah you are incorrect. You are not adding any additional components to the tree. Higher order components are just a design pattern. How you implement that pattern will decide on the component tree, but there is no additional "wra
28.
▲
by
paultannenbaum
8y ago
What 'tree' are you referring to? Higher order components are just functional components that accept a component as a argument and return a new component. There aren't any additional nodes added to your VDOM unless you specif
29.
▲
by
paultannenbaum
8y ago
Another great option to bypassing the limitations of functional components is using a higher order component library like recompose[0]. Does have somewhat of a higher learning curve, but I personally consider it a must have tool on all my p
30.
▲
by
paultannenbaum
8y ago
While I do agree that higher order components are not the most beginner friendly pattern, to state that they are being used just to avoid classes completely misses the points of why they are used. They are a functional pattern that help one
More ›