emgee3
|
9 years ago
|
on: Getting to Bootstrap v4
It might be the same, it might not.
An contrived example: let's say an unfixed Bootstrap 3 bug is that there is a formatting error when rendering "div.jumbotron > h1 > span.label > small". You could replace the last small with you own css class and be done.
Contrast that to a bug in Angular, for example, that enabled a XSS bug. You'd want to upgrade Angular, instead of manually patching or adding a workaround to all your forms.
That's what I was thinking, at least.
emgee3
|
9 years ago
|
on: Getting to Bootstrap v4
I'm not disagreeing, but one thing that makes this different is you can easily fix most Bootstrap bugs by overriding it with some custom CSS, or just not use that class. It's different than some deeply integrated code that you have to patch and maintain.
emgee3
|
9 years ago
|
on: Inclusivity Is a Joke
This reminds me, a few years back I was reading the code of a few different obscure libraries. One of them had a primary process that would spawn different worker processes and kill them off if certain conditions were met. No joke, the primary process was named "Hitler".
I didn't end up using the library.
emgee3
|
9 years ago
|
on: PowerShell is open sourced and is available on Linux
I would say not just the shell but most software
emgee3
|
10 years ago
|
on: Nginx v1.10.0 Stable Version Released
I may not have been clear, but I understand and fully support their right to charge for software and services. I just haven't worked on any projects for which their prices fit in to the calculation.
As to documentation on nginx.org that doesn't apply to the open source edition, see http://nginx.org/en/docs/http/ngx_http_upstream_module.html#... -- there are quite a few more, that's just the last one I tried to use.
emgee3
|
10 years ago
|
on: Nginx v1.10.0 Stable Version Released
I have a love-hate relationship with nginx. I love that it's fast and rock solid. But recently I keep on getting tripped up when the directive I'm trying to configure is only available in the paid plan, the pricing of which puts it out of (my) reach.
Also, there really should be separate docs for the open source vs paid plan.
That said, I do plan on kicking the tires on the HTTP/2 support.
emgee3
|
10 years ago
|
on: Node.js v6.0 Released
emgee3
|
10 years ago
|
on: Docker for Mac Beta Review
Would love to be included. Docker ID: emgee
emgee3
|
10 years ago
|
on: Vorpal, a framework for building CLIs
Truth
emgee3
|
10 years ago
|
on: Vorpal, a framework for building CLIs
Sure if you want a full set of native tools I won't suggest otherwise. But a full cygwin install is way more invasive than node, and if you just want some specific tools, vorpal might be for you. Or maybe cygwin is. Whatever works for you.
emgee3
|
10 years ago
|
on: Vorpal, a framework for building CLIs
But a benefit might be cross-platform compatibility seeing as some OSes don't come with, say, grep out of the box. While you could use the native tools, there could be some benefit to writing your own to do exactly what you want consistently.
I don't really disagree with you, but just pointing out there is some benefit to writing one's own CLI.
emgee3
|
10 years ago
|
on: Vantage.js – a new take on interactive CLI for Node
But plenty of time to leave comments on HN.
emgee3
|
11 years ago
|
on: OS X 10.10.3 seems to have done something bad to wifi drivers
I had a similar issue with Creative Cloud spamming the log files with a few TB of garbage. Worth a quick check at least.
emgee3
|
11 years ago
|
on: Cops: We Need Rights More Than You, Citizen
emgee3
|
11 years ago
|
on: How Oregon's Second Largest City Vanished in a Day
Having grown up near Portland, I too was surprised about the historic levels of racism. Though in retrospect it is believable, considering the percentages of minorities is (or at least seems) so much lower than anywhere I've lived since.
My recollection growing up was that seeing a minority was a noteworthy occurrence, because of it's rareness. That changed when I moved into Portland proper, but I never really noticed racism there.
emgee3
|
11 years ago
|
on: .Trashes, .fseventsd, and .Spotlight-V100
I have no numbers to back me, but my impression is the vast majority of OS X users can't be bothered with doing backups even with a built-in Backup solution, much less a 3rd party one.
Time Machine isn't going to stop someone who places value on doing proper backups from doing them, and if it makes it easy enough for my mom do back up her files, then that's a net win — not marketing.
And hey, it only took me reminding her 5 times before she got the external drive and set up Time Machine — no family tech support involved.
emgee3
|
11 years ago
|
on: Getting started with Meteor.js
emgee3
|
11 years ago
|
on: Io.js 1.0.0
> Important to note: because JavaScript itself is always backwards-compatible (1JS), any code that runs on Node will run on iojs, but not necessarily vice versa.
Though I'd imagine this will not hold true with addons, seeing as there are vastly different versions of the V8 engine.
emgee3
|
11 years ago
|
on: Linus Torvalds on HFS+
ntfs-3g was indeed ported and can be easily installed, but I think the point was is writing to NTFS is not natively supported.
emgee3
|
11 years ago
|
on: Skinny Puppy demands royalties from US govt for using their music in Guantanamo
There's a good euphemism
An contrived example: let's say an unfixed Bootstrap 3 bug is that there is a formatting error when rendering "div.jumbotron > h1 > span.label > small". You could replace the last small with you own css class and be done.
Contrast that to a bug in Angular, for example, that enabled a XSS bug. You'd want to upgrade Angular, instead of manually patching or adding a workaround to all your forms.
That's what I was thinking, at least.