HN user

krunaldo

68 karma
Posts2
Comments27
View on HN

Well, first you have to calculate that the company pays 31.42% of your total salary in payroll taxes. This is illegal to print or show in any way or form to the employee from the employer.

Then on most goods there is a 25% tax, additional taxes other categories of goods such as gas, cars, alcohol and so forth.

So if the company pays you 60k SEK, you'll see ~45k on your payroll slip. The 61% percentage is the average total tax burden on a individual from all of these taxes.

Cron checker 10 years ago

crontab -e is the way to edit your cron. A similar command exists for editing the sudoers file which is visudo. This will ensure your configuration is a valid syntax as well as do an atomic swap of the file.

Otherwise adding a file or deleting a file in /etc/cron.d/ is the way to go for automatic(ansbile, puppet etc) and package installations.

Nitpick, Deaths due to TERRORIST attacks. Not arbitrary deaths....

"From this it follows that the average Muslim is responsible for approx 48 times more deaths than the average American of any religion."

^ This statement is false as it assumes all deaths are from terrorist attacks, based on your previous statement of 48 times more likely to commit TERRORIST attacks, of which has a silly low death rate compared to ANYTHING else in the US.

Yeah, if they are in CentOS land it will be a bit touch and go (as usual).

But if you have a redhat subscription they are fully supported. I should have pointed that out in my first comment though, thanks for bringing it up :)

"All Red Hat Software Collections components are fully supported under Red Hat Enterprise Linux subscription terms of service. Components are functionally complete and intended for production use. " [0]

[0] <https://access.redhat.com/products/Red_Hat_Enterprise_Linux/...

We use RethinkDB 11 years ago

My tip is always to try to get in contact with a couple of reseller and play them out against each other in the price department.

If you are looking for larger purchases 50k+ USD than you should talk directly with Dell, HP or comparable vendor and put them into the play off for who you choose :)

We use RethinkDB 11 years ago

An r720 from dell or similar model from dell with 600GB*2 SSD intel s3500DC model, 20 cores & 256GB of RAM will go for 5k-7k. You can bump this to 386GB of ram without going above 10k.

Wrong!

echo, true, false and [ are builtins in bash and are in the binary. You can even do TCP/UDP through bash by using the pretend redirect files /dev/(tcp|udp)/$host/$port.

curl or wget exists on most systems by default in a minimal installation now days, nc does not, but if you run a normal installation you will get it though.

The matching engine should be separated completely from the rest of system as this is the one component where you want to align with cpu cache and all other kind of crazy low level optimizations. I do agree that mtgox system is slow but we should keep in mind the resource difference both in time and money the large stock exchanges have had time to build their systems. Most of the stock exchanges also don't build their own system but rely on buying one from a independent organization or another stock exchange.

A small nitpick: Volume is one metric but it does not matter in reality the important part is the amount of transactions on a specific symbol.

Yes and no :)

The tree is built up automatically but you can weight the paths and also which is the start node of the tree. There are also a lot of settings that may or may not completely fuck you over or fix a problem.

Also you really want to disable STP on ports going to servers as this will 1) speed up recovery 2) prevent any malicious packets going out from them.

EU market is tricky as you have both the EU directives and the nations law, but in the end the EU directives have no legal power unless the nation you are operating has enacted the law.

It depends on what your domain your software is for, but I'm guessing some internety thing since this is YC. Most of the privacy concerns and etc can be found here http://en.wikipedia.org/wiki/Directive_on_Privacy_and_Electr... also any links to additional directives can be found there.

http://europa.eu/legislation_summaries/index_en.htm also contains all the EU legislation, but you if find anything troubling you should research how it's implemented in the different member nations.

Java 8 Lambdas 14 years ago

You can't have statements in pythons gimped versions of anon functions :/

uh? You can change resolutions on the fly and orientation on the fly. This have been available for ages via xrandr and other things. Via API-calls or through the xrandr cli utility.

The only thing that is really ugly in X11 is the protocol, but so is win32 api :)

(+ 1 2 3) =

add 1 and 2 and 3

The syntax is a bit terse but if you teach people a good way to read it it becomes much more readable than 1+2+3

The only reason we prefer that way is that we are thought that syntax when we do math in school, I have found it much easier to teach people lisp who have no or very little formal education in math.