Readit News logoReadit News
dlau1 commented on South Korea justice ministry prepares to ban cryptocurrency trading   reuters.com/article/us-so... · Posted by u/dlau1
sputknick · 8 years ago
When I first learned about crypto currency on HN back in 2012 I was excited. It sounded like a fun technical project that could do good in the world. I bought some along the way, followed projects. Along the way it changed. Yesterday I saw a spam post on Reddit about joining a "pump and dump group", which I had to research. It's groups of people who coordinate a buy of a specific currency, spread false news about this currency to create a mania, drive up the price, sell it at a profit. Not only is this probably illegal, it's immoral. Maybe this is how people who were in the internet in 1992 felt in 2000?
dlau1 · 8 years ago
Keeping track of crypto amidst all the hype recently, it's abundantly clear to me that the recent explosion of speculation based trading is a signifier that cryptocurrency is a bubble just waiting to burst.

I don't think this is bad in any right. It looks (and I grew up in the bay area through turn of the century) just like the dot com bubble. The promising part of this is that the underlying technologies being developed, a way to distribute information and business logic in a way where there is an indisputable fully traceable truth, is huge. I think of blockchain-like platforms like Ethereum as the ARPANET to our internet. The opportunities to supplant existing fully centralized systems such as stock exchanges, escrow systems, supply chain/provenance tracking, etc. with a fully decentralized or hybrid approach is huge.

In the end though, I think it will come down to where governments draw the line in the sand. The sad but true reality is that the regulators with the guns will always have ultimate power.

dlau1 commented on Ask HN: Who is hiring? (November 2017)    · Posted by u/whoishiring
dlau1 · 8 years ago
Zenrez | Full Stack Engineer | San Francisco CA | ONSITE | zenrez.com

The Zenrez engineering team is building products that are fundamentally changing the fitness industry. We’re empowering studio owners to grow their small businesses and allowing them to focus on what matters most, teaching their amazing classes.

Our core suite of software products cover the full customer lifecycle for studio owners, from acquisition, to retention, to recovery.

We are a full-stack JavaScript shop. We deploy to production continuously, consistently and safely adding value for our customers. Our current focus is scalability and evolving our service oriented architecture.

Candidates should have at least 1 year industry experience.

Please email me at daryl@zenrez.com

dlau1 commented on Ask HN: Who is hiring? (October 2017)    · Posted by u/whoishiring
dlau1 · 8 years ago
Zenrez | Full Stack Engineer | San Francisco CA | ONSITE | zenrez.com

The Zenrez engineering team is building products that are fundamentally changing the fitness industry. We’re empowering studio owners to grow their small businesses and allowing them to focus on what matters most, teaching their amazing classes. Our core suite of software products cover the full customer lifecycle for studio owners, from acquisition, to retention, to recovery.

We are a full-stack JavaScript shop. We deploy to production continuously, consistently and safely adding value for our customers. Our current focus is scalability and evolving our service oriented architecture.

Interview process: A take home problem with a follow up phone pairing session on the solution and 1 onsite interview.

Please email me at daryl AT zenrez DOT com

dlau1 commented on Rethinking temperature, sensors, and Raspberry Pi   rethinkdb.com/blog/temper... · Posted by u/mglukhovsky
dlau1 · 10 years ago
I recently set up a raspi to monitor my wine cellar temperatures. If you're looking for a 3rd party solution, check out librato [1]. We use them at work and they're really great. I hooked temperature readings up to librato and set up threshold alerts within a few min without ever having used their python api before.

[1] http://librato.com hardware guide I used: https://learn.adafruit.com/dht-humidity-sensing-on-raspberry...

dlau1 commented on Terminal Window Manager for OS X   github.com/apaszke/termti... · Posted by u/nimitkalra
STRML · 10 years ago
As always, I recommend Hammerspoon [1] when these sorts of things come up. If you can program Lua (or you know JS or Python, which is close enough), you can create any kind of window management system you want, saved layouts, contextual layouts across multiple monitors, adjust wifi/sound based on location, tab multiple windows, and a lot more.

There are a lot of hammerspoon configurations around that will give you some cool ideas. Mine is below [2].

1. http://www.hammerspoon.org/

2. https://github.com/STRML/init/blob/master/hammerspoon/init.l...

dlau1 · 10 years ago
Interesting, I have been using mjolnir for some time for basic bindings (window resizing, jump to named windows). What does hammerspoon offer over it?
dlau1 commented on Ask HN: Who is hiring? (August 2015)    · Posted by u/whoishiring
dlau1 · 10 years ago
Good Eggs - San Francisco, CA, Full Stack Engineers

http://www.goodeggs.com

=== About us ===

Good Eggs brings local, farm-fresh groceries right to your door! We are a technology focused company with a CTO who previously founded Carbon Five, an exceptional agile development shop. See our Engineering Blog and Github account:

http://bites.goodeggs.com

https://github.com/goodeggs/

We have a great mission (https://www.goodeggs.com/philosophy) - to grow and sustain local food systems worldwide - and everyone here is deeply committed to it. We have expanded to 4 cities - New York, New Orleans, Los Angeles and San Francisco - and our investors include Sequoia Capital, Harrison Metal, Baseline Ventures, Collaborative Fund and Westly Group, among others.

There are ~20 of us on the engineering team and we’re actively growing. We’re building next-generation web and mobile applications with JavaScript across the stack, including Node.js, MongoDB, AngularJS, and CoffeeScript. The team has been built from the ground up with practices around test-driven development, pair programming, and continuous deployment.

== About you ===

Ideal Candidates Will Have:

* 3-5+ years full-stack web application development in Ruby, Python, Java, or JavaScript

* TDD experience / experience with pairing / Continuous Deployment

* Domain expertise in: e-commerce, billing, payments, or warehouse distribution software

======

https://www.goodeggs.com/about/jobs

dlau1 commented on How to Become a Great JavaScript Developer   blog.ustunozgur.com/javas... · Posted by u/ludwigvan
darby2000 · 10 years ago
Just adding my two cents. Wanna be a good JS dev? Go play around with a lisp. Like Clojure for a month or two. Get comfortable with functional programming. Then come back to JS. So many people come from a OOP to JS and they have a bad time with it. JS is more like a lisp with C syntax than it is a traditional OO language. Learning Clojure, not only improved my JS abilities, but just my over all programming maturity. IMO. Additionally, I agree with the author about reading books, and libraries. It's always good advice for any language.
dlau1 · 10 years ago
Agree so much with this comment.

Downside is that after using a proper functional language (clojure[script]) you end up wanting some really basic things such as immutable core data structures.

I feel like if you start from scratch on a javascript project, it's possible to program in a functional manner. I've found it really tough to introduce functional concepts to an already full stack javascript codebase.

BTW: I'd recommend ramda [1] for those interested in functional javascript programming. The auto-currying makes it way more powerful than underscore/lodash in terms of encouraging pure reusable functions.

[1]: https://github.com/ramda/ramda

u/dlau1

KarmaCake day422September 4, 2013View Original