HN user

dc2

541 karma
Posts26
Comments105
View on HN
en.wikipedia.org 7y ago

Autonomous Sensory Meridian Response

dc2
2pts1
github.com 8y ago

Addict: A Full REST API for Active Directory in 30 Seconds

dc2
2pts6
github.com 8y ago

Show HN: Addict – a full AD REST API in 30 seconds (seriously)

dc2
5pts1
github.com 8y ago

Addict: Full AD/LDAP REST API in 2 Minutes

dc2
1pts0
github.com 8y ago

AD: Active Directory Simplified

dc2
3pts0
github.com 10y ago

Run iTunes through your CLI

dc2
1pts0
github.com 10y ago

Read HN from your terminal

dc2
4pts1
news.ycombinator.com 10y ago

Ask HN: Does your GitHub page now have a bio link?

dc2
1pts2
news.ycombinator.com 10y ago

Ask HN: Anyone actually using JSON API?

dc2
2pts1
blog.npmjs.org 10y ago

NPM growth accelerated after left-pad

dc2
1pts0
github.com 10y ago

Keyboard as a trackpad

dc2
2pts0
github.com 10y ago

Inquirer.js reaches 1.0

dc2
1pts0
www.npmjs.com 10y ago

Someone just published an NPM package depending on every single NPM package

dc2
2pts6
plus.google.com 10y ago

NPM CLI team meeting discussing recent events

dc2
4pts0
medium.com 10y ago

Left-pad: There is no “my” in open source

dc2
3pts1
www.makeuseof.com 10y ago

Cash: an intro

dc2
2pts1
github.com 10y ago

Ava: A refined, futuristic test runner

dc2
42pts12
github.com 10y ago

Linux commands on Windows in pure ES6

dc2
7pts0
vorpal.js.org 10y ago

Vorpal: a new way to make CLI apps

dc2
6pts1
news.ycombinator.com 10y ago

Ask HN: Uh, what's the thin black line across the top?

dc2
1pts2
nodejs.org 10y ago

Node v5.1.0

dc2
1pts0
github.com 10y ago

Vorpal: a framework for interactive CLIs in Node.js

dc2
81pts8
github.com 10y ago

Lull: Mute Hulu Ads. Written in JavaScript

dc2
1pts0
github.com 10y ago

Vantage.js: A new take on interactive CLI for Node

dc2
187pts14
github.com 11y ago

RobotJS – Node desktop automation

dc2
1pts0
github.com 11y ago

Vantage.js: a new take on CLI for Node

dc2
2pts0

Twitter is like trying to watch a football game where all 40,000 members of the audience have a microphone and each think they should be the announcer.

You turn the TV volume off, but members of the media have been perusing the seats for a interesting cherry-picked "announcer". Finding one, they parrot it to the rest of the world and that guy's opinion shows up on your phone anyway.

It's interesting to note that the data Google stored was more alarming, though was taken up at the bottom of the article and with less detail. It also didn't make the headline. This is because bashing Facebook gets more views currently. This is a good example of how media bias can distort opinion, while maintaining that all data stated is accurate.

In other words, it's not enough that media is accurate. Bias is just as important.

Well I'm talking about exactly that - social pressure.

Just because popular opinion (aka the vocal social media / news / social media echo chamber) approves of something, it doesn't mean it is correct.

Governments and courts have definite pressure to legalize marijuana, for example. That pressure is based on popular public opinion. Therefore approving it gives that legal body or state acceptance / goodwill. This is an incentive that goes quite far.

It can also be popular to smash a company.

I do understand this.

I am just wondering what happens when there is a vested interest in attacking or suppressing the company involved.

For example, if a company becomes unpopular on social media and by "public opinion" (such as Facebook right now), a court can feel pressured into a slanted decision. Given that so much is now based on opinion, what defense does the company have?

It seems that if someone had the intention to nail a company on GDPR as a PR attack, regardless of the amount of effort the company put in, they almost certainly could.

(I don't work for Facebook)

[dead] 9 years ago

I've been developing for 10 years. I have never had a team, so I have had to build each stack from scratch, myself, including the research and decision making of each tool to use in the stack.

I've put together about 4 generations of systems in this time, each with entirely fresh stacks. The first was pre-build-tools, so I had to write my own module loaders and bundlers from scratch.

The latest web stack uses containerized deployment in a micro service architecture, sql, nosql, rest, graphql, a jwt-based authentication gateway and a modern front end stack.

Do I qualify as a full stack dev?

Author here. There seems to be a lot of discussion over use cases. Here's the use case I built it for:

All traffic for my (large) application hits a load balanced API gateway. Its role is to authenticate and forward requests to one of many services.

The gateway is the only point of exposure to internal services. After something has cleared the gateway on a route with roles approved for that user, there is little worry about security. Certificates between servers and containerized deployments such as Kubernetes help on this as well.

I'm not going to write email-sending logic in my gateway. It just handles AAA and then proxies the request.

By forwarding to microservices instead of a monolith, I can scale workload better and have less risk of a mail bug taking down other services.

Also, what is ":user" - how do you define the way an account is found in the tree?

That checks sAMAccountName, which is unique. Searches that can return multiple results will do so.

Why are their dedicated endpoints for password, expiry, enable/disable/unlock. These are all just attributes on the user object.

It wouldn't be very user friendly to require a PATCH so a user can change a password. All of these operations are quite granular. You aren't going to enable an account and change a password at the same time very often.

The overriding drive in building this was ease of use, because that bugs me with AD. I'm definitely open to suggestions, though :)

Slack's 404 page 9 years ago

This is amazing. Slack was developed by accident - it was an internal tool for the company. Maybe this 404 should now become their mainline.

Just a note, _iostreamer_, you can use `command.parse` in Vorpal to pre-append parens to every command before it's evaluated (your project is written in Vorpal).

BTW, love this idea.

- the Vorpal guy

This appears superficial, and that this is paid as well with no (visible) published open source turns me off. The mistakes in the GIF communicate that this was a slapped-together product.

Additionally, requiring mouse clicks for a visual replacement of the alias command with a few extra bells and whistles is not the greatest appeal to a community of developers.

I hope that the fact that this was written in Go does not outweigh its shortcomings in the eyes of HN.

While Einstein was not a neuroscientist, he sure knew what he was talking about in regards to the human capacity to achieve.

This line gets to me because it paints a neuroscientist in an unqualified light. This kind of implicit trust breeds pseudoscience through inflated egos.

I feel Stack Overflow mods have to a least some degree a different purpose in the site than the average user. Far too many times, I find that the answers judged bad by mods or close-voted are the ones that ended up helping me. Isn't that the point?