HN user

devinrhode2

70 karma
Posts39
Comments38
View on HN
news.ycombinator.com 3y ago

Ask HN: Why can't I comment on old HN threads?

devinrhode2
1pts2
news.ycombinator.com 8y ago

Search HN for “port Facebook data” – no results – lets change this

devinrhode2
9pts2
news.ycombinator.com 9y ago

Anyone want help making a game in elm?

devinrhode2
3pts0
news.ycombinator.com 11y ago

Ask HN: Best NoSQL methods for Rails

devinrhode2
1pts1
news.ycombinator.com 12y ago

Human seeks close friends on status seeking forum

devinrhode2
1pts0
security.stackexchange.com 12y ago

Securely load a comments plugin from domains people are already logged into?

devinrhode2
1pts0
github.com 13y ago

Awesome library for extending javascript functions with extra functionality

devinrhode2
1pts0
github.com 13y ago

ExtendFunction.js easily overwrite other functions with additional functionality

devinrhode2
2pts0
stackoverflow.com 13y ago

Start an apache server in any directory from command line

devinrhode2
3pts0
googlesystem.blogspot.com 13y ago

Chrome's Integration With Google Search

devinrhode2
4pts3
pandodaily.com 13y ago

Competition is bad

devinrhode2
1pts0
post.craigslist.org 13y ago

$560/mo, Join 2 clean compact Minnesota Hackers in 1br apartment (mountain view)

devinrhode2
1pts1
github.com 13y ago

Check-online.js: definitively check if you are online in javascript

devinrhode2
1pts0
news.ycombinator.com 13y ago

Show HN: TraceKit.js, cross-browser stack traces for javascript.

devinrhode2
4pts0
github.com 13y ago

HTML5 Boilerplate recommends NO build process ;)

devinrhode2
1pts0
todomvc.meteor.com 13y ago

JavaScript frameworks suck.

devinrhode2
1pts0
github.com 13y ago

Easier than PHP: EJS + Node + filesystem based routing.

devinrhode2
2pts0
espadrine.github.com 13y ago

Amazingly succinct ES6 summary

devinrhode2
2pts0
joelonsoftware.com 13y ago

Evidence Based Scheduling. It works (2007)

devinrhode2
7pts0
plus.google.com 13y ago

Voip bug with iPhone 5 on Sprint.

devinrhode2
1pts0
www.facebook.com 13y ago

Where is Pandora in the open graph?

devinrhode2
1pts0
news.ycombinator.com 13y ago

Google prompting users to enroll in Google Wallet

devinrhode2
1pts1
bing.com 13y ago

Bing.com, 9/11 tribute and amazing HTML5 under the hood

devinrhode2
1pts0
www.facebook.com 13y ago

Computer science education should start in high school.

devinrhode2
1pts0
www.quora.com 13y ago

Dropbox instead of Git for 2 coders?

devinrhode2
1pts0
news.ycombinator.com 13y ago

Ask HN: Analytics = Mixpanel | KISS | GA?

devinrhode2
1pts1
news.ycombinator.com 13y ago

Ask HN: Javascript try/catch, where should I be using it?

devinrhode2
4pts1
gist.io 13y ago

Stop the text overflow madness.

devinrhode2
1pts0
news.ycombinator.com 13y ago

Web vs. iOS. Choppy vs. smooth. Free vs. paying.

devinrhode2
4pts5
devinrhode2.tumblr.com 13y ago

Going pro with padmapper

devinrhode2
1pts0

Yarn 2 problems:

uses patched version of typescript. Using latest version of typescript is not reliable IME.

Bugs with npm scripts are really hard to notice, the terminal output is much more pretty, but imo has regressed.

Many npm scripts are not supported. You don't get a warning for which ones are ignored.

Simply viewing the output of your npm scripts is quite annoying, if you can figure it out.

Where yarn 1 "just worked" for my co-worker on windows (I'm on mac), yarn 2 did not "just work" - he got some security prompt (Yes, Corporate Sludge)

Our security scanner (blackduck) could not properly parse the newly formatted yarn.lock file, but, thankfully, I could create a work-aroung by telling yarn2 to use `yarn2.lock` instead... and just maintain 2 lock files. (Yes, more corporate Sludge)

Also, Svelte has a variety of issues with yarn2. In theory should be solved with yarn3.

I am hopeful for yarn3. May try again once it's been iterated on a bit. Maybe once yarn4 beta is out, yarn3 will be well worth trying again.

Biggest thing to me is the typescript situation. Yarn should be completely up-front about hacks like this. Yarn2 should immediately tell you to modify your package.json to point directly to the forked version of typescript when you first run yarn install, and in the migration guide.

zero installs is very neat, but, upload speeds are always slower than download speeds. Proper CI caching+not uploading truckloads to git will be the fastest+best strategy (as long as upload speeds are slower than download)

Loaded for first time on my pixel 3. Loaded fine I guess, but too small to glean anything :( I then zoomed in and nothing happened, then I was zoomed way too far in, and the page twitched again to be zoomed in on a different section, and I bounced. But it seems really cool. I'm curious what it would be like with dart and or solidJS

If Not SPAs, What? 6 years ago

Gosh, that feels so inefficient (as a js dev here). Then again... React had it's naysayers for sometime because 1. JSX, 2. nobody saw dom diffing as truly fast enough. But dom diffing is absolutely faster than asking the server to update a classname.

Ask HN: Idea Sunday 12 years ago

This is a lot like gittip and BountySource.

Furthermore, a project maintainer could put on his README, that, for a certain recurring donation, you get some level of direct personal contact.

Ask HN: Idea Sunday 12 years ago

I think the legal world needs to create abstractions and simplifications similar to the programming world. There should be standard definitions, that are simply referenced, ideally these standard definitions are available online.

For example: "No theft agreement" - employees/tenants/whoever shall not steal, etc etc etc

Google spent this much time on trying to get dumb users to learn to search from the omnibox? I think there is a solid opportunity to target highly skilled users with high performance machines. You can use more shortcut keys for things, and you don't have slow down from casual/confused users

EmberJS Confuses Me 13 years ago

At first read, I thought your point about routing was really good - why not have route('about').template('aboutTemplate').controller('aboutController') - and then I realized this is all reapeating the same mumbo jumbo. This is all automatically matched up by the naming convention (which frustrates me too, but until I figure out a better way...)

Looks like you're being hacked really bad. I got redirected to Google! It was fun to watch though! Add <iframe sandbox="allow-forms"> and you'll disable javascript. Good fast fix for now, later you'll want sandbox="allow-scripts allow-forms allow-same-origin"

The 4th allowed value for html5 iframe sandbox is allow-top-navigation, which allows a script to do window.top.location.href = 'http://google.com and redirect someone like me.

News is breaking that Apple has some lethal patents that seriously threaten the fate of Google's Android OS.

Google is doing the same thing to Facebook with Google+.

Has anyone heard anything about any potential legal action Facebook might take?

Please contribute on Quora ;)

No, this is entirely different than anything I can tell is happening here. Scout creates a 'smartframe' (a fixed iframe - sorta like a virtual tab. any site can be framed, and you're authenticated on the page too)

Basically, the whole page is viewable, you can interact with it, and it looks great too!