HN user

sysk

1,453 karma

:)

Posts21
Comments148
View on HN
news.ycombinator.com 7y ago

Ask HN: Encrypted cloud storage?

sysk
3pts2
news.ycombinator.com 7y ago

Ask HN: Why can't I just install stock Android?

sysk
2pts1
news.ycombinator.com 9y ago

Ask HN: How much do you spend on hosting?

sysk
4pts2
news.ycombinator.com 10y ago

Ask HN: Should I pivot?

sysk
3pts3
news.ycombinator.com 10y ago

Ask HN: Is HN's account creation CAPTCHA broken?

sysk
2pts2
news.ycombinator.com 11y ago

Ask HN: I wrote a Slack compatible server. Can I open source it?

sysk
101pts53
news.ycombinator.com 11y ago

Ask HN: Is it too late to apply for YC summer batch?

sysk
1pts0
news.ycombinator.com 11y ago

Ask HN: Feedback on project idea (automated regression test generation)

sysk
2pts1
news.ycombinator.com 11y ago

Ask HN: All of you working with Big Data, what is your Data?

sysk
117pts94
news.ycombinator.com 11y ago

Ask HN: One signup service to rule them all?

sysk
2pts0
news.ycombinator.com 11y ago

Ask HN: Is HN an echo chamber?

sysk
16pts9
news.ycombinator.com 11y ago

Ask HN: How to learn systems architecture? (e.g. microservices arch.)

sysk
3pts1
www.quora.com 11y ago

What professions have virtually disappeared due to disruptive technologies?

sysk
1pts0
ansuz.sooke.bc.ca 11y ago

What Colour are your bits? (2004)

sysk
51pts34
en.wikipedia.org 11y ago

Dudeism

sysk
6pts0
www.panix.com 11y ago

Unicode Text Converter

sysk
908pts229
news.ycombinator.com 11y ago

Ask HN: Does Python package management suck or is it just me?

sysk
3pts3
news.ycombinator.com 11y ago

Ask HN: Is the semantic web still a thing?

sysk
178pts113
syskall.com 15y ago

How to write your own native Node.js extension

sysk
2pts0
news.ycombinator.com 16y ago

Ask HN: IRC channel for HN ?

sysk
25pts3
www.getdorm.com 17y ago

New PHP ORM looking for community feedback / beta testers

sysk
2pts2

Thanks for the elaborate reply but I was aware of all of this already. I wasn't questioning the utility of the stock market and understand its role as a price discovery mechanism and liquidity provider.

I was however questioning whether this sentence from the article was really accurate: "The function of the capital markets is to allocate capital".

I'd argue that trading existing shares, although it contributes to price discovery and liquidity, is not "capital allocation" (unless we're talking with respect to the buyer's capital like another commenter pointed out).

I understand the concept of liquidity and the reward mechanism you describe but it doesn't ultimately answer my question, which why is the process of buying an existing share called "capital allocation"? Let's say I buy a GOOG share from Larry Page. Is it the idea that I "allocated capital" to Larry Page's bank account? It seems to me like the correct thing to say would be that I provided liquidity to Larry, not that I allocated capital. Or is it the idea that I allocated some of my own capital to the stock market?

many programs have, instead of the former, means to satisfy some portion of credit requirements without actually taking classes if you can demonstrate equivalent knowledge gained elsewhere (e.g., credit-by-examination.)

Can you name some of those programs? I keep hearing about those but can't find them.

I'm with you up until "the US tried to save Cuba from itself". Castro was an awful dictator but the US embargo not only didn't save Cuba from itself, it made things worse for ordinary Cuban citizens. I wouldn't be proud of it.

The 2016 Election 10 years ago

This is 900% rationalization.

When you see him and his followers advocating misogyny, racism, xenophobia, homophobia, aggressiveness, and basically all the other -isms and -obias, it becomes much harder to "see the other side" of the debate

The exact same argument could be convincingly used to discriminate against members of the two largest organized religions. Are you also going to ask potential hires who they voted for at the last election too?

The 2016 Election 10 years ago

Aren't those, pretty much by definition, the traits of a poor manipulator? A great manipulator wouldn't seem so false.

This is a good point and it baffles me to be honest. I said "great" manipulator because it seems to be working so far. Great manipulators don't necessarily need to be great with everyone all the time. Or maybe she intentionally wants us to think she's a poor manipulator so that we trust her more? But that surely fails Occam's razor.

To answer other comments, I didn't get this impression solely by watching her on TV, it is corroborated by her history as a politician and recently leaked emails.

The 2016 Election 10 years ago

As a non American who would probably vote for neither of them, Hillary definitely ranks way higher on my internal psychopath detector. The constant fake smiling, cold and calculated question answering, passive aggressiveness, etc. In short, the traits of a great manipulator. Trump is guilty of some of that too but he is somewhat redeemed by the fact that he seems dumb/naive enough to believe whatever he preaches.

Hey Wiktor,

First, you really shouldn't use forever or pm2 in production. May I suggest you use something like Dokku[0] or Deis[1] (if you are planning to scale to more than one server) to deploy your apps?

Dokku is really quick to setup and will save you a lot of time and trouble in the long term. Setup takes only 5 minutes and the learning curve is pretty low (maybe 30-60 minutes to be productive).

NewRelic[2] and DataDog[3] are popular for monitoring though they're not open source. Nagios[4] is open source and also popular.

[0] https://github.com/dokku/dokku

[1] http://deis.io

[2] http://newrelic.com

[3] https://www.datadoghq.com

[4] https://www.nagios.org

Yes, I could do that but it's hard to get right. I think maybe I should release a SSH server container which has dangerous commands restricted.

The saddest thing about Hacker News is that we all get behind radical things like FOSS (Bill Gates called it un-American) and Snowden, and fight SOPA and NSA violations of privacy, but because too many of our salaries depend on advertising revenue, our cognitive dissonance blinders go up lightning fast.

What? I don't think I've ever read a positive comment about ads on HN. Also, I'm apparently in the only one on HN who would rather see ads than pay for stuff.

Starting Forth 11 years ago

Is Forth still being used in industry other than for legacy systems? (genuine question)

The issue is not with SPV itself but with Electrum's implementation (by "and friends" I really meant Electrum forks, not all SPV clients).

Electrum does validate block headers but it doesn't handle re-orgs correctly. It just assumes the longest chain has the most PoW in it which is wrong and makes it vulnerable to attacks by malicious Electrum servers.

Block headers do not contain the cumulative work that has gone into the chain (only the difficulty of the current block). A chain's total work must be calculated and stored locally by clients.

https://github.com/spesmilo/electrum/blob/master/lib/blockch...