HN user

seefriek

15 karma
Posts0
Comments13
View on HN
No posts found.

For what task? There are things I use Python for; others I use C.

That said...I'd never use PHP for anything I had a say in.

Not at all. My first wife not only didn't know what I really did for a living ("Oh...he does something in IT..."), she didn't give two shits as long as the money kept coming. And if signing a piece of paper and not asking questions meant more money coming, she would have happily done it without a second thought. I can completely relate to this level of willful ignorance.

You're actually right...IA-64 was suppose to be the 64-bit Intel instruction set, right up until AMD dropped the AMD64 bomb and the market went "backward compatible...got to get me some of that" and Intel went scrambling for Plan B.

Wirth likes to design computer architectures to go with the languages he creates (he's got a EE undergrad). He did (at least) p-Machine & p-Code (Pascal virtual machine), Lilith (2901-based bit-slice graphical workstation implementing a Modula-2 virtual machine) and Ceres (a series of ns32000 based workstations running Oberon). He's been into FPGAs for a while. Smart guy.

CentOS 6.5 released 13 years ago

XFS is better than ext4 when:

1) You need huge filesystems (like 100TB+). 2) You need huge numbers of files per directory (in particular, XFS is much faster at creating the files). 3) You have a workload heavily skewed toward streaming data off the disk.

ZFS does 1 & 3 well. Not as good on 2. And it's less mature on Linux than the other 2. But ZFS also has much more robust data integrity feature than either ext4 or XFS.

P.S. - I migrated most of my stuff from XFS to ZFS this year after many years of using XFS (back when IRIX was a thing). P.S.S. - Never run XFS without battery backup and make sure to force sync data to disk periodically.

I deployed Fireeye over a year ago, and can confirm it's very good a spotting malware that most AV vendors don't. I can't, however, confirm it doesn't have back doors so that three-letter agencies can't tell it not to detect something they don't want it to.